Package | Description |
---|---|
cern.colt.list.tboolean |
Resizable list holding elements of boolean data type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractBooleanList.forEach(BooleanProcedure procedure)
Applies a procedure to each element of the receiver, if any.
|
boolean |
BooleanArrayList.forEach(BooleanProcedure procedure)
Applies a procedure to each element of the receiver, if any.
|
Jump to the Parallel Colt Homepage