private class StandardTable.Column.KeySet extends Maps.KeySet<R,V>
map| Constructor and Description |
|---|
KeySet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(java.lang.Object obj) |
boolean |
remove(java.lang.Object obj) |
boolean |
retainAll(java.util.Collection<?> c) |
clear, forEach, isEmpty, iterator, map, sizeremoveAlladd, addAll, containsAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic boolean contains(@CheckForNull
java.lang.Object obj)
public boolean remove(@CheckForNull
java.lang.Object obj)
public boolean retainAll(java.util.Collection<?> c)
retainAll in interface java.util.Collection<R>retainAll in interface java.util.Set<R>retainAll in class Sets.ImprovedAbstractSet<R>