[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

AlphabeticalList

inherits from ObjectList
inherits from SortedList

Object <- FixedList <- ObjectList <- AlphabeticalList



Operations

Get list of all operations

Acclimatize
CompareItems
CompareTextElements


Attributes

Get list of all attributes

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;

Class definition

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;