Package jflex
Class CharSetEnumerator
- java.lang.Object
-
- jflex.CharSetEnumerator
-
public final class CharSetEnumerator extends java.lang.Object
Enumerator for the elements of a CharSet.Does not implement java.util.Enumeration, but supports the same protocol.
- Version:
- JFlex 1.7.0
-
-
Constructor Summary
Constructors Constructor Description CharSetEnumerator(CharSet characters)
Constructor for CharSetEnumerator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
advance()
boolean
hasMoreElements()
Returns whether the iterator has more characters.int
nextElement()
Returns the next character.
-