Interface ArrayIter

    • Method Detail

      • advance

        ArrayIter advance()
        Description copied from interface: Iter
        Moves the iterator forward to the next entry.
        Specified by:
        advance in interface Iter
        Returns:
        The iterator itself.
      • advance

        ArrayIter advance​(int count)
        Moves the iterator forward or backward by the given offset.
        Parameters:
        count - offset to move forward or backwards
        Returns:
        Iterator
      • retract

        ArrayIter retract()
        Moves the iterator backward to the previous entry.
        Returns:
        Iterator
      • seek

        ArrayIter seek​(int off)
        Moves the iterator to the given position
        Parameters:
        off - Seek offset
        Returns:
        Iterator
      • getOffset

        int getOffset()
        Get current iterator offset.
        Returns:
        Iterator position