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