Next:
HomedAssociation
, Previous:
Halt
, Up:
Base classes
1.85 HashedCollection
Defined in namespace Smalltalk
Superclass: Collection
Category: Collections-Unordered
I am an hashed collection that can store objects uniquely and give fast responses on their presence in the collection.
HashedCollection class-instance creation
: (class)
HashedCollection-accessing
: (instance)
HashedCollection-builtins
: (instance)
HashedCollection-copying
: (instance)
HashedCollection-enumerating the elements of a collection
: (instance)
HashedCollection-rehashing
: (instance)
HashedCollection-removing
: (instance)
HashedCollection-saving and loading
: (instance)
HashedCollection-storing
: (instance)
HashedCollection-testing collections
: (instance)