Index - All Packages - All Categories - All Classes
Class SetTable
SetTable is a table-like object (NOT at true table) that can store multiple values at a single position. See MuTable for comments on the protocol.
The reason that this is not a table subclass is because of several ambiguities in the contract. For example, replace for a table implies that the position must be previously occupied, but in a settable the position is occupied only if the exact association (key->value) is present.
Package: Udanax-Gold
All Superclasses: Object Heaper
Protocols: Object
Categories: Xanadu-Collection-SetTable