|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PackedInts.Mutable | |
---|---|
org.apache.lucene.util.packed | The packed package provides random access capable arrays of positive longs. |
Uses of PackedInts.Mutable in org.apache.lucene.util.packed |
---|
Classes in org.apache.lucene.util.packed that implement PackedInts.Mutable | |
---|---|
class |
GrowableWriter
Implements PackedInts.Mutable , but grows the
bit count of the underlying packed ints on-demand. |
Methods in org.apache.lucene.util.packed that return PackedInts.Mutable | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |