Uses of Class
org.apache.lucene.internal.hppc.FloatArrayList
Packages that use FloatArrayList
Package
Description
Internal copy of a subset of classes from the HPPC library.
Support for index-time and query-time joins.
-
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. -
Uses of FloatArrayList in org.apache.lucene.search.join
Fields in org.apache.lucene.search.join declared as FloatArrayListModifier and TypeFieldDescription(package private) final FloatArrayList
PointInSetIncludingScoreQuery.aggregatedJoinScores