Parallel Colt 0.7.2

Uses of Interface
cern.colt.buffer.tint.IntBuffer3DConsumer

Packages that use IntBuffer3DConsumer
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. 
 

Uses of IntBuffer3DConsumer in cern.colt.buffer.tint
 

Classes in cern.colt.buffer.tint that implement IntBuffer3DConsumer
 class IntBuffer3D
          Fixed sized (non resizable) streaming buffer connected to a target IntBuffer3DConsumer to which data is automatically flushed upon buffer overflow.
 

Constructors in cern.colt.buffer.tint with parameters of type IntBuffer3DConsumer
IntBuffer3D(IntBuffer3DConsumer target, int capacity)
          Constructs and returns a new buffer with the given target.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage