Uses of Class
org.apache.lucene.internal.hppc.LongArrayList
Packages that use LongArrayList
Package
Description
Code to maintain and access indices.
Internal copy of a subset of classes from the HPPC library.
Block KD-tree, implementing the generic spatial data structure described in this paper.
-
Uses of LongArrayList in org.apache.lucene.index
Fields in org.apache.lucene.index declared as LongArrayListModifier and TypeFieldDescription(package private) final LongArrayList
SegmentDocValuesProducer.dvGens
Methods in org.apache.lucene.index with parameters of type LongArrayListModifier and TypeMethodDescription(package private) void
SegmentDocValues.decRef
(LongArrayList dvProducersGens) Decrement the reference count of the givenDocValuesProducer
generations. -
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. -
Uses of LongArrayList in org.apache.lucene.util.bkd
Fields in org.apache.lucene.util.bkd declared as LongArrayListModifier and TypeFieldDescription(package private) final LongArrayList
BKDWriter.OneDimensionBKDWriter.leafBlockFPs