public class CharArraySet.CharArraySetIterator extends Object implements Iterator
nextCharArray
for more efficient access.Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Object |
next()
Returns the next String, as a Set
|
char[] |
nextCharArray()
do not modify the returned char[]
|
void |
remove() |
public char[] nextCharArray()
public Object next()
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.