Package | Description |
---|---|
org.apache.lucene.util.packed |
The packed package provides random access capable arrays of positive longs.
|
Modifier and Type | Interface | Description |
---|---|---|
static interface |
PackedInts.Mutable |
A packed integer array that can be modified.
|
Modifier and Type | Class | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
static PackedInts.Reader |
PackedInts.getReader(DataInput in) |
Retrieve PackedInt data from the DataInput and return a packed int
structure based on it.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.