Parallel Colt 0.9.4

Uses of Interface
cern.colt.buffer.tboolean.BooleanBuffer3DConsumer

Packages that use BooleanBuffer3DConsumer
cern.colt.buffer.tboolean Fixed sized (non resizable) streaming buffers holding boolean elements connected to a target objects to which data is automatically flushed upon buffer overflow. 
 

Uses of BooleanBuffer3DConsumer in cern.colt.buffer.tboolean
 

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

Constructors in cern.colt.buffer.tboolean with parameters of type BooleanBuffer3DConsumer
BooleanBuffer3D(BooleanBuffer3DConsumer target, int capacity)
          Constructs and returns a new buffer with the given target.
 


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage