Package | Description |
---|---|
org.apache.lucene.util.packed |
The packed package provides random access capable arrays of positive longs.
|
Modifier and Type | Class and Description |
---|---|
class |
GrowableWriter
Implements
PackedInts.Mutable , but grows the
bit count of the underlying packed ints on-demand. |
Modifier and Type | Method and Description |
---|---|
PackedInts.Mutable |
GrowableWriter.getMutable() |
static PackedInts.Mutable |
PackedInts.getMutable(int valueCount,
int bitsPerValue)
Create a packed integer array with the given amount of values initialized
to 0. the valueCount and the bitsPerValue cannot be changed after creation.
|