Table is a
MapCollection
with indexes that can be any object.
In a Table, each item is associated with a single
index, and there can be only one item for each index (unlike a
Relation,
which can contain more than one item with the same index).
Index equality is determined by using the == method.
| Object | |||||||||||||||||||
| Methods inherited from the Object class | |||||||||||||||||||
| Class (Metaclass) | |||||||||||||||||||
| Methods inherited from the Class class | |||||||||||||||||||
| + Collection (Mixin Class) | |||||||||||||||||||
| Methods inherited from the Collection class | |||||||||||||||||||
| + MapCollection (Mixin Class) | |||||||||||||||||||
| Methods inherited from the MapCollection class | |||||||||||||||||||
| Table | |||||||||||||||||||
|