public final class CharSetEnumerator
extends java.lang.Object
Does not implement java.util.Enumeration, but supports the same protocol.
| Constructor and Description |
|---|
CharSetEnumerator(CharSet characters)
Constructor for CharSetEnumerator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements()
Returns whether the iterator has more characters.
|
int |
nextElement()
Returns the next character.
|
public CharSetEnumerator(CharSet characters)
characters - set of characters.Copyright © 1998–2021. All rights reserved.