Uses of Interface
cern.colt.function.IntIntProcedure
Packages that use IntIntProcedure
-
Uses of IntIntProcedure in cern.colt.map
Methods in cern.colt.map with parameters of type IntIntProcedureModifier and TypeMethodDescriptionbooleanAbstractIntIntMap.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.