Package nl.tue.astar.util
Class FastCloneTIntArrayList
- java.lang.Object
-
- gnu.trove.list.array.TIntArrayList
-
- nl.tue.astar.util.FastCloneTIntArrayList
-
- All Implemented Interfaces:
gnu.trove.list.TIntList,gnu.trove.TIntCollection,java.io.Externalizable,java.io.Serializable
public class FastCloneTIntArrayList extends gnu.trove.list.array.TIntArrayList- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FastCloneTIntArrayList()FastCloneTIntArrayList(int capacity)FastCloneTIntArrayList(int[] indices)FastCloneTIntArrayList(FastCloneTIntArrayList list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaddAllIfNew(gnu.trove.TIntCollection collection)booleanequalsSorted(FastCloneTIntArrayList that)-
Methods inherited from class gnu.trove.list.array.TIntArrayList
add, add, add, addAll, addAll, addAll, binarySearch, binarySearch, clear, clear, contains, containsAll, containsAll, containsAll, ensureCapacity, equals, fill, fill, forEach, forEachDescending, get, getNoEntryValue, getQuick, grep, hashCode, indexOf, indexOf, insert, insert, insert, inverseGrep, isEmpty, iterator, lastIndexOf, lastIndexOf, max, min, readExternal, remove, remove, removeAll, removeAll, removeAll, removeAt, replace, reset, resetQuick, retainAll, retainAll, retainAll, reverse, reverse, set, set, set, setQuick, shuffle, size, sort, sort, subList, sum, toArray, toArray, toArray, toArray, toArray, toString, transformValues, trimToSize, wrap, wrap, writeExternal
-
-
-
-
Constructor Detail
-
FastCloneTIntArrayList
public FastCloneTIntArrayList(int capacity)
-
FastCloneTIntArrayList
public FastCloneTIntArrayList(FastCloneTIntArrayList list)
-
FastCloneTIntArrayList
public FastCloneTIntArrayList()
-
FastCloneTIntArrayList
public FastCloneTIntArrayList(int[] indices)
-
-
Method Detail
-
addAllIfNew
public boolean addAllIfNew(gnu.trove.TIntCollection collection)
-
equalsSorted
public boolean equalsSorted(FastCloneTIntArrayList that)
-
-