Package cern.colt.buffer
Interface IntBufferConsumer
-
- All Known Implementing Classes:
AbstractIntList
,IntArrayList
public interface IntBufferConsumer
Target of a streamingIntBuffer
into which data is flushed upon buffer overflow.- Version:
- 1.0, 09/24/99
- Author:
- wolfgang.hoschek@cern.ch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addAllOf(IntArrayList list)
Adds all elements of the specified list to the receiver.
-
-
-
Method Detail
-
addAllOf
void addAllOf(IntArrayList list)
Adds all elements of the specified list to the receiver.- Parameters:
list
- the list of which all elements shall be added.
-
-