cern.colt.buffer.tchar
Interface CharBufferConsumer
- All Known Implementing Classes:
- CharBuffer
public interface CharBufferConsumer
Target of a streaming CharBuffer into which data is flushed upon
buffer overflow.
Method Summary |
void |
addAllOf(CharArrayList list)
Adds all elements of the specified list to the receiver. |
addAllOf
void addAllOf(CharArrayList 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