List is a non-sparse sequenced collection similar
to the Array class to which you
can add new items at any position in the sequence.
The List creates a new index value whenever an item is
added to the List and the associated index value remains
valid for that item regardless of other additions or removals.
Only indexes the List object generates are valid, i.e.
the List is never a sparse list and the
List object will not modify indexes for items in the list.
| Object | |||||||||||||||||||||||||||||
| Methods inherited from the Object class | |||||||||||||||||||||||||||||
| Class (Metaclass) | |||||||||||||||||||||||||||||
| Methods inherited from the Class class | |||||||||||||||||||||||||||||
| + Collection (Mixin Class) | |||||||||||||||||||||||||||||
| Methods inherited from the Collection class | |||||||||||||||||||||||||||||
| + OrderedCollection (Mixin Class) | |||||||||||||||||||||||||||||
|
Methods inherited from the OrderedCollection class
| |||||||||||||||||||||||||||||
| List | |||||||||||||||||||||||||||||
|