Package | Description |
---|---|
cern.colt.buffer.tboolean |
Fixed sized (non resizable) streaming buffers holding boolean elements connected to a target objects to which data is automatically flushed upon buffer overflow.
|
cern.colt.list.tboolean |
Resizable list holding elements of boolean data type.
|
Class and Description |
---|
BooleanArrayList
Resizable list holding
boolean elements; implemented with
arrays. |
Class and Description |
---|
AbstractBooleanList
Abstract base class for resizable lists holding
boolean
elements; abstract. |
BooleanArrayList
Resizable list holding
boolean elements; implemented with
arrays. |
Jump to the Parallel Colt Homepage