Class TIntArrayListHack

  • All Implemented Interfaces:
    gnu.trove.list.TIntList, gnu.trove.TIntCollection, Externalizable, Serializable

    public class TIntArrayListHack
    extends gnu.trove.list.array.TIntArrayList
    Author:
    Geoffroy Jamgotchian
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class gnu.trove.list.array.TIntArrayList

        _data, _pos, DEFAULT_CAPACITY, no_entry_value
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int[] getData()  
      • 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

      • TIntArrayListHack

        public TIntArrayListHack()
      • TIntArrayListHack

        public TIntArrayListHack​(int capacity)
      • TIntArrayListHack

        public TIntArrayListHack​(int[] values)
    • Method Detail

      • getData

        public int[] getData()