| Package | Description | 
|---|---|
| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | IntBufferFixed sized (non resizable) streaming buffer connected to a target
 IntBufferConsumer to which data is automatically flushed upon buffer
 overflow. | 
| Constructor and Description | 
|---|
| IntBuffer(IntBufferConsumer target,
         int capacity)Constructs and returns a new buffer with the given target. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractIntListAbstract base class for resizable lists holding  intelements;
 abstract. | 
| class  | IntArrayListResizable list holding  intelements; implemented with arrays. | 
Jump to the Parallel Colt Homepage