Uses of Interface
cern.colt.function.FloatProcedure
| Package | Description |
|---|---|
| cern.colt.list |
-
Uses of FloatProcedure in cern.colt.list
Methods in cern.colt.list with parameters of type FloatProcedure Modifier and Type Method Description booleanAbstractFloatList. forEach(FloatProcedure procedure)Applies a procedure to each element of the receiver, if any.booleanFloatArrayList. forEach(FloatProcedure procedure)Applies a procedure to each element of the receiver, if any.