Interface OrdinalIterator

    • Field Detail

      • NO_MORE_ORDS

        static final int NO_MORE_ORDS
        This const is returned by nextOrd when there are no more ordinals.
        See Also:
        Constant Field Values
    • Method Detail

      • toArray

        default int[] toArray()
                       throws IOException
        Convert to int array. Note that after this method is called original OrdinalIterator is exhausted.
        Throws:
        IOException
      • fromArray

        static OrdinalIterator fromArray​(int[] source)
        Convert int array to ordinal iterator.