Uses of Interface
cern.colt.function.LongDoubleProcedure
Packages that use LongDoubleProcedure
-
Uses of LongDoubleProcedure in cern.colt.map
Methods in cern.colt.map with parameters of type LongDoubleProcedureModifier and TypeMethodDescriptionbooleanAbstractLongDoubleMap.forEachPair(LongDoubleProcedure procedure) Applies a procedure to each (key,value) pair of the receiver, if any.booleanOpenLongDoubleHashMap.forEachPair(LongDoubleProcedure procedure) Applies a procedure to each (key,value) pair of the receiver, if any.voidAbstractLongDoubleMap.pairsMatching(LongDoubleProcedure condition, LongArrayList keyList, DoubleArrayList valueList) Fills all pairs satisfying a given condition into the specified lists.voidOpenLongDoubleHashMap.pairsMatching(LongDoubleProcedure condition, LongArrayList keyList, DoubleArrayList valueList) Fills all pairs satisfying a given condition into the specified lists.