Ordered List
This class encapsulates a list that is ordered Unfortunately, if the element is changed after being added to the list such that the comparison changes, then the ordering of the list will not be maintained. Ideally, only immutable objects are placed in the list.
Author
rossetti