An SortedCollection provides indexed storage of elements. Elements are stored in an order determined by a sort method. By default, elements are stored in ascending order, although you can provide your own sort method by sending the collection the "setSortMethod". A SortedCollection provides the same methods for accessing elements as an OrderedCollection. A SortedCollection expands to accommodate new elements if you add more than the initially specified size.
Include this entry in the Class-Control paragraph of any program using this class.
sortedcollection is class "srtdclln"