Interface NodeIterator

    • Method Detail

      • getPosition

        int getPosition()
        Get the current iterator position.
        Returns:
        int position
      • setPosition

        boolean setPosition​(int position)
        Set the new current position.
        Parameters:
        position - the position to set
        Returns:
        true if there is a node at position.
      • getNodePointer

        NodePointer getNodePointer()
        Get the NodePointer at the current position.
        Returns:
        NodePointer