Tools.h++ Manual
104011 Tandem Computers Incorporated 15-3
15
Table 15-2 lists the class hierarchy of the Smalltalk-like collection classes.
Note – Some of these classes use multiple-inheritance: this hierarchy is shown
relative to the
RWCollectable
base class.
Table 15-2 The class hierarchy of the Smalltalk-like collection classes
RWCollectable
RWCollection
(abstract base class)
RWBinaryTree
RWBTree
RWBTreeDictionary
RWBag
RWSequenceable
(abstract base class)
RWDlistCollectables
(Doubly-linked lists)
RWOrdered
RWSortedVector
RWSlistCollectables
(Singly-linked lists)
RWSlistCollectablesQueue
RWSlistCollectablesStack
RWHashTable
RWSet
RWIdentitySet
RWHashDictionary
RWIdentityDictionary