public final class CharSetEnumerator
extends java.lang.Object
Does not implement java.util.Enumeration, but supports the same protocol.
| Modifier and Type | Field and Description |
|---|---|
private int |
index |
private long |
mask |
private int |
offset |
private CharSet |
set |
| Constructor and Description |
|---|
CharSetEnumerator(CharSet characters)
Constructor for CharSetEnumerator.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
advance() |
boolean |
hasMoreElements()
Returns whether the iterator has more characters.
|
int |
nextElement()
Returns the next character.
|