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

Packages that use org.apache.mahout.math.list
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. 
org.apache.mahout.math.list.adapter List adapters that make Colt lists compatible with the JDK 1.2 Collections Framework. 
org.apache.mahout.math.map Automatically growing and shrinking maps holding objects or primitive data types such as int, double, etc. 
org.apache.mahout.math.set   
 

Classes in org.apache.mahout.math.list used by org.apache.mahout.math.buffer
ByteArrayList
          Resizable list holding byte elements; implemented with arrays.
CharArrayList
          Resizable list holding char elements; implemented with arrays.
DoubleArrayList
          Resizable list holding double elements; implemented with arrays.
FloatArrayList
          Resizable list holding float elements; implemented with arrays.
IntArrayList
          Resizable list holding int elements; implemented with arrays.
LongArrayList
          Resizable list holding long elements; implemented with arrays.
ObjectArrayList
          Resizable list holding ${valueType} elements; implemented with arrays.
ShortArrayList
          Resizable list holding short elements; implemented with arrays.
 

Classes in org.apache.mahout.math.list used by org.apache.mahout.math.list
AbstractByteList
          Abstract base class for resizable lists holding byte elements; abstract.
AbstractCharList
          Abstract base class for resizable lists holding char elements; abstract.
AbstractDoubleList
          Abstract base class for resizable lists holding double elements; abstract.
AbstractFloatList
          Abstract base class for resizable lists holding float elements; abstract.
AbstractIntList
          Abstract base class for resizable lists holding int elements; abstract.
AbstractList
          Abstract base class for resizable lists holding objects or primitive data types such as int, float, etc.
AbstractLongList
          Abstract base class for resizable lists holding long elements; abstract.
AbstractObjectList
          Abstract base class for resizable lists holding objects or primitive data types such as int, float, etc.
AbstractShortList
          Abstract base class for resizable lists holding short elements; abstract.
ByteArrayList
          Resizable list holding byte elements; implemented with arrays.
CharArrayList
          Resizable list holding char elements; implemented with arrays.
DoubleArrayList
          Resizable list holding double elements; implemented with arrays.
FloatArrayList
          Resizable list holding float elements; implemented with arrays.
IntArrayList
          Resizable list holding int elements; implemented with arrays.
LongArrayList
          Resizable list holding long elements; implemented with arrays.
ObjectArrayList
          Resizable list holding ${valueType} elements; implemented with arrays.
ShortArrayList
          Resizable list holding short elements; implemented with arrays.
 

Classes in org.apache.mahout.math.list used by org.apache.mahout.math.list.adapter
AbstractDoubleList
          Abstract base class for resizable lists holding double elements; abstract.
AbstractFloatList
          Abstract base class for resizable lists holding float elements; abstract.
AbstractIntList
          Abstract base class for resizable lists holding int elements; abstract.
AbstractLongList
          Abstract base class for resizable lists holding long elements; abstract.
 

Classes in org.apache.mahout.math.list used by org.apache.mahout.math.map
ByteArrayList
          Resizable list holding byte elements; implemented with arrays.
CharArrayList
          Resizable list holding char elements; implemented with arrays.
DoubleArrayList
          Resizable list holding double elements; implemented with arrays.
FloatArrayList
          Resizable list holding float elements; implemented with arrays.
IntArrayList
          Resizable list holding int elements; implemented with arrays.
LongArrayList
          Resizable list holding long elements; implemented with arrays.
ShortArrayList
          Resizable list holding short elements; implemented with arrays.
 

Classes in org.apache.mahout.math.list used by org.apache.mahout.math.set
ByteArrayList
          Resizable list holding byte elements; implemented with arrays.
CharArrayList
          Resizable list holding char elements; implemented with arrays.
DoubleArrayList
          Resizable list holding double elements; implemented with arrays.
FloatArrayList
          Resizable list holding float elements; implemented with arrays.
IntArrayList
          Resizable list holding int elements; implemented with arrays.
LongArrayList
          Resizable list holding long elements; implemented with arrays.
ShortArrayList
          Resizable list holding short elements; implemented with arrays.
 



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