Class IntCharSet.IntCharSetIterator

java.lang.Object
jflex.core.unicode.IntCharSet.IntCharSetIterator
All Implemented Interfaces:
Iterator<Integer>, PrimitiveIterator<Integer,IntConsumer>, PrimitiveIterator.OfInt
Enclosing class:
IntCharSet

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

  • Constructor Details

    • IntCharSetIterator

      private IntCharSetIterator()
      New iterator for this IntCharSet
  • Method Details