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 |
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, containsAll, retainAll, spliterator, toArray, toArray
parallelStream, removeIf, stream
private PatriciaTrie.TrieEntry<K,V> prefixStart
private int iterModCount
private PrefixEntrySetView()
public int size()