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

IdentityDictionary

inherits from Dictionary

... <- ObjectList <- Collection <- Set <- Dictionary <- IdentityDictionary



Operations

Get list of all operations

FindAfter


Attributes

Get list of all attributes

Class IdentityDictionary defines no new attributes.


Fields

Field Type
Dictionary: values: ObjectList


Instance template

instance IdentityDictionary tag;
         values: nilObject;
end instance;

Class definition

Define Class IdentityDictionary;
    inherits from Dictionary;
    
    overrides FindAfter;
end class;