I represent a set of elements that can be viewed from one of two perspectives: a set of associations, or a set of values that are externally named where the name can be any object that responds to =. The external name is referred to as the key.
ProtoObjectObjectCollectionSetDictionary
- HtmlAttributes
- IdentityDictionary
- LiteralDictionary
- MethodDictionary
- PluggableDictionary
- WeakKeyDictionary
- WeakValueDictionary
| instance | class |
|---|---|
accessing
|
instance creation
|
| set operations |
|---|
| intersectionWithSet: aSet |
"Return the elements in common with receiver and aSet as a set with one instance of each value in receiver that is equal to one in aSet" ^self values asSet intersectionWithSet: aSet |