Object <- FixedList <- ObjectList <- DatedWordList <- AlphabeticalWordList |
|
|
CompareItems |
Class AlphabeticalWordList defines no new attributes.
Fields
| Field | Type | |
|---|---|---|
| DatedWordList: | limit: | Unsigned |
| dates: | IntegerList | |
| autoAdd: | Boolean |
instance AlphabeticalWordList tag; limit: 0; dates: nilObject; autoAdd: false; end instance;
Define Class AlphabeticalWordList; inherits from DatedWordList, SortedList; overrides CompareItems; // compare items by name -- shared code with AlphabeticalList end class;