Method Next
Next()
Increments the iteration to the next BytesRef in the iterator.
Returns the resulting BytesRef or null
if the end of
the iterator is reached. The returned BytesRef may be re-used across calls
to Next(). After this method returns null
, do not call it again: the results
are undefined.
Declaration
BytesRef Next()
Returns
Type | Description |
---|---|
BytesRef | The next BytesRef in the iterator or |