Object <- FixedList <- ObjectList <- InfiniteList |
|
|
At |
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;
Define Class InfiniteList; // returns last item for requests beyond end of list inherits from ObjectList; overrides At; end class;