The OrderedCollection Class

The OrderedCollection class defines the basic set of methods implemented by all collections that have an inherent index ordering.

The class OrderedCollection subclasses (specializes) The Collection Classes and is a mixin class (it can be inherited by other classes). The following classes inherit (specialize) this class: