Create a new list.
the generic type of the elements in the list, like MapObject.TYPE for example.
Add an element.
the element to add.
Add an element at a certain index.
the index to add at.
the element to add.
Add a list of elements.
the list.
Add an untyped object.
the element to add.
Add a list of untyped objects.
the list.
Clear the list.
Get an element.
the index of the element.
the element.
Get the generic type of the elements.
the generic type of the elements, like MapObject.TYPE for example.
Get an untyped object.
the index of the object.
the element.
Remove an element.
the index to remove at.
the removed element.
Set an element.
the index of the element.
the element.
Set an untyped element.
the index of the element.
the element.
Get the number of elements.
the number of elements.
Get a native array.
a native array.
Convert the object to a string.
the string form of the object.
Create a list from a native array.
-
AList
Class AList defines a list of typed objects.