Package org.apache.mahout.math.buffer

Fixed sized (non resizable) streaming buffers connected to a target objects to which data is automatically flushed upon buffer overflow.

See:
          Description

Interface Summary
ByteBufferConsumer Object that can accept a primitive array list of byte items.
CharBufferConsumer Object that can accept a primitive array list of char items.
DoubleBuffer2DConsumer Deprecated. until unit tests are in place.
DoubleBuffer3DConsumer Deprecated. until unit tests are in place.
DoubleBufferConsumer Object that can accept a primitive array list of double items.
FloatBufferConsumer Object that can accept a primitive array list of float items.
IntBuffer2DConsumer Deprecated. until unit tests are in place.
IntBuffer3DConsumer Deprecated. until unit tests are in place.
IntBufferConsumer Object that can accept a primitive array list of int items.
LongBufferConsumer Object that can accept a primitive array list of long items.
ObjectBufferConsumer Deprecated. until unit tests are in place.
ShortBufferConsumer Object that can accept a primitive array list of short items.
 

Class Summary
DoubleBuffer Deprecated. until unit tests are in place.
DoubleBuffer2D Deprecated. until unit tests are in place.
DoubleBuffer3D Deprecated. until unit tests are in place.
IntBuffer Deprecated. until unit tests are in place.
IntBuffer2D Deprecated. until unit tests are in place.
IntBuffer3D Deprecated. until unit tests are in place.
ObjectBuffer Deprecated. until unit tests are in place.
 

Package org.apache.mahout.math.buffer Description

Fixed sized (non resizable) streaming buffers connected to a target objects to which data is automatically flushed upon buffer overflow.



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.