Class Path2ai.PathPathIterator<E extends PathElement2ai>

    • Constructor Detail

      • PathPathIterator

        public PathPathIterator​(Path2ai<?,​?,​E,​?,​?,​?> path)
        Constructor.
        Parameters:
        path - the path.
    • Method Detail

      • restartIterations

        public PathIterator2ai<E> restartIterations()
        Description copied from interface: PathIterator2D
        Replies a reset instance of this iterator.

        The reset instance enables to restart iterations with the replied iterator.

        Returns:
        the reset iterator.
      • hasNext

        public boolean hasNext()
      • next

        public E next()