[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]

AlphabeticalWordList

inherits from DatedWordList
inherits from SortedList

Object <- FixedList <- ObjectList <- DatedWordList <- AlphabeticalWordList



Operations

Get list of all operations

CompareItems


Attributes

Get list of all attributes

Class AlphabeticalWordList defines no new attributes.


Fields

Field Type
DatedWordList: limit: Unsigned
dates: IntegerList
autoAdd: Boolean


Instance template

instance AlphabeticalWordList tag;
          limit: 0;
          dates: nilObject;
        autoAdd: false;
end instance;

Class definition

Define Class AlphabeticalWordList;
    inherits from DatedWordList, SortedList;

    overrides CompareItems;
        // compare items by name -- shared code with AlphabeticalList
end class;