Uses of Interface
cern.colt.function.ObjectProcedure
Packages that use ObjectProcedure
-
Uses of ObjectProcedure in cern.colt.list
Methods in cern.colt.list with parameters of type ObjectProcedureModifier and TypeMethodDescriptionbooleanObjectArrayList.forEach(ObjectProcedure procedure) Applies a procedure to each element of the receiver, if any.