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<?> c) |
private boolean |
removeIf(Predicate<? super K> keyPredicate) |
boolean |
retainAll(java.util.Collection<?> c) |
java.lang.Object[] |
toArray() |
<T> T[] |
toArray(T[] array) |
clear, contains, isEmpty, iterator, map, sizepublic boolean remove(java.lang.Object o)
public boolean removeAll(java.util.Collection<?> c)
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<?> c)
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()