Packagesystem
Interfacepublic interface Sortable
Implementors GenericComparator, PriorityQueue, ReverseComparator, SortedArrayList, SortedArrayMap

An interface to be implemented by sorted sources with a Comparator object.



Public Properties
 PropertyDefined By
  comparator : Comparator
Determinates the Comparator strategy used to sort the instance.
Sortable
Property Detail
comparatorproperty
comparator:Comparator

Determinates the Comparator strategy used to sort the instance.


Implementation
    public function get comparator():Comparator
    public function set comparator(value:Comparator):void