class AbstractTable.CellSet extends java.util.AbstractSet<Table.Cell<R,C,V>>
Constructor and Description |
---|
CellSet() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
contains(java.lang.Object o) |
java.util.Iterator<Table.Cell<R,C,V>> |
iterator() |
boolean |
remove(java.lang.Object o) |
int |
size() |
java.util.Spliterator<Table.Cell<R,C,V>> |
spliterator() |
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public boolean contains(java.lang.Object o)
contains
in interface java.util.Collection<Table.Cell<R,C,V>>
contains
in interface java.util.Set<Table.Cell<R,C,V>>
contains
in class java.util.AbstractCollection<Table.Cell<R,C,V>>
public boolean remove(java.lang.Object o)
remove
in interface java.util.Collection<Table.Cell<R,C,V>>
remove
in interface java.util.Set<Table.Cell<R,C,V>>
remove
in class java.util.AbstractCollection<Table.Cell<R,C,V>>
public void clear()
clear
in interface java.util.Collection<Table.Cell<R,C,V>>
clear
in interface java.util.Set<Table.Cell<R,C,V>>
clear
in class java.util.AbstractCollection<Table.Cell<R,C,V>>
public java.util.Iterator<Table.Cell<R,C,V>> iterator()
iterator
in interface java.lang.Iterable<Table.Cell<R,C,V>>
iterator
in interface java.util.Collection<Table.Cell<R,C,V>>
iterator
in interface java.util.Set<Table.Cell<R,C,V>>
iterator
in class java.util.AbstractCollection<Table.Cell<R,C,V>>
public java.util.Spliterator<Table.Cell<R,C,V>> spliterator()
public int size()
size
in interface java.util.Collection<Table.Cell<R,C,V>>
size
in interface java.util.Set<Table.Cell<R,C,V>>
size
in class java.util.AbstractCollection<Table.Cell<R,C,V>>