Parallel Colt 0.9.4

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

Packages that use BooleanBufferConsumer
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 BooleanBufferConsumer in cern.colt.buffer.tboolean
 

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

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


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage