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