Uses of Interface
cern.colt.function.CharProcedure
Packages that use CharProcedure
Package
Description
Resizable lists holding objects or primitive data types such as int,
double, etc.
-
Uses of CharProcedure in cern.colt.list
Methods in cern.colt.list with parameters of type CharProcedureModifier and TypeMethodDescriptionbooleanAbstractCharList.forEach(CharProcedure procedure) Applies a procedure to each element of the receiver, if any.booleanCharArrayList.forEach(CharProcedure procedure) Applies a procedure to each element of the receiver, if any.