public final class PackedLongValues.Iterator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
currentCount |
(package private) long[] |
currentValues |
(package private) int |
pOff |
(package private) int |
vOff |
Constructor and Description |
---|
Iterator() |
Modifier and Type | Method and Description |
---|---|
private void |
fillBlock() |
boolean |
hasNext()
Whether or not there are remaining values.
|
long |
next()
Return the next long in the buffer.
|