Package | Description |
---|---|
cern.colt.map.tint |
Automatically growing and shrinking map holding elements of int data type.
|
cern.colt.matrix.tbit |
Bit vectors and bit matrices.
|
cern.jet.math.tint |
Tools for basic and advanced mathematics: Arithmetics and Function Objects for generic function evaluation operating on int data type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractIntIntMap.forEachPair(IntIntProcedure procedure)
Applies a procedure to each (key,value) pair of the receiver, if any.
|
boolean |
OpenIntIntHashMap.forEachPair(IntIntProcedure procedure)
Applies a procedure to each (key,value) pair of the receiver, if any.
|
void |
AbstractIntIntMap.pairsMatching(IntIntProcedure condition,
IntArrayList keyList,
IntArrayList valueList)
Fills all pairs satisfying a given condition into the specified lists.
|
void |
OpenIntIntHashMap.pairsMatching(IntIntProcedure condition,
IntArrayList keyList,
IntArrayList valueList)
Fills all pairs satisfying a given condition into the specified lists.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BitMatrix.forEachCoordinateInState(boolean state,
IntIntProcedure procedure)
Applies a procedure to each coordinate that holds a bit in the given
state.
|
Modifier and Type | Field and Description |
---|---|
static IntIntProcedure |
IntFunctions.isEqual
Function that returns a == b.
|
static IntIntProcedure |
IntFunctions.isGreater
Function that returns a > b.
|
static IntIntProcedure |
IntFunctions.isLess
Function that returns a < b.
|
Jump to the Parallel Colt Homepage