Package org.apache.lucene.util
Class LongValues
java.lang.Object
org.apache.lucene.util.LongValues
- Direct Known Subclasses:
AbstractPagedMutable
,DirectMonotonicReader
,MonotonicBlockPackedReader
,PackedLongValues
Abstraction over an array of longs.
- NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LongValues
An instance that returns the provided value.static final LongValues
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
IDENTITY
An instance that returns the provided value. -
ZEROES
-
-
Constructor Details
-
LongValues
public LongValues()
-
-
Method Details
-
get
public abstract long get(long index) Get value atindex
.
-