Uses of Interface
cern.colt.function.IntProcedure
Packages that use IntProcedure
-
Uses of IntProcedure in cern.colt.list
Methods in cern.colt.list with parameters of type IntProcedureModifier and TypeMethodDescriptionbooleanAbstractIntList.forEach(IntProcedure procedure) Applies a procedure to each element of the receiver, if any.booleanIntArrayList.forEach(IntProcedure procedure) Applies a procedure to each element of the receiver, if any. -
Uses of IntProcedure in cern.colt.map
Methods in cern.colt.map with parameters of type IntProcedureModifier and TypeMethodDescriptionabstract booleanAbstractIntDoubleMap.forEachKey(IntProcedure procedure) Applies a procedure to each key of the receiver, if any.abstract booleanAbstractIntIntMap.forEachKey(IntProcedure procedure) Applies a procedure to each key of the receiver, if any.abstract booleanAbstractIntObjectMap.forEachKey(IntProcedure procedure) Applies a procedure to each key of the receiver, if any.booleanOpenIntDoubleHashMap.forEachKey(IntProcedure procedure) Applies a procedure to each key of the receiver, if any.booleanOpenIntIntHashMap.forEachKey(IntProcedure procedure) Applies a procedure to each key of the receiver, if any.booleanOpenIntObjectHashMap.forEachKey(IntProcedure procedure) Applies a procedure to each key of the receiver, if any.