edu.wisc.ssec.mcidasv.util.trie
Class PatriciaTrie.EntryIterator
java.lang.Object
edu.wisc.ssec.mcidasv.util.trie.PatriciaTrie.NodeIterator<Map.Entry<K,V>>
edu.wisc.ssec.mcidasv.util.trie.PatriciaTrie.EntryIterator
- All Implemented Interfaces:
- Iterator<Map.Entry<K,V>>
- Enclosing class:
- PatriciaTrie<K,V>
private class PatriciaTrie.EntryIterator
- extends PatriciaTrie.NodeIterator<Map.Entry<K,V>>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PatriciaTrie.EntryIterator
private PatriciaTrie.EntryIterator()
next
public Map.Entry<K,V> next()