org.elasticsearch.common.trove
Class ExtTIntArrayList

java.lang.Object
  extended by org.elasticsearch.common.trove.TIntArrayList
      extended by org.elasticsearch.common.trove.ExtTIntArrayList
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, java.lang.Cloneable

public class ExtTIntArrayList
extends org.elasticsearch.common.trove.TIntArrayList

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.elasticsearch.common.trove.TIntArrayList
_data, _pos, DEFAULT_CAPACITY
 
Constructor Summary
ExtTIntArrayList()
           
ExtTIntArrayList(int capacity)
           
ExtTIntArrayList(int[] values)
           
 
Method Summary
 int[] unsafeArray()
           
 
Methods inherited from class org.elasticsearch.common.trove.TIntArrayList
add, add, add, binarySearch, binarySearch, clear, clear, clone, contains, ensureCapacity, equals, fill, fill, forEach, forEachDescending, get, getQuick, getSet, grep, hashCode, indexOf, indexOf, insert, insert, insert, inverseGrep, isEmpty, lastIndexOf, lastIndexOf, max, min, readExternal, remove, remove, reset, resetQuick, reverse, reverse, set, set, set, setQuick, shuffle, size, sort, sort, subList, toNativeArray, toNativeArray, toNativeArray, toString, transformValues, trimToSize, writeExternal
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExtTIntArrayList

public ExtTIntArrayList()

ExtTIntArrayList

public ExtTIntArrayList(int capacity)

ExtTIntArrayList

public ExtTIntArrayList(int[] values)
Method Detail

unsafeArray

public int[] unsafeArray()