org.apache.lucene.util.packed.PackedLongValues.Iterator
class
final
2 members
An iterator over long values.
Instance Methods
has_next?
boolean
has_next?
(
)
Java: hasNext() · also: has_next
Whether or not there are remaining values.
next
long
next
(
)
Java: next()
Return the next long in the buffer.