Product Site

5.3.18. Table Class

A 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.
Table 5.28. Table Class