Package | Description |
---|---|
cern.colt.buffer.tchar |
Fixed sized (non resizable) streaming buffers holding char elements connected to a target objects to which data is automatically flushed upon buffer overflow.
|
cern.colt.list.tchar |
Resizable list holding elements of char data type.
|
Modifier and Type | Method and Description |
---|---|
void |
CharBuffer.addAllOf(CharArrayList list)
Adds all elements of the specified list to the receiver.
|
void |
CharBufferConsumer.addAllOf(CharArrayList list)
Adds all elements of the specified list to the receiver.
|
void |
CharBuffer2D.addAllOf(CharArrayList x,
CharArrayList y)
Adds all specified points (x,y) to the receiver.
|
void |
CharBuffer2DConsumer.addAllOf(CharArrayList x,
CharArrayList y)
Adds all specified (x,y) points to the receiver.
|
void |
CharBuffer3DConsumer.addAllOf(CharArrayList x,
CharArrayList y,
CharArrayList z)
Adds all specified (x,y,z) points to the receiver.
|
void |
CharBuffer3D.addAllOf(CharArrayList xElements,
CharArrayList yElements,
CharArrayList zElements)
Adds all specified (x,y,z) points to the receiver.
|
Modifier and Type | Method and Description |
---|---|
CharArrayList |
CharArrayList.copy()
Returns a deep copy of the receiver; uses
clone() and casts
the result. |
Jump to the Parallel Colt Homepage