abstract static class Maps.EntrySet<K,V> extends Sets.ImprovedAbstractSet<java.util.Map.Entry<K,V>>
| Constructor and Description |
|---|
EntrySet() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(java.lang.Object o) |
boolean |
isEmpty() |
(package private) abstract java.util.Map<K,V> |
map() |
boolean |
remove(java.lang.Object o) |
boolean |
removeAll(java.util.Collection<?> c) |
boolean |
retainAll(java.util.Collection<?> c) |
int |
size() |
add, addAll, containsAll, iterator, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic int size()
public void clear()
public boolean contains(@CheckForNull
java.lang.Object o)
public boolean isEmpty()
public boolean remove(@CheckForNull
java.lang.Object o)
public boolean removeAll(java.util.Collection<?> c)
public boolean retainAll(java.util.Collection<?> c)