Uses of Interface
cern.colt.function.IntIntProcedure
| Package | Description |
|---|---|
| cern.colt.map |
-
Uses of IntIntProcedure in cern.colt.map
Methods in cern.colt.map with parameters of type IntIntProcedure Modifier and Type Method Description booleanAbstractIntIntMap. forEachPair(IntIntProcedure procedure)Applies a procedure to each (key,value) pair of the receiver, if any.booleanOpenIntIntHashMap. forEachPair(IntIntProcedure procedure)Applies a procedure to each (key,value) pair of the receiver, if any.voidAbstractIntIntMap. pairsMatching(IntIntProcedure condition, IntArrayList keyList, IntArrayList valueList)Fills all pairs satisfying a given condition into the specified lists.voidOpenIntIntHashMap. pairsMatching(IntIntProcedure condition, IntArrayList keyList, IntArrayList valueList)Fills all pairs satisfying a given condition into the specified lists.