private final class AbstractPatriciaTrie.RangeEntrySet.EntryIterator extends AbstractPatriciaTrie.TrieIterator<java.util.Map.Entry<K,V>>
Iterator
for AbstractPatriciaTrie.RangeEntrySet
s.Modifier and Type | Field and Description |
---|---|
private K |
excludedKey |
current, expectedModCount, next
Modifier | Constructor and Description |
---|---|
private |
EntryIterator(AbstractPatriciaTrie.TrieEntry<K,V> first,
AbstractPatriciaTrie.TrieEntry<K,V> last)
Creates a
AbstractPatriciaTrie.EntrySet.EntryIterator . |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.util.Map.Entry<K,V> |
next() |
findNext, nextEntry, remove
private final K excludedKey
private EntryIterator(AbstractPatriciaTrie.TrieEntry<K,V> first, AbstractPatriciaTrie.TrieEntry<K,V> last)
AbstractPatriciaTrie.EntrySet.EntryIterator
.