Next: , Previous: , Up: HashedCollection   [Index]


1.88.2 HashedCollection: accessing

add: newObject

Add newObject to the set, if and only if the set doesn’t already contain an occurrence of it. Don’t fail if a duplicate is found. Answer anObject

at: index

This method should not be called for instances of this class.

at: index put: value

This method should not be called for instances of this class.