Set



Set inherits from Collection and defines the instance variable tally. It has no subclasses.

Sets are unordered collections of arbitrary objects. Keys are arranged by equality (=) and hashing (hash).

Methods defined in Set:

Methods for accessing:

Methods for adding/removing:

Methods for enumerating:

Methods for initialization:

Methods for predicates:

Methods for private:

Methods for utility:


Pocket Smalltalk Documentation