Parallel Colt 0.7.2

Uses of Interface
cern.colt.function.tint.IntIntProcedure

Packages that use IntIntProcedure
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. 
 

Uses of IntIntProcedure in cern.colt.map.tint
 

Methods in cern.colt.map.tint with parameters of type IntIntProcedure
 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.
 

Uses of IntIntProcedure in cern.colt.matrix.tbit
 

Methods in cern.colt.matrix.tbit with parameters of type IntIntProcedure
 boolean BitMatrix.forEachCoordinateInState(boolean state, IntIntProcedure procedure)
          Applies a procedure to each coordinate that holds a bit in the given state.
 

Uses of IntIntProcedure in cern.jet.math.tint
 

Fields in cern.jet.math.tint declared as IntIntProcedure
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.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage