private class PatriciaTrie.PrefixSubMap.PrefixEntrySetView extends PatriciaTrie.SubMap.EntrySetView
Modifier and Type | Field and Description |
---|---|
private int |
iterModCount |
private PatriciaTrie.TrieEntry<K,V> |
prefixStart |
Modifier | Constructor and Description |
---|---|
private |
PatriciaTrie.PrefixSubMap.PrefixEntrySetView() |
Modifier and Type | Method and Description |
---|---|
Iterator<Map.Entry<K,V>> |
iterator() |
int |
size() |
contains, isEmpty, remove
equals, hashCode, removeAll
add, addAll, clear, containsAll, retainAll, toArray, toArray, toString
private PatriciaTrie.TrieEntry<K,V> prefixStart
private int iterModCount
private PatriciaTrie.PrefixSubMap.PrefixEntrySetView()
public int size()