char[]
instances.@Deprecated public class CharArraySet.CharArraySetIterator extends Object implements Iterator<String>
nextCharArray
for more efficient access.Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Deprecated.
|
String |
next()
Deprecated.
Returns the next String, as a Set
|
char[] |
nextCharArray()
Deprecated.
do not modify the returned char[]
|
void |
remove()
Deprecated.
|
public char[] nextCharArray()
public String next()