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 |
---|
PatriciaTrie.SubMapEntryIterator(PatriciaTrie.TrieEntry<K,V> first,
PatriciaTrie.TrieEntry<K,V> firstExcluded) |
private final K firstExcludedKey
PatriciaTrie.SubMapEntryIterator(PatriciaTrie.TrieEntry<K,V> first, PatriciaTrie.TrieEntry<K,V> firstExcluded)