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.
|
Modifier and Type | Method and Description |
---|---|
void |
BooleanBufferConsumer.addAllOf(BooleanArrayList list)
Adds all elements of the specified list to the receiver.
|
void |
BooleanBuffer.addAllOf(BooleanArrayList list)
Adds all elements of the specified list to the receiver.
|
void |
BooleanBuffer2DConsumer.addAllOf(BooleanArrayList x,
BooleanArrayList y)
Adds all specified (x,y) points to the receiver.
|
void |
BooleanBuffer2D.addAllOf(BooleanArrayList x,
BooleanArrayList y)
Adds all specified points (x,y) to the receiver.
|
void |
BooleanBuffer3DConsumer.addAllOf(BooleanArrayList x,
BooleanArrayList y,
BooleanArrayList z)
Adds all specified (x,y,z) points to the receiver.
|
void |
BooleanBuffer3D.addAllOf(BooleanArrayList xElements,
BooleanArrayList yElements,
BooleanArrayList zElements)
Adds all specified (x,y,z) points to the receiver.
|
Modifier and Type | Method and Description |
---|---|
BooleanArrayList |
BooleanArrayList.copy()
Returns a deep copy of the receiver; uses
clone() and casts
the result. |
Jump to the Parallel Colt Homepage