Uses of Interface
cern.colt.function.FloatProcedure
Packages that use FloatProcedure
Package
Description
Resizable lists holding objects or primitive data types such as int,
double, etc.
-
Uses of FloatProcedure in cern.colt.list
Methods in cern.colt.list with parameters of type FloatProcedureModifier and TypeMethodDescriptionbooleanAbstractFloatList.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.