Class LegacyDirectReader.DirectPackedReader20
java.lang.Object
org.apache.lucene.util.LongValues
org.apache.lucene.backward_codecs.packed.LegacyDirectReader.DirectPackedReader20
- Enclosing class:
LegacyDirectReader
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final RandomAccessInput(package private) final longFields inherited from class org.apache.lucene.util.LongValues
IDENTITY, ZEROES -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
in
-
offset
final long offset
-
-
Constructor Details
-
DirectPackedReader20
DirectPackedReader20(RandomAccessInput in, long offset)
-
-
Method Details
-
get
public long get(long index) Description copied from class:LongValuesGet value atindex.- Specified by:
getin classLongValues
-