Uses of Interface
org.apache.mahout.math.buffer.DoubleBufferConsumer

Packages that use DoubleBufferConsumer
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. 
org.apache.mahout.math.list Resizable lists holding objects or primitive data types such as int, double, etc. 
 

Uses of DoubleBufferConsumer in org.apache.mahout.math.buffer
 

Classes in org.apache.mahout.math.buffer that implement DoubleBufferConsumer
 class DoubleBuffer
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 

Constructors in org.apache.mahout.math.buffer with parameters of type DoubleBufferConsumer
DoubleBuffer(DoubleBufferConsumer target, int capacity)
          Deprecated. Constructs and returns a new buffer with the given target.
 

Uses of DoubleBufferConsumer in org.apache.mahout.math.list
 

Classes in org.apache.mahout.math.list that implement DoubleBufferConsumer
 class AbstractDoubleList
          Abstract base class for resizable lists holding double elements; abstract.
 class DoubleArrayList
          Resizable list holding double elements; implemented with arrays.
 



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