Uses of Class
org.apache.lucene.internal.hppc.LongArrayList
Packages that use LongArrayList
-
Uses of LongArrayList in org.apache.lucene.internal.hppc
Methods in org.apache.lucene.internal.hppc that return LongArrayListModifier and TypeMethodDescriptionLongArrayList.clone()
Clone this object.static LongArrayList
LongArrayList.from
(long... elements) Create a list from a variable number of arguments or an array ofint
.LongArrayList.reverse()
Reverses the elements in this list and returns this list.LongArrayList.sort()
Sorts the elements in this list and returns this list.Methods in org.apache.lucene.internal.hppc with parameters of type LongArrayListModifier and TypeMethodDescriptionint
LongArrayList.addAll
(LongArrayList list) Adds all elements from another list.protected boolean
LongArrayList.equalElements
(LongArrayList other) Compare index-aligned elements against anotherLongArrayList
.Constructors in org.apache.lucene.internal.hppc with parameters of type LongArrayListModifierConstructorDescriptionLongArrayList
(LongArrayList list) Creates a new list from the elements of another list in its iteration order.