| 
 | Colt 1.2.0 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IntIntProcedure | |
| 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. | 
| Uses of IntIntProcedure in cern.colt.bitvector | 
| Methods in cern.colt.bitvector 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.colt.map | 
| Methods in cern.colt.map with parameters of type IntIntProcedure | |
|  boolean | OpenIntIntHashMap.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. | 
|  boolean | AbstractIntIntMap.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. | 
| Uses of IntIntProcedure in cern.jet.math | 
| Fields in cern.jet.math declared as IntIntProcedure | |
| static IntIntProcedure | IntFunctions.isEqualFunction that returns a == b. | 
| static IntIntProcedure | IntFunctions.isLessFunction that returns a < b. | 
| static IntIntProcedure | IntFunctions.isGreaterFunction that returns a > b. | 
| 
 | Colt 1.2.0 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||