Uses of Class
org.apache.lucene.util.LongValues
-
Packages that use LongValues Package Description org.apache.lucene.util.packed Packed integer arrays and streams. -
-
Uses of LongValues in org.apache.lucene.util.packed
Subclasses of LongValues in org.apache.lucene.util.packed Modifier and Type Class Description classAppendingDeltaPackedLongBufferUtility class to buffer a list of signed longs in memory.classAppendingPackedLongBufferUtility class to buffer a list of signed longs in memory.classBlockPackedReaderProvides random access to a stream written withBlockPackedWriter.classMonotonicAppendingLongBufferUtility class to buffer signed longs in memory, which is optimized for the case where the sequence is monotonic, although it can encode any sequence of arbitrary longs.classMonotonicBlockPackedReaderProvides random access to a stream written withMonotonicBlockPackedWriter.classPagedGrowableWriterclassPagedMutableAPagedMutable.
-