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

java.lang.Object
  extended by edu.wisc.ssec.mcidasv.util.trie.PatriciaTrie.NodeIterator<K>
      extended by edu.wisc.ssec.mcidasv.util.trie.PatriciaTrie.KeyIterator
All Implemented Interfaces:
Iterator<K>
Enclosing class:
PatriciaTrie<K,V>

private class PatriciaTrie.KeyIterator
extends PatriciaTrie.NodeIterator<K>


Field Summary
 
Fields inherited from class edu.wisc.ssec.mcidasv.util.trie.PatriciaTrie.NodeIterator
current, expectedModCount, next
 
Constructor Summary
private PatriciaTrie.KeyIterator()
           
 
Method Summary
 K 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.KeyIterator

private PatriciaTrie.KeyIterator()
Method Detail

next

public K next()