Uses of Class
org.apache.mahout.math.list.LongArrayList

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

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

Methods in org.apache.mahout.math.buffer with parameters of type LongArrayList
 void LongBufferConsumer.addAllOf(LongArrayList list)
          Adds all elements of the specified list to the receiver.
 

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

Methods in org.apache.mahout.math.list that return LongArrayList
 LongArrayList LongArrayList.copy()
          Returns a deep copy of the receiver; uses clone() and casts the result.
 

Methods in org.apache.mahout.math.list with parameters of type LongArrayList
 void AbstractLongList.addAllOf(LongArrayList other)
          Appends the specified list to the end of this list.
 

Uses of LongArrayList in org.apache.mahout.math.map
 

Methods in org.apache.mahout.math.map that return LongArrayList
 LongArrayList AbstractLongShortMap.keys()
          Returns a list filled with all keys contained in the receiver.
 LongArrayList AbstractLongObjectMap.keys()
          Returns a list filled with all keys contained in the receiver.
 LongArrayList AbstractLongLongMap.keys()
          Returns a list filled with all keys contained in the receiver.
 LongArrayList AbstractLongIntMap.keys()
          Returns a list filled with all keys contained in the receiver.
 LongArrayList AbstractLongFloatMap.keys()
          Returns a list filled with all keys contained in the receiver.
 LongArrayList AbstractLongDoubleMap.keys()
          Returns a list filled with all keys contained in the receiver.
 LongArrayList AbstractLongCharMap.keys()
          Returns a list filled with all keys contained in the receiver.
 LongArrayList AbstractLongByteMap.keys()
          Returns a list filled with all keys contained in the receiver.
 LongArrayList AbstractShortLongMap.values()
          Returns a list filled with all values contained in the receiver.
 LongArrayList AbstractObjectLongMap.values()
          Returns a list filled with all values contained in the receiver.
 LongArrayList AbstractLongLongMap.values()
          Returns a list filled with all values contained in the receiver.
 LongArrayList AbstractIntLongMap.values()
          Returns a list filled with all values contained in the receiver.
 LongArrayList AbstractFloatLongMap.values()
          Returns a list filled with all values contained in the receiver.
 LongArrayList AbstractDoubleLongMap.values()
          Returns a list filled with all values contained in the receiver.
 LongArrayList AbstractCharLongMap.values()
          Returns a list filled with all values contained in the receiver.
 LongArrayList AbstractByteLongMap.values()
          Returns a list filled with all values contained in the receiver.
 

Methods in org.apache.mahout.math.map with parameters of type LongArrayList
 void OpenLongShortHashMap.keys(LongArrayList list)
          Fills all keys contained in the receiver into the specified list.
 void OpenLongObjectHashMap.keys(LongArrayList list)
          Fills all keys contained in the receiver into the specified list.
 void OpenLongLongHashMap.keys(LongArrayList list)
          Fills all keys contained in the receiver into the specified list.
 void OpenLongIntHashMap.keys(LongArrayList list)
          Fills all keys contained in the receiver into the specified list.
 void OpenLongFloatHashMap.keys(LongArrayList list)
          Fills all keys contained in the receiver into the specified list.
 void OpenLongDoubleHashMap.keys(LongArrayList list)
          Fills all keys contained in the receiver into the specified list.
 void OpenLongCharHashMap.keys(LongArrayList list)
          Fills all keys contained in the receiver into the specified list.
 void OpenLongByteHashMap.keys(LongArrayList list)
          Fills all keys contained in the receiver into the specified list.
 void AbstractLongShortMap.keys(LongArrayList list)
          Fills all keys contained in the receiver into the specified list.
 void AbstractLongObjectMap.keys(LongArrayList list)
          Fills all keys contained in the receiver into the specified list.
 void AbstractLongLongMap.keys(LongArrayList list)
          Fills all keys contained in the receiver into the specified list.
 void AbstractLongIntMap.keys(LongArrayList list)
          Fills all keys contained in the receiver into the specified list.
 void AbstractLongFloatMap.keys(LongArrayList list)
          Fills all keys contained in the receiver into the specified list.
 void AbstractLongDoubleMap.keys(LongArrayList list)
          Fills all keys contained in the receiver into the specified list.
 void AbstractLongCharMap.keys(LongArrayList list)
          Fills all keys contained in the receiver into the specified list.
 void AbstractLongByteMap.keys(LongArrayList list)
          Fills all keys contained in the receiver into the specified list.
 void AbstractLongShortMap.keysSortedByValue(LongArrayList keyList)
          Fills all keys sorted ascending by their associated value into the specified list.
 void AbstractLongObjectMap.keysSortedByValue(LongArrayList keyList)
          Fills all keys sorted ascending by their associated value into the specified list.
 void AbstractLongLongMap.keysSortedByValue(LongArrayList keyList)
          Fills all keys sorted ascending by their associated value into the specified list.
 void AbstractLongIntMap.keysSortedByValue(LongArrayList keyList)
          Fills all keys sorted ascending by their associated value into the specified list.
 void AbstractLongFloatMap.keysSortedByValue(LongArrayList keyList)
          Fills all keys sorted ascending by their associated value into the specified list.
 void AbstractLongDoubleMap.keysSortedByValue(LongArrayList keyList)
          Fills all keys sorted ascending by their associated value into the specified list.
 void AbstractLongCharMap.keysSortedByValue(LongArrayList keyList)
          Fills all keys sorted ascending by their associated value into the specified list.
 void AbstractLongByteMap.keysSortedByValue(LongArrayList keyList)
          Fills all keys sorted ascending by their associated value into the specified list.
 void OpenByteLongHashMap.pairsMatching(ByteLongProcedure condition, ByteArrayList keyList, LongArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void AbstractByteLongMap.pairsMatching(ByteLongProcedure condition, ByteArrayList keyList, LongArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void OpenCharLongHashMap.pairsMatching(CharLongProcedure condition, CharArrayList keyList, LongArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void AbstractCharLongMap.pairsMatching(CharLongProcedure condition, CharArrayList keyList, LongArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void OpenDoubleLongHashMap.pairsMatching(DoubleLongProcedure condition, DoubleArrayList keyList, LongArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void AbstractDoubleLongMap.pairsMatching(DoubleLongProcedure condition, DoubleArrayList keyList, LongArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void OpenFloatLongHashMap.pairsMatching(FloatLongProcedure condition, FloatArrayList keyList, LongArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void AbstractFloatLongMap.pairsMatching(FloatLongProcedure condition, FloatArrayList keyList, LongArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void OpenIntLongHashMap.pairsMatching(IntLongProcedure condition, IntArrayList keyList, LongArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void AbstractIntLongMap.pairsMatching(IntLongProcedure condition, IntArrayList keyList, LongArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void OpenLongByteHashMap.pairsMatching(LongByteProcedure condition, LongArrayList keyList, ByteArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void AbstractLongByteMap.pairsMatching(LongByteProcedure condition, LongArrayList keyList, ByteArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void OpenLongCharHashMap.pairsMatching(LongCharProcedure condition, LongArrayList keyList, CharArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void AbstractLongCharMap.pairsMatching(LongCharProcedure condition, LongArrayList keyList, CharArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void OpenLongDoubleHashMap.pairsMatching(LongDoubleProcedure condition, LongArrayList keyList, DoubleArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void AbstractLongDoubleMap.pairsMatching(LongDoubleProcedure condition, LongArrayList keyList, DoubleArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void OpenLongFloatHashMap.pairsMatching(LongFloatProcedure condition, LongArrayList keyList, FloatArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void AbstractLongFloatMap.pairsMatching(LongFloatProcedure condition, LongArrayList keyList, FloatArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void OpenLongIntHashMap.pairsMatching(LongIntProcedure condition, LongArrayList keyList, IntArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void AbstractLongIntMap.pairsMatching(LongIntProcedure condition, LongArrayList keyList, IntArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void OpenLongLongHashMap.pairsMatching(LongLongProcedure condition, LongArrayList keyList, LongArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void AbstractLongLongMap.pairsMatching(LongLongProcedure condition, LongArrayList keyList, LongArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void OpenLongObjectHashMap.pairsMatching(LongObjectProcedure<T> condition, LongArrayList keyList, List<T> valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void AbstractLongObjectMap.pairsMatching(LongObjectProcedure<T> condition, LongArrayList keyList, List<T> valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void OpenLongShortHashMap.pairsMatching(LongShortProcedure condition, LongArrayList keyList, ShortArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void AbstractLongShortMap.pairsMatching(LongShortProcedure condition, LongArrayList keyList, ShortArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void OpenObjectLongHashMap.pairsMatching(ObjectLongProcedure<T> condition, List<T> keyList, LongArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void AbstractObjectLongMap.pairsMatching(ObjectLongProcedure<T> condition, List<T> keyList, LongArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void OpenShortLongHashMap.pairsMatching(ShortLongProcedure condition, ShortArrayList keyList, LongArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void AbstractShortLongMap.pairsMatching(ShortLongProcedure condition, ShortArrayList keyList, LongArrayList valueList)
          Fills all pairs satisfying a given condition into the specified lists.
 void AbstractByteLongMap.pairsSortedByKey(ByteArrayList keyList, LongArrayList valueList)
          Fills all keys and values sorted ascending by key into the specified lists.
 void AbstractCharLongMap.pairsSortedByKey(CharArrayList keyList, LongArrayList valueList)
          Fills all keys and values sorted ascending by key into the specified lists.
 void AbstractDoubleLongMap.pairsSortedByKey(DoubleArrayList keyList, LongArrayList valueList)
          Fills all keys and values sorted ascending by key into the specified lists.
 void AbstractFloatLongMap.pairsSortedByKey(FloatArrayList keyList, LongArrayList valueList)
          Fills all keys and values sorted ascending by key into the specified lists.
 void AbstractIntLongMap.pairsSortedByKey(IntArrayList keyList, LongArrayList valueList)
          Fills all keys and values sorted ascending by key into the specified lists.
 void AbstractObjectLongMap.pairsSortedByKey(List<T> keyList, LongArrayList valueList)
          Fills all keys and values sorted ascending by key into the specified lists.
 void AbstractLongByteMap.pairsSortedByKey(LongArrayList keyList, ByteArrayList valueList)
          Fills all keys and values sorted ascending by key into the specified lists.
 void AbstractLongCharMap.pairsSortedByKey(LongArrayList keyList, CharArrayList valueList)
          Fills all keys and values sorted ascending by key into the specified lists.
 void AbstractLongDoubleMap.pairsSortedByKey(LongArrayList keyList, DoubleArrayList valueList)
          Fills all keys and values sorted ascending by key into the specified lists.
 void AbstractLongFloatMap.pairsSortedByKey(LongArrayList keyList, FloatArrayList valueList)
          Fills all keys and values sorted ascending by key into the specified lists.
 void AbstractLongIntMap.pairsSortedByKey(LongArrayList keyList, IntArrayList valueList)
          Fills all keys and values sorted ascending by key into the specified lists.
 void AbstractLongObjectMap.pairsSortedByKey(LongArrayList keyList, List<T> valueList)
          Fills all keys and values sorted ascending by key into the specified lists.
 void AbstractLongLongMap.pairsSortedByKey(LongArrayList keyList, LongArrayList valueList)
          Fills all keys and values sorted ascending by key into the specified lists.
 void AbstractLongShortMap.pairsSortedByKey(LongArrayList keyList, ShortArrayList valueList)
          Fills all keys and values sorted ascending by key into the specified lists.
 void AbstractShortLongMap.pairsSortedByKey(ShortArrayList keyList, LongArrayList valueList)
          Fills all keys and values sorted ascending by key into the specified lists.
 void AbstractByteLongMap.pairsSortedByValue(ByteArrayList keyList, LongArrayList valueList)
          Fills all keys and values sorted ascending by value into the specified lists.
 void AbstractCharLongMap.pairsSortedByValue(CharArrayList keyList, LongArrayList valueList)
          Fills all keys and values sorted ascending by value into the specified lists.
 void AbstractDoubleLongMap.pairsSortedByValue(DoubleArrayList keyList, LongArrayList valueList)
          Fills all keys and values sorted ascending by value into the specified lists.
 void AbstractFloatLongMap.pairsSortedByValue(FloatArrayList keyList, LongArrayList valueList)
          Fills all keys and values sorted ascending by value into the specified lists.
 void AbstractIntLongMap.pairsSortedByValue(IntArrayList keyList, LongArrayList valueList)
          Fills all keys and values sorted ascending by value into the specified lists.
 void AbstractObjectLongMap.pairsSortedByValue(List<T> keyList, LongArrayList valueList)
          Fills all keys and values sorted ascending by value into the specified lists.
 void AbstractLongByteMap.pairsSortedByValue(LongArrayList keyList, ByteArrayList valueList)
          Fills all keys and values sorted ascending by value into the specified lists.
 void AbstractLongCharMap.pairsSortedByValue(LongArrayList keyList, CharArrayList valueList)
          Fills all keys and values sorted ascending by value into the specified lists.
 void AbstractLongDoubleMap.pairsSortedByValue(LongArrayList keyList, DoubleArrayList valueList)
          Fills all keys and values sorted ascending by value into the specified lists.
 void AbstractLongFloatMap.pairsSortedByValue(LongArrayList keyList, FloatArrayList valueList)
          Fills all keys and values sorted ascending by value into the specified lists.
 void AbstractLongIntMap.pairsSortedByValue(LongArrayList keyList, IntArrayList valueList)
          Fills all keys and values sorted ascending by value into the specified lists.
 void AbstractLongObjectMap.pairsSortedByValue(LongArrayList keyList, List<T> valueList)
          Fills all keys and values sorted ascending by value according to natural ordering into the specified lists.
 void AbstractLongLongMap.pairsSortedByValue(LongArrayList keyList, LongArrayList valueList)
          Fills all keys and values sorted ascending by value into the specified lists.
 void AbstractLongShortMap.pairsSortedByValue(LongArrayList keyList, ShortArrayList valueList)
          Fills all keys and values sorted ascending by value into the specified lists.
 void AbstractShortLongMap.pairsSortedByValue(ShortArrayList keyList, LongArrayList valueList)
          Fills all keys and values sorted ascending by value into the specified lists.
 void OpenShortLongHashMap.values(LongArrayList list)
          Fills all values contained in the receiver into the specified list.
 void OpenObjectLongHashMap.values(LongArrayList list)
          Fills all values contained in the receiver into the specified list.
 void OpenLongLongHashMap.values(LongArrayList list)
          Fills all values contained in the receiver into the specified list.
 void OpenIntLongHashMap.values(LongArrayList list)
          Fills all values contained in the receiver into the specified list.
 void OpenFloatLongHashMap.values(LongArrayList list)
          Fills all values contained in the receiver into the specified list.
 void OpenDoubleLongHashMap.values(LongArrayList list)
          Fills all values contained in the receiver into the specified list.
 void OpenCharLongHashMap.values(LongArrayList list)
          Fills all values contained in the receiver into the specified list.
 void OpenByteLongHashMap.values(LongArrayList list)
          Fills all values contained in the receiver into the specified list.
 void AbstractShortLongMap.values(LongArrayList list)
          Fills all values contained in the receiver into the specified list.
 void AbstractObjectLongMap.values(LongArrayList list)
          Fills all values contained in the receiver into the specified list.
 void AbstractLongLongMap.values(LongArrayList list)
          Fills all values contained in the receiver into the specified list.
 void AbstractIntLongMap.values(LongArrayList list)
          Fills all values contained in the receiver into the specified list.
 void AbstractFloatLongMap.values(LongArrayList list)
          Fills all values contained in the receiver into the specified list.
 void AbstractDoubleLongMap.values(LongArrayList list)
          Fills all values contained in the receiver into the specified list.
 void AbstractCharLongMap.values(LongArrayList list)
          Fills all values contained in the receiver into the specified list.
 void AbstractByteLongMap.values(LongArrayList list)
          Fills all values contained in the receiver into the specified list.
 

Uses of LongArrayList in org.apache.mahout.math.set
 

Methods in org.apache.mahout.math.set that return LongArrayList
 LongArrayList AbstractLongSet.keys()
          Returns a list filled with all keys contained in the receiver.
 

Methods in org.apache.mahout.math.set with parameters of type LongArrayList
 void OpenLongHashSet.keys(LongArrayList list)
          Fills all keys contained in the receiver into the specified list.
 void AbstractLongSet.keys(LongArrayList list)
          Fills all keys contained in the receiver into the specified list.
 



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