Class AbstractTable.CellSet

java.lang.Object
java.util.AbstractCollection<Table.Cell<R,C,V>>
java.util.AbstractSet<Table.Cell<R,C,V>>
com.google.common.collect.AbstractTable.CellSet
All Implemented Interfaces:
Iterable<Table.Cell<R,C,V>>, Collection<Table.Cell<R,C,V>>, Set<Table.Cell<R,C,V>>
Enclosing class:
AbstractTable<R,C,V>

class AbstractTable.CellSet extends AbstractSet<Table.Cell<R,C,V>>