Package | Description |
---|---|
cern.colt.bitvector |
Bit vectors and bit matrices.
|
cern.colt.map |
Automatically growing and shrinking maps holding objects or primitive
data types such as int, double, etc.
|
cern.jet.math |
Tools for basic and advanced mathematics: Arithmetics and Algebra, Polynomials and Chebyshev series, Bessel and Airy functions,
Function Objects for generic function evaluation, etc.
|
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 | Method and Description |
---|---|
boolean |
OpenIntIntHashMap.forEachPair(IntIntProcedure procedure)
Applies a procedure to each (key,value) pair of the receiver, if any.
|
boolean |
AbstractIntIntMap.forEachPair(IntIntProcedure procedure)
Applies a procedure to each (key,value) pair of the receiver, if any.
|
void |
OpenIntIntHashMap.pairsMatching(IntIntProcedure condition,
IntArrayList keyList,
IntArrayList valueList)
Fills all pairs satisfying a given condition into the specified lists.
|
void |
AbstractIntIntMap.pairsMatching(IntIntProcedure condition,
IntArrayList keyList,
IntArrayList valueList)
Fills all pairs satisfying a given condition into the specified lists.
|
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.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.