final class FilteredMultimapValues<K,V>
extends java.util.AbstractCollection<V>
Multimap.values()
.Modifier and Type | Field and Description |
---|---|
private FilteredMultimap<K,V> |
multimap |
Constructor and Description |
---|
FilteredMultimapValues(FilteredMultimap<K,V> multimap) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
contains(java.lang.Object o) |
java.util.Iterator<V> |
iterator() |
boolean |
remove(java.lang.Object o) |
boolean |
removeAll(java.util.Collection<?> c) |
boolean |
retainAll(java.util.Collection<?> c) |
int |
size() |
add, addAll, containsAll, isEmpty, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
private final FilteredMultimap<K,V> multimap
FilteredMultimapValues(FilteredMultimap<K,V> multimap)
public java.util.Iterator<V> iterator()
public boolean contains(java.lang.Object o)
public int size()
public boolean remove(java.lang.Object o)
public boolean removeAll(java.util.Collection<?> c)
public boolean retainAll(java.util.Collection<?> c)