edu.wisc.ssec.mcidasv.util.trie
Class PatriciaTrie.EntryIterator

java.lang.Object
  extended by edu.wisc.ssec.mcidasv.util.trie.PatriciaTrie.NodeIterator<Map.Entry<K,V>>
      extended by 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>>


Field Summary
 
Fields inherited from class edu.wisc.ssec.mcidasv.util.trie.PatriciaTrie.NodeIterator
current, expectedModCount, next
 
Constructor Summary
private PatriciaTrie.EntryIterator()
           
 
Method Summary
 Map.Entry<K,V> next()
           
 
Methods inherited from class edu.wisc.ssec.mcidasv.util.trie.PatriciaTrie.NodeIterator
findNext, hasNext, nextEntry, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatriciaTrie.EntryIterator

private PatriciaTrie.EntryIterator()
Method Detail

next

public Map.Entry<K,V> next()