Interface BytesRefArray.IndexedBytesRefIterator

    • Method Detail

      • ord

        int ord()
        Returns the ordinal position of the element that was returned in the latest call of BytesRefIterator.next(). Do not call this method if BytesRefIterator.next() is not called yet or the last call returned a null value.