Class Triangle2afp.TrianglePathIterator<T extends PathElement2afp>

    • Constructor Detail

      • TrianglePathIterator

        public TrianglePathIterator​(Triangle2afp<?,​?,​T,​?,​?,​?> triangle)
        Constructor.
        Parameters:
        triangle - the triangle to iterate on.
    • Method Detail

      • restartIterations

        public PathIterator2afp<T> 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

        @Pure
        public boolean hasNext()
      • next

        public T next()