Uses of Class
org.apache.lucene.internal.hppc.LongArrayList
-
Packages that use LongArrayList Package Description org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.internal.hppc Internal copy of a subset of classes from the HPPC library.org.apache.lucene.util.bkd 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 LongArrayList Modifier and Type Field Description (package private) LongArrayList
SegmentDocValuesProducer. dvGens
Methods in org.apache.lucene.index with parameters of type LongArrayList Modifier and Type Method Description (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 LongArrayList Modifier and Type Method Description LongArrayList
LongArrayList. clone()
Clone this object.static LongArrayList
LongArrayList. from(long... elements)
Create a list from a variable number of arguments or an array ofint
.LongArrayList
LongArrayList. reverse()
Reverses the elements in this list and returns this list.LongArrayList
LongArrayList. sort()
Sorts the elements in this list and returns this list.Methods in org.apache.lucene.internal.hppc with parameters of type LongArrayList Modifier and Type Method Description int
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 LongArrayList Constructor Description LongArrayList(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 LongArrayList Modifier and Type Field Description (package private) LongArrayList
BKDWriter.OneDimensionBKDWriter. leafBlockFPs
-