Projects

Kernel

Collections

Exceptions

Graphics

Sound

Web

Files

Collection > Unordered > Dictionary

I represent a set of elements that can be viewed from one of two perspectives: a set of associations, or a container 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. I inherit many operations from Set.

Packages

  • Object
    • Collection
      • Set
        • Dictionary

Classes

  • Bag
  • Dictionary
  • IdentityBag
  • IdentityDictionary
  • IdentitySet
  • ...
  • PluggableSet
  • Set

Protocols

  • --all--
  • accessing
  • adding
  • comparing
  • enumerating
  • printing
  • removing
  • testing
  • user interface
  • *Compiler
  • *Tools-Inspector
  • private

Methods

  • associationsDo:
  • associationsSelect:
  • collect:
  • do:
  • keysAndValuesDo:
  • keysDo:
  • select:
  • valuesDo: