cern.colt.buffer.tlong
Interface LongBufferConsumer
- All Known Implementing Classes:
- LongBuffer
public interface LongBufferConsumer
Target of a streaming LongBuffer into which data is flushed upon
buffer overflow.
Method Summary |
void |
addAllOf(LongArrayList list)
Adds all elements of the specified list to the receiver. |
addAllOf
void addAllOf(LongArrayList list)
- Adds all elements of the specified list to the receiver.
- Parameters:
list
- the list of which all elements shall be added.
jHepWork 2.8 (©) S.Chekanov