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

InfiniteList

inherits from ObjectList

Object <- FixedList <- ObjectList <- InfiniteList



Operations

Get list of all operations

At


Attributes

Get list of all attributes

Class InfiniteList defines no new attributes.


Fields

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


Instance template

instance InfiniteList tag;
end instance;

Class definition

Define Class InfiniteList;      
        // returns last item for requests beyond end of list
    inherits from ObjectList;
    
    overrides At;
end class;