Class | Description | |
---|---|---|
ArrayList | Resizable-array implementation of the IList interface. | |
ReadOnlyArrayList | A list that does not allow modifications. | |
SortedArrayList | A list that provides a total ordering on its elements. | |
TypedList | TypedList works as a wrapper for a IList object. | |
TypedSortedList | TypedSortedList works as a wrapper for a ISortedList object. | |
UniqueList | UniqueList works as a wrapper for a IList object. | |
UniqueSortedList | UniqueSortedList works as a wrapper for a ISortedList object. |