Package org.apache.lucene.util
Class LongValues
- java.lang.Object
-
- org.apache.lucene.util.LongValues
-
- Direct Known Subclasses:
AbstractPagedMutable
,DirectMonotonicReader
,MonotonicBlockPackedReader
,PackedLongValues
public abstract class LongValues extends Object
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
Fields Modifier and Type Field Description static LongValues
IDENTITY
An instance that returns the provided value.static LongValues
ZEROES
-
Constructor Summary
Constructors Constructor Description LongValues()
-
-
-
Field Detail
-
IDENTITY
public static final LongValues IDENTITY
An instance that returns the provided value.
-
ZEROES
public static final LongValues ZEROES
-
-