Package | Description |
---|---|
cern.colt.buffer.tshort |
Fixed sized (non resizable) streaming buffers holding short elements connected to a target objects to which data is automatically flushed upon buffer overflow.
|
cern.colt.list.tshort |
Resizable list holding elements of short data type.
|
Modifier and Type | Method and Description |
---|---|
void |
ShortBufferConsumer.addAllOf(ShortArrayList list)
Adds all elements of the specified list to the receiver.
|
void |
ShortBuffer.addAllOf(ShortArrayList list)
Adds all elements of the specified list to the receiver.
|
void |
ShortBuffer2D.addAllOf(ShortArrayList x,
ShortArrayList y)
Adds all specified points (x,y) to the receiver.
|
void |
ShortBuffer2DConsumer.addAllOf(ShortArrayList x,
ShortArrayList y)
Adds all specified (x,y) points to the receiver.
|
void |
ShortBuffer3DConsumer.addAllOf(ShortArrayList x,
ShortArrayList y,
ShortArrayList z)
Adds all specified (x,y,z) points to the receiver.
|
void |
ShortBuffer3D.addAllOf(ShortArrayList xElements,
ShortArrayList yElements,
ShortArrayList zElements)
Adds all specified (x,y,z) points to the receiver.
|
Modifier and Type | Method and Description |
---|---|
ShortArrayList |
ShortArrayList.copy()
Returns a deep copy of the receiver; uses
clone() and casts
the result. |
Jump to the Parallel Colt Homepage