|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntBufferConsumer | |
---|---|
cern.colt.buffer.tint | Fixed sized (non resizable) streaming buffers holding int elements connected to a target objects to which data is automatically flushed upon buffer overflow. |
cern.colt.list.tint | Resizable list holding elements of int data type. |
Uses of IntBufferConsumer in cern.colt.buffer.tint |
---|
Classes in cern.colt.buffer.tint that implement IntBufferConsumer | |
---|---|
class |
IntBuffer
Fixed sized (non resizable) streaming buffer connected to a target IntBufferConsumer to which data is automatically flushed upon buffer overflow. |
Constructors in cern.colt.buffer.tint with parameters of type IntBufferConsumer | |
---|---|
IntBuffer(IntBufferConsumer target,
int capacity)
Constructs and returns a new buffer with the given target. |
Uses of IntBufferConsumer in cern.colt.list.tint |
---|
Classes in cern.colt.list.tint that implement IntBufferConsumer | |
---|---|
class |
AbstractIntList
Abstract base class for resizable lists holding int elements;
abstract. |
class |
IntArrayList
Resizable list holding int elements; implemented with arrays. |
|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |