public static final class CharsTrie.Iterator extends java.lang.Object implements java.util.Iterator<CharsTrie.Entry>
Modifier and Type | Method and Description |
---|---|
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.
|
public CharsTrie.Iterator reset()
public boolean hasNext()
hasNext
in interface java.util.Iterator<CharsTrie.Entry>
public CharsTrie.Entry next()
next
in interface java.util.Iterator<CharsTrie.Entry>
java.util.NoSuchElementException
- - iteration has no more elements.public void remove()
remove
in interface java.util.Iterator<CharsTrie.Entry>
java.lang.UnsupportedOperationException
- (always)Copyright (c) 2014 IBM Corporation and others.