public interface LongBufferConsumer
Modifier and Type | Method and Description |
---|---|
void |
addAllOf(LongArrayList list)
Adds all elements of the specified list to the receiver.
|
void addAllOf(LongArrayList list)
list
- the list of which all elements shall be added.Jump to the Parallel Colt Homepage