|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LongLongProcedure | |
---|---|
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. |
Uses of LongLongProcedure in cern.colt.map.tlong |
---|
Methods in cern.colt.map.tlong with parameters of type LongLongProcedure | |
---|---|
boolean |
OpenLongLongHashMap.forEachPair(LongLongProcedure procedure)
Applies a procedure to each (key,value) pair of the receiver, if any. |
boolean |
AbstractLongLongMap.forEachPair(LongLongProcedure procedure)
Applies a procedure to each (key,value) pair of the receiver, if any. |
void |
OpenLongLongHashMap.pairsMatching(LongLongProcedure condition,
LongArrayList keyList,
LongArrayList valueList)
Fills all pairs satisfying a given condition into the specified lists. |
void |
AbstractLongLongMap.pairsMatching(LongLongProcedure condition,
LongArrayList keyList,
LongArrayList valueList)
Fills all pairs satisfying a given condition into the specified lists. |
Uses of LongLongProcedure in cern.jet.math.tlong |
---|
Fields in cern.jet.math.tlong declared as LongLongProcedure | |
---|---|
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. |
|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |