private class StandardTable.ColumnKeySet extends StandardTable.TableSet<C>
Modifier | Constructor and Description |
---|---|
private |
ColumnKeySet() |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(java.lang.Object obj) |
java.util.Iterator<C> |
iterator() |
boolean |
remove(java.lang.Object obj) |
boolean |
removeAll(java.util.Collection<?> c) |
boolean |
retainAll(java.util.Collection<?> c) |
int |
size() |
clear, isEmpty
add, addAll, containsAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public java.util.Iterator<C> iterator()
public int size()
public boolean remove(java.lang.Object obj)
public boolean removeAll(java.util.Collection<?> c)
removeAll
in interface java.util.Collection<C>
removeAll
in interface java.util.Set<C>
removeAll
in class Sets.ImprovedAbstractSet<C>
public boolean retainAll(java.util.Collection<?> c)
retainAll
in interface java.util.Collection<C>
retainAll
in interface java.util.Set<C>
retainAll
in class Sets.ImprovedAbstractSet<C>