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 LongArrayListSegmentDocValuesProducer.dvGensMethods in org.apache.lucene.index with parameters of type LongArrayListModifier and TypeMethodDescription(package private) voidSegmentDocValues.decRef(LongArrayList dvProducersGens) Decrement the reference count of the givenDocValuesProducergenerations. -
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 LongArrayListLongArrayList.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 TypeMethodDescriptionintLongArrayList.addAll(LongArrayList list) Adds all elements from another list.protected booleanLongArrayList.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 LongArrayListBKDWriter.OneDimensionBKDWriter.leafBlockFPs