Uses of Class
org.apache.lucene.internal.hppc.IntArrayList
Packages that use IntArrayList
Package
Description
Internal copy of a subset of classes from the HPPC library.
Navigable Small-World graph, nominally Hierarchical but currently only has a single layer.
-
Uses of IntArrayList in org.apache.lucene.internal.hppc
Methods in org.apache.lucene.internal.hppc that return IntArrayListModifier and TypeMethodDescriptionIntArrayList.clone()
Clone this object.static IntArrayList
IntArrayList.from
(int... elements) Create a list from a variable number of arguments or an array ofint
.IntArrayList.reverse()
Reverses the elements in this list and returns this list.IntArrayList.sort()
Sorts the elements in this list and returns this list.Methods in org.apache.lucene.internal.hppc with parameters of type IntArrayListModifier and TypeMethodDescriptionint
IntArrayList.addAll
(IntArrayList list) Adds all elements from another list.protected boolean
IntArrayList.equalElements
(IntArrayList other) Compare index-aligned elements against anotherIntArrayList
.Constructors in org.apache.lucene.internal.hppc with parameters of type IntArrayListModifierConstructorDescriptionIntArrayList
(IntArrayList list) Creates a new list from the elements of another list in its iteration order. -
Uses of IntArrayList in org.apache.lucene.util.hnsw
Constructors in org.apache.lucene.util.hnsw with parameters of type IntArrayListModifierConstructorDescriptionConstructor for iterator based on collection representing nodes