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