IdentityTable is a
MapCollection
with indexes that can be any object.
In an IdentityTable, each item is associated with a
single index, and there can be only one item for each index.
Index and item matches are made using an object identity comparison.
That is, an index will only match if the same instance is used in the collection.
| 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 | |||||||||||||||||||
| IdentityTable | |||||||||||||||||||
|