Uses of Interface
cern.colt.function.LongProcedure
Packages that use LongProcedure
-
Uses of LongProcedure in cern.colt.list
Methods in cern.colt.list with parameters of type LongProcedureModifier and TypeMethodDescriptionbooleanAbstractLongList.forEach(LongProcedure procedure) Applies a procedure to each element of the receiver, if any.booleanLongArrayList.forEach(LongProcedure procedure) Applies a procedure to each element of the receiver, if any. -
Uses of LongProcedure in cern.colt.map
Methods in cern.colt.map with parameters of type LongProcedureModifier and TypeMethodDescriptionabstract booleanAbstractLongDoubleMap.forEachKey(LongProcedure procedure) Applies a procedure to each key of the receiver, if any.abstract booleanAbstractLongObjectMap.forEachKey(LongProcedure procedure) Applies a procedure to each key of the receiver, if any.booleanOpenLongDoubleHashMap.forEachKey(LongProcedure procedure) Applies a procedure to each key of the receiver, if any.booleanOpenLongObjectHashMap.forEachKey(LongProcedure procedure) Applies a procedure to each key of the receiver, if any.