Package | Description |
---|---|
cern.colt.buffer.tbyte |
Fixed sized (non resizable) streaming buffers holding byte elements connected to a target objects to which data is automatically flushed upon buffer overflow.
|
cern.colt.list.tbyte |
Resizable list holding elements of byte data type.
|
Modifier and Type | Method and Description |
---|---|
void |
ByteBufferConsumer.addAllOf(ByteArrayList list)
Adds all elements of the specified list to the receiver.
|
void |
ByteBuffer.addAllOf(ByteArrayList list)
Adds all elements of the specified list to the receiver.
|
void |
ByteBuffer2D.addAllOf(ByteArrayList x,
ByteArrayList y)
Adds all specified points (x,y) to the receiver.
|
void |
ByteBuffer2DConsumer.addAllOf(ByteArrayList x,
ByteArrayList y)
Adds all specified (x,y) points to the receiver.
|
void |
ByteBuffer3DConsumer.addAllOf(ByteArrayList x,
ByteArrayList y,
ByteArrayList z)
Adds all specified (x,y,z) points to the receiver.
|
void |
ByteBuffer3D.addAllOf(ByteArrayList xElements,
ByteArrayList yElements,
ByteArrayList zElements)
Adds all specified (x,y,z) points to the receiver.
|
Modifier and Type | Method and Description |
---|---|
ByteArrayList |
ByteArrayList.copy()
Returns a deep copy of the receiver; uses
clone() and casts
the result. |
Jump to the Parallel Colt Homepage