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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public int size()
public void clear()
public boolean contains(java.lang.Object o)
public boolean isEmpty()
public boolean remove(java.lang.Object o)
public boolean removeAll(java.util.Collection<?> c)
public boolean retainAll(java.util.Collection<?> c)