Interface DBIDArrayMIter

    • Method Detail

      • setDBID

        void setDBID​(DBIDRef val)
        Set the current value. Note: if the iterator is just after the last position, this may be equivalent to an add, but some implementations may not support this operation!
        Parameters:
        val - new value
      • seek

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