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, isEmpty, iterator, map, size
removeAll
add, addAll, containsAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public boolean contains(java.lang.Object obj)
public boolean remove(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>