class PatriciaTrie.SubMap.EntrySetView extends AbstractSet<Map.Entry<K,V>>
Modifier and Type | Field and Description |
---|---|
private int |
size |
private int |
sizeModCount |
Constructor and Description |
---|
PatriciaTrie.SubMap.EntrySetView() |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(Object o) |
boolean |
isEmpty() |
Iterator<Map.Entry<K,V>> |
iterator() |
boolean |
remove(Object o) |
int |
size() |
equals, hashCode, removeAll
add, addAll, clear, containsAll, retainAll, toArray, toArray, toString
private transient int size
private transient int sizeModCount
PatriciaTrie.SubMap.EntrySetView()