| Package | Description |
|---|---|
| org.apache.lucene.util.packed |
The packed package provides random access capable arrays of positive longs.
|
| Class and Description |
|---|
| GrowableWriter
Implements
PackedInts.Mutable, but grows the
bit count of the underlying packed ints on-demand. |
| PackedInts.Mutable
A packed integer array that can be modified.
|
| PackedInts.Reader
A read-only random access array of positive integers.
|
| PackedInts.Writer
A write-once Writer.
|