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 |
---|
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, containsAll, retainAll, spliterator, toArray, toArray
parallelStream, removeIf, stream
private transient int size
private transient int sizeModCount
EntrySetView()