Class Segment2ai.SegmentPathIterator<IE extends PathElement2ai>

    • Constructor Detail

      • SegmentPathIterator

        public SegmentPathIterator​(Segment2ai<?,​?,​IE,​?,​?,​?> segment)
        Constructor.
        Parameters:
        segment - the segment to iterate on.
    • Method Detail

      • restartIterations

        public PathIterator2ai<IE> 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 IE next()