Uses of Interface
cern.colt.function.DoubleProcedure
Packages that use DoubleProcedure
-
Uses of DoubleProcedure in cern.colt.list
Methods in cern.colt.list with parameters of type DoubleProcedureModifier and TypeMethodDescriptionbooleanAbstractDoubleList.forEach(DoubleProcedure procedure) Applies a procedure to each element of the receiver, if any.booleanDoubleArrayList.forEach(DoubleProcedure procedure) Applies a procedure to each element of the receiver, if any. -
Uses of DoubleProcedure in cern.colt.map
Methods in cern.colt.map with parameters of type DoubleProcedureModifier and TypeMethodDescriptionabstract booleanAbstractDoubleIntMap.forEachKey(DoubleProcedure procedure) Applies a procedure to each key of the receiver, if any.booleanOpenDoubleIntHashMap.forEachKey(DoubleProcedure procedure) Applies a procedure to each key of the receiver, if any.