Uses of Interface
cern.colt.buffer.IntBufferConsumer
-
Packages that use IntBufferConsumer Package Description cern.colt.buffer Fixed sized (non resizable) streaming buffers connected to a target objects to which data is automatically flushed upon buffer overflow.cern.colt.list Resizable lists holding objects or primitive data types such as int, double, etc. -
-
Uses of IntBufferConsumer in cern.colt.buffer
Classes in cern.colt.buffer that implement IntBufferConsumer Modifier and Type Class Description class
IntBuffer
Fixed sized (non resizable) streaming buffer connected to a target IntBufferConsumer to which data is automatically flushed upon buffer overflow.Fields in cern.colt.buffer declared as IntBufferConsumer Modifier and Type Field Description protected IntBufferConsumer
IntBuffer. target
Constructors in cern.colt.buffer with parameters of type IntBufferConsumer Constructor Description IntBuffer(IntBufferConsumer target, int capacity)
Constructs and returns a new buffer with the given target. -
Uses of IntBufferConsumer in cern.colt.list
Classes in cern.colt.list that implement IntBufferConsumer Modifier and Type Class Description class
AbstractIntList
Abstract base class for resizable lists holdingint
elements; abstract.class
IntArrayList
Resizable list holdingint
elements; implemented with arrays.
-