private class AbstractMapBasedMultimap.KeySet extends Maps.KeySet<K,java.util.Collection<V>>
map
Constructor and Description |
---|
KeySet(java.util.Map<K,java.util.Collection<V>> subMap) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsAll(java.util.Collection<?> c) |
boolean |
equals(java.lang.Object object) |
int |
hashCode() |
java.util.Iterator<K> |
iterator() |
boolean |
remove(java.lang.Object key) |
java.util.Spliterator<K> |
spliterator() |
contains, forEach, isEmpty, map, size
removeAll, retainAll
public java.util.Iterator<K> iterator()
public java.util.Spliterator<K> spliterator()
public boolean remove(java.lang.Object key)
public void clear()
public boolean containsAll(java.util.Collection<?> c)
public boolean equals(java.lang.Object object)