Package | Description |
---|---|
cern.colt.map.tlong |
Automatically growing and shrinking map holding elements of long data type.
|
cern.jet.math.tlong |
Tools for basic and advanced mathematics: Arithmetics and Function Objects for generic function evaluation operating on long data type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractLongLongMap.forEachPair(LongLongProcedure procedure)
Applies a procedure to each (key,value) pair of the receiver, if any.
|
boolean |
OpenLongLongHashMap.forEachPair(LongLongProcedure procedure)
Applies a procedure to each (key,value) pair of the receiver, if any.
|
void |
AbstractLongLongMap.pairsMatching(LongLongProcedure condition,
LongArrayList keyList,
LongArrayList valueList)
Fills all pairs satisfying a given condition into the specified lists.
|
void |
OpenLongLongHashMap.pairsMatching(LongLongProcedure condition,
LongArrayList keyList,
LongArrayList valueList)
Fills all pairs satisfying a given condition into the specified lists.
|
Modifier and Type | Field and Description |
---|---|
static LongLongProcedure |
LongFunctions.isEqual
Function that returns a == b.
|
static LongLongProcedure |
LongFunctions.isGreater
Function that returns a > b.
|
static LongLongProcedure |
LongFunctions.isLess
Function that returns a < b.
|
Jump to the Parallel Colt Homepage