public final class CharSetEnumerator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
index |
private long |
mask |
private int |
offset |
private CharSet |
set |
| Constructor and Description |
|---|
CharSetEnumerator(CharSet characters) |
| Modifier and Type | Method and Description |
|---|---|
private void |
advance() |
boolean |
hasMoreElements() |
int |
nextElement() |