Package jflex.chars

Class Interval.IntervalIterator

java.lang.Object
jflex.chars.Interval.IntervalIterator
All Implemented Interfaces:
Iterator<Integer>, PrimitiveIterator<Integer,IntConsumer>, PrimitiveIterator.OfInt
Enclosing class:
Interval

public class Interval.IntervalIterator extends Object implements PrimitiveIterator.OfInt
Iterator for enumerating the elements of this Interval
  • Field Details

    • pos

      private int pos
      The current iterator position
  • Constructor Details

    • IntervalIterator

      private IntervalIterator()
      New iterator that starts at the beginning of the
  • Method Details