@Deprecated public class CharArraySet.CharArraySetIterator extends Object implements Iterator<String>
char[] instances.nextCharArray for more efficient access.| Modifier and Type | Method | 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.
|
forEachRemainingpublic char[] nextCharArray()
public String next()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.