Method |
Description |
[] |
Access the list item in this position. |
[] |
Access the list item in this position. |
 ~MList |
Destructor. |
= |
Assignment operator. |
append |
Add an element at the end of the list. |
clear |
Clear this list. |
empty |
Determine whether this list is empty. |
insert |
Insert an element at the specified position. |
MList |
Create a new list from an existing list. |
newEnumerator |
Return a new enumerator for this list. |
remove |
Remove an element by value. |
remove |
Remove an element by position. |
size |
Returns the number of elements in the MList. |