Uses of Interface
org.apache.lucene.util.packed.PackedInts.Reader
-
Packages that use PackedInts.Reader Package Description org.apache.lucene.util.packed The packed package provides random access capable arrays of positive longs. -
-
Uses of PackedInts.Reader in org.apache.lucene.util.packed
Subinterfaces of PackedInts.Reader in org.apache.lucene.util.packed Modifier and Type Interface Description static interface
PackedInts.Mutable
A packed integer array that can be modified.Classes in org.apache.lucene.util.packed that implement PackedInts.Reader Modifier and Type Class Description class
GrowableWriter
ImplementsPackedInts.Mutable
, but grows the bit count of the underlying packed ints on-demand.static class
PackedInts.ReaderImpl
A simple base for Readers that keeps track of valueCount and bitsPerValue.Methods in org.apache.lucene.util.packed that return PackedInts.Reader Modifier and Type Method Description static PackedInts.Reader
PackedInts. getReader(DataInput in)
Retrieve PackedInt data from the DataInput and return a packed int structure based on it.
-