class Maps.FilteredEntryMap.KeySet extends Maps.KeySet<K,V>
map| Constructor and Description |
|---|
KeySet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
remove(java.lang.Object o) |
boolean |
removeAll(java.util.Collection<?> collection) |
boolean |
retainAll(java.util.Collection<?> collection) |
java.lang.Object[] |
toArray() |
<T> T[] |
toArray(T[] array) |
clear, contains, forEach, isEmpty, iterator, map, sizepublic boolean remove(@CheckForNull
java.lang.Object o)
public boolean removeAll(java.util.Collection<?> collection)
removeAll in interface java.util.Collection<K>removeAll in interface java.util.Set<K>removeAll in class Sets.ImprovedAbstractSet<K>public boolean retainAll(java.util.Collection<?> collection)
retainAll in interface java.util.Collection<K>retainAll in interface java.util.Set<K>retainAll in class Sets.ImprovedAbstractSet<K>public java.lang.Object[] toArray()