Interface DBIDArrayIter

    • Method Detail

      • advance

        DBIDArrayIter advance​(int count)
        Description copied from interface: ArrayIter
        Moves the iterator forward or backward by the given offset.
        Specified by:
        advance in interface ArrayIter
        Parameters:
        count - offset to move forward or backwards
        Returns:
        Iterator
      • retract

        DBIDArrayIter retract()
        Description copied from interface: ArrayIter
        Moves the iterator backward to the previous entry.
        Specified by:
        retract in interface ArrayIter
        Returns:
        Iterator
      • seek

        DBIDArrayIter seek​(int off)
        Description copied from interface: ArrayIter
        Moves the iterator to the given position
        Specified by:
        seek in interface ArrayIter
        Parameters:
        off - Seek offset
        Returns:
        Iterator