Uses of Package
org.apache.mahout.math.buffer

Packages that use org.apache.mahout.math.buffer
org.apache.mahout.math.list Resizable lists holding objects or primitive data types such as int, double, etc. 
 

Classes in org.apache.mahout.math.buffer used by org.apache.mahout.math.list
ByteBufferConsumer
          Object that can accept a primitive array list of byte items.
CharBufferConsumer
          Object that can accept a primitive array list of char items.
DoubleBufferConsumer
          Object that can accept a primitive array list of double items.
FloatBufferConsumer
          Object that can accept a primitive array list of float items.
IntBufferConsumer
          Object that can accept a primitive array list of int items.
LongBufferConsumer
          Object that can accept a primitive array list of long items.
ShortBufferConsumer
          Object that can accept a primitive array list of short items.
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.