private class PatriciaTrie.SubMapEntryIterator extends PatriciaTrie.NodeIterator<Map.Entry<K,V>>
Modifier and Type | Field and Description |
---|---|
private K |
firstExcludedKey |
current, expectedModCount, next
Constructor and Description |
---|
SubMapEntryIterator(PatriciaTrie.TrieEntry<K,V> first,
PatriciaTrie.TrieEntry<K,V> firstExcluded) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Map.Entry<K,V> |
next() |
findNext, nextEntry, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
private final K firstExcludedKey
SubMapEntryIterator(PatriciaTrie.TrieEntry<K,V> first, PatriciaTrie.TrieEntry<K,V> firstExcluded)