static class Maps.Values<K,V>
extends java.util.AbstractCollection<V>
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<K,V> |
map |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
contains(java.lang.Object o) |
boolean |
isEmpty() |
java.util.Iterator<V> |
iterator() |
(package private) 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, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public java.util.Iterator<V> iterator()
public boolean remove(java.lang.Object o)
public boolean removeAll(java.util.Collection<?> c)
public boolean retainAll(java.util.Collection<?> c)
public int size()
public boolean isEmpty()
public boolean contains(@Nullable java.lang.Object o)