Uses of Interface
cern.colt.function.DoubleIntProcedure
Packages that use DoubleIntProcedure
-
Uses of DoubleIntProcedure in cern.colt.map
Methods in cern.colt.map with parameters of type DoubleIntProcedureModifier and TypeMethodDescriptionbooleanAbstractDoubleIntMap.forEachPair(DoubleIntProcedure procedure) Applies a procedure to each (key,value) pair of the receiver, if any.booleanOpenDoubleIntHashMap.forEachPair(DoubleIntProcedure procedure) Applies a procedure to each (key,value) pair of the receiver, if any.voidAbstractDoubleIntMap.pairsMatching(DoubleIntProcedure condition, DoubleArrayList keyList, IntArrayList valueList) Fills all pairs satisfying a given condition into the specified lists.voidOpenDoubleIntHashMap.pairsMatching(DoubleIntProcedure condition, DoubleArrayList keyList, IntArrayList valueList) Fills all pairs satisfying a given condition into the specified lists.