Package org.apache.lucene.util.packed
Class PackedLongValues.Iterator
java.lang.Object
org.apache.lucene.util.packed.PackedLongValues.Iterator
- Enclosing class:
- PackedLongValues
An iterator over long values.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) final long[]
(package private) int
(package private) int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
currentValues
final long[] currentValues -
vOff
int vOff -
pOff
int pOff -
currentCount
int currentCount
-
-
Constructor Details
-
Iterator
Iterator()
-
-
Method Details
-
fillBlock
private void fillBlock() -
hasNext
public final boolean hasNext()Whether or not there are remaining values. -
next
public final long next()Return the next long in the buffer.
-