Colt 1.2.0

Uses of Interface
cern.colt.function.BooleanProcedure

Packages that use BooleanProcedure
cern.colt.list Resizable lists holding objects or primitive data types such as int, double, etc. 
 

Uses of BooleanProcedure in cern.colt.list
 

Methods in cern.colt.list with parameters of type BooleanProcedure
 boolean BooleanArrayList.forEach(BooleanProcedure procedure)
          Applies a procedure to each element of the receiver, if any.
 boolean AbstractBooleanList.forEach(BooleanProcedure procedure)
          Applies a procedure to each element of the receiver, if any.
 


Colt 1.2.0

Jump to the Colt Homepage