Uses of Class
org.apache.lucene.util.LongsRef
Packages that use LongsRef
Package
Description
Some utility classes.
Block KD-tree, implementing the generic spatial data structure described in this paper.
Packed integer arrays and streams.
-
Uses of LongsRef in org.apache.lucene.util
Methods in org.apache.lucene.util that return LongsRefModifier and TypeMethodDescriptionLongsRef.clone()
Returns a shallow clone of this instance (the underlying longs are not copied and will be shared by both the returned object and this object.static LongsRef
LongsRef.deepCopyOf
(LongsRef other) Creates a new LongsRef that points to a copy of the longs fromother
Methods in org.apache.lucene.util with parameters of type LongsRefModifier and TypeMethodDescriptionint
Signed int order comparisonstatic LongsRef
LongsRef.deepCopyOf
(LongsRef other) Creates a new LongsRef that points to a copy of the longs fromother
boolean
LongsRef.longsEquals
(LongsRef other) -
Uses of LongsRef in org.apache.lucene.util.bkd
Fields in org.apache.lucene.util.bkd declared as LongsRef -
Uses of LongsRef in org.apache.lucene.util.packed
Fields in org.apache.lucene.util.packed declared as LongsRefModifier and TypeFieldDescription(package private) final LongsRef
PackedReaderIterator.nextValues
(package private) final LongsRef
BlockPackedReaderIterator.valuesRef
Methods in org.apache.lucene.util.packed that return LongsRef