The Table Class

A collection of indexes that can be any object. For example, String objects, Array objects, Alarm objects, or any user-created object can be a table index. The Table class determines an index match by using the == comparison method to test for strict equality. A Table contains no duplicate indexes.

The class Table subclasses (specializes) The Object Class and inherits (specializes) in addition: