Product Site

5.3.4. OrderedCollection Class

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

This class is defined as a MIXIN class. The following classes inherit from OrderedCollection: Array, CircularQueue, List, and Queue.
Table 5.14. OrderedCollection Class