org.apache.lucene.analysis
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.Iterator
public char[] nextCharArray()
public java.lang.Object next()
next
in interface java.util.Iterator
public void remove()
remove
in interface java.util.Iterator
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.