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

DenseObjectList

inherits from ObjectList

Object <- FixedList <- ObjectList <- DenseObjectList



Operations

Get list of all operations

Class DenseObjectList defines no new operations.


Attributes

Get list of all attributes

Dense


Fields

No fields are defined by DenseObjectList or any of its superclasses.


Instance template

instance DenseObjectList tag;
end instance;

Class definition

Define Class DenseObjectList;
    inherits from ObjectList;

    overrides Dense;
        // return true so nil entries will be removed from the list in MakeValid
end class;