|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PackedInts.Reader | |
|---|---|
| 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 | |
|---|---|
static interface |
PackedInts.Mutable
A packed integer array that can be modified. |
| Classes in org.apache.lucene.util.packed that implement PackedInts.Reader | |
|---|---|
class |
GrowableWriter
Implements PackedInts.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 | |
|---|---|
static PackedInts.Reader |
PackedInts.getReader(DataInput in)
Retrieve PackedInt data from the DataInput and return a packed int structure based on it. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||