Class IntCharSet.IntCharSetIterator
java.lang.Object
jflex.core.unicode.IntCharSet.IntCharSetIterator
- All Implemented Interfaces:
Iterator<Integer>, PrimitiveIterator<Integer, IntConsumer>, PrimitiveIterator.OfInt
- Enclosing class:
IntCharSet
Iterator for enumerating the elements of this IntCharSet
- Version:
- JFlex 1.9.1
-
Nested Class Summary
Nested classes/interfaces inherited from interface PrimitiveIterator
PrimitiveIterator.OfDouble, PrimitiveIterator.OfInt, PrimitiveIterator.OfLong -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Interval.IntervalIteratorIterator within the current IntervalIterator over the Interval list -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateNew iterator for this IntCharSet -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PrimitiveIterator.OfInt
forEachRemaining, forEachRemaining, next
-
Field Details
-
intervalsIterator
-
current
Iterator within the current Interval
-
-
Constructor Details
-
IntCharSetIterator
New iterator for this IntCharSet
-
-
Method Details
-
hasNext
-
nextInt
public int nextInt()- Specified by:
nextIntin interfacePrimitiveIterator.OfInt
-