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

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

private class PatriciaTrie.ValueIterator
extends PatriciaTrie.NodeIterator<V>


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

private PatriciaTrie.ValueIterator()
Method Detail

next

public V next()