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 LongsRefLongsRef. 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 LongsRefLongsRef. deepCopyOf(LongsRef other)Creates a new LongsRef that points to a copy of the longs fromotherMethods in org.apache.lucene.util with parameters of type LongsRef Modifier and Type Method Description intLongsRef. compareTo(LongsRef other)Signed int order comparisonstatic LongsRefLongsRef. deepCopyOf(LongsRef other)Creates a new LongsRef that points to a copy of the longs fromotherbooleanLongsRef. longsEquals(LongsRef other) -
Uses of LongsRef in org.apache.lucene.util.packed
Fields in org.apache.lucene.util.packed declared as LongsRef Modifier and Type Field Description (package private) LongsRefPackedReaderIterator. nextValues(package private) LongsRefBlockPackedReaderIterator. valuesRefMethods in org.apache.lucene.util.packed that return LongsRef Modifier and Type Method Description LongsRefBlockPackedReaderIterator. next(int count)Read between 1 andcountvalues.LongsRefPackedInts.ReaderIterator. next(int count)Returns at least 1 and at mostcountnext values, the returned ref MUST NOT be modifiedLongsRefPackedReaderIterator. next(int count)
-