Parallel Colt 0.7.2

Uses of Interface
cern.colt.function.tboolean.BooleanProcedure

Packages that use BooleanProcedure
cern.colt.list.tboolean Resizable list holding elements of boolean data type. 
 

Uses of BooleanProcedure in cern.colt.list.tboolean
 

Methods in cern.colt.list.tboolean 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.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage