Uses of Interface
cern.colt.function.DoubleProcedure
| Package | Description |
|---|---|
| cern.colt.list | |
| cern.colt.map |
-
Uses of DoubleProcedure in cern.colt.list
Methods in cern.colt.list with parameters of type DoubleProcedure Modifier and Type Method Description booleanAbstractDoubleList. 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 DoubleProcedure Modifier and Type Method Description abstract 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.