public static interface BytesRefArray.IndexedBytesRefIterator extends BytesRefIterator
BytesRefIterator that allows retrieving the index of the current elementEMPTY| Modifier and Type | Method and Description |
|---|---|
int |
ord()
Returns the ordinal position of the element that was returned in the latest call of
BytesRefIterator.next(). |
nextint ord()
BytesRefIterator.next().
Do not call this method if BytesRefIterator.next() is not called yet or the last call returned a null value.Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.