Class Path3ai.PathPathIterator<E extends PathElement3ai>

    • Constructor Detail

      • PathPathIterator

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

      • restartIterations

        public PathIterator3ai<E> restartIterations()
        Description copied from interface: PathIterator3D
        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()