Object <- FixedList <- ObjectList <- AlphabeticalList |
|
|
Acclimatize CompareItems CompareTextElements |
Class AlphabeticalList defines no new attributes.
Fields
No fields are defined by AlphabeticalList or any of its superclasses.
Instance template
instance AlphabeticalList tag; end instance;
Define Class AlphabeticalList; inherits from ObjectList, SortedList; overrides Acclimatize; // resorts to accommodate potential change in sort order overrides CompareItems; // compares sort names intrinsic CompareTextElements(element1: Object; element2: Object): SignedShort; // compares sort names of element 1 and element 2, handles nilObject end class;