Class RegularImmutableTable.CellSet

All Implemented Interfaces:
Serializable, Iterable<Table.Cell<R,C,V>>, Collection<Table.Cell<R,C,V>>, Set<Table.Cell<R,C,V>>
Enclosing class:
RegularImmutableTable<R,C,V>

private final class RegularImmutableTable.CellSet extends IndexedImmutableSet<Table.Cell<R,C,V>>