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