Uses of Class
org.apache.lucene.util.LongsRef
-
Packages that use LongsRef Package Description org.apache.lucene.util Some utility classes.org.apache.lucene.util.packed Packed integer arrays and streams. -
-
Uses of LongsRef in org.apache.lucene.util
Methods in org.apache.lucene.util that return LongsRef Modifier and Type Method Description LongsRef
LongsRef. 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 IntsRef that points to a copy of the longs fromother
Methods in org.apache.lucene.util with parameters of type LongsRef Modifier and Type Method Description int
LongsRef. compareTo(LongsRef other)
Signed int order comparisonvoid
LongsRef. copyLongs(LongsRef other)
static LongsRef
LongsRef. deepCopyOf(LongsRef other)
Creates a new IntsRef that points to a copy of the longs fromother
boolean
LongsRef. longsEquals(LongsRef other)
-
Uses of LongsRef in org.apache.lucene.util.packed
Methods in org.apache.lucene.util.packed that return LongsRef Modifier and Type Method Description LongsRef
BlockPackedReaderIterator. next(int count)
Read between 1 andcount
values.LongsRef
PackedInts.ReaderIterator. next(int count)
Returns at least 1 and at mostcount
next values, the returned ref MUST NOT be modified
-