edu.wisc.ssec.mcidasv.util.trie
Class PatriciaTrie.SubMapEntryIterator
java.lang.Object
edu.wisc.ssec.mcidasv.util.trie.PatriciaTrie.NodeIterator<Map.Entry<K,V>>
edu.wisc.ssec.mcidasv.util.trie.PatriciaTrie.SubMapEntryIterator
- All Implemented Interfaces:
- Iterator<Map.Entry<K,V>>
- Enclosing class:
- PatriciaTrie<K,V>
private class PatriciaTrie.SubMapEntryIterator
- extends PatriciaTrie.NodeIterator<Map.Entry<K,V>>
An iterator for submaps.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
firstExcludedKey
private final K firstExcludedKey
PatriciaTrie.SubMapEntryIterator
PatriciaTrie.SubMapEntryIterator(PatriciaTrie.TrieEntry<K,V> first,
PatriciaTrie.TrieEntry<K,V> firstExcluded)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<Map.Entry<K,V>>
- Overrides:
hasNext
in class PatriciaTrie.NodeIterator<Map.Entry<K,V>>
next
public Map.Entry<K,V> next()