Uses of Class
com.carrotsearch.hppc.ObjectArrayList
-
Packages that use ObjectArrayList Package Description com.carrotsearch.hppc org.elasticsearch.common.util -
-
Uses of ObjectArrayList in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc that return ObjectArrayList Modifier and Type Method Description ObjectArrayList<KType>ObjectArrayList. clone()Clone this object.static <KType> ObjectArrayList<KType>ObjectArrayList. from(KType... elements)Create a list from a variable number of arguments or an array ofObject.Methods in com.carrotsearch.hppc with parameters of type ObjectArrayList Modifier and Type Method Description protected booleanObjectArrayList. equalElements(ObjectArrayList<?> other)Compare index-aligned elements against anotherObjectIndexedContainer. -
Uses of ObjectArrayList in org.elasticsearch.common.util
Methods in org.elasticsearch.common.util with parameters of type ObjectArrayList Modifier and Type Method Description static voidCollectionUtils. sort(ObjectArrayList<byte[]> array)static voidCollectionUtils. sortAndDedup(ObjectArrayList<byte[]> array)
-