|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.icu.util.CharsTrie.Iterator
public static final class CharsTrie.Iterator
Iterator for all of the (string, value) pairs in a CharsTrie.
| Method Summary | |
|---|---|
boolean |
hasNext()
|
CharsTrie.Entry |
next()
Finds the next (string, value) pair if there is one. |
void |
remove()
Iterator.remove() is not supported. |
CharsTrie.Iterator |
reset()
Resets this iterator to its initial state. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public CharsTrie.Iterator reset()
public boolean hasNext()
hasNext in interface Iterator<CharsTrie.Entry>public CharsTrie.Entry next()
next in interface Iterator<CharsTrie.Entry>NoSuchElementException - - iteration has no more elements.public void remove()
remove in interface Iterator<CharsTrie.Entry>UnsupportedOperationException - (always)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||