public class Trie2.CharSequenceIterator extends Object implements Iterator<Trie2.CharSequenceValues>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
boolean |
hasPrevious() |
Trie2.CharSequenceValues |
next() |
Trie2.CharSequenceValues |
previous() |
void |
remove()
Iterator.remove() is not supported by Trie2.CharSequenceIterator.
|
void |
set(int i) |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic void set(int i)
public final boolean hasNext()
hasNext in interface Iterator<Trie2.CharSequenceValues>public final boolean hasPrevious()
public Trie2.CharSequenceValues next()
next in interface Iterator<Trie2.CharSequenceValues>public Trie2.CharSequenceValues previous()
public void remove()
remove in interface Iterator<Trie2.CharSequenceValues>UnsupportedOperationException - Always thrown because this operation is not supportedIterator.remove()