Uses of Interface
org.apache.lucene.util.packed.PackedInts.Mutable
-
Packages that use PackedInts.Mutable Package Description 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 Modifier and Type Class Description class
GrowableWriter
ImplementsPackedInts.Mutable
, but grows the bit count of the underlying packed ints on-demand.Methods in org.apache.lucene.util.packed that return PackedInts.Mutable Modifier and Type Method 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.
-