Package org.elasticsearch.common.collect

Interface Summary
ReusableIterator<E>  
SafeArray<T> An array that is safe in terms of size.
SafeArray.Procedure<T>  
 

Class Summary
BoundedArrayList<E> An array list that is based on an array and a size, only using the first size elements in the array.
BoundedTreeSet<E> A TreeSet that is bounded by size.
IdentityHashSet<E>  
MapBackedSet<E>  
MapBuilder<K,V>  
Tuple<V1,V2>