Class StandardTable.TableSet<T>

All Implemented Interfaces:
Iterable<T>, Collection<T>, Set<T>
Direct Known Subclasses:
StandardTable.ColumnKeySet, StandardTable.ColumnMap.ColumnMapEntrySet, StandardTable.RowMap.EntrySet
Enclosing class:
StandardTable<R,C,V>

private abstract class StandardTable.TableSet<T> extends Sets.ImprovedAbstractSet<T>
Abstract set whose isEmpty() returns whether the table is empty and whose clear() clears all table mappings.