Parallel Colt 0.9.4

Uses of Interface
cern.colt.buffer.tshort.ShortBuffer2DConsumer

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

Uses of ShortBuffer2DConsumer in cern.colt.buffer.tshort
 

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

Constructors in cern.colt.buffer.tshort with parameters of type ShortBuffer2DConsumer
ShortBuffer2D(ShortBuffer2DConsumer target, int capacity)
          Constructs and returns a new buffer with the given target.
 


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage