| Class | Description |
---|
| AlphabeticalComparator |
A comparator for alphabetic order of String objects. |
| AlphabeticalComparison |
The enumeration class that defines the acceptable values for the AlphabeticalComparator. |
| BooleanComparator |
A comparator for Boolean objects. |
| BooleanComparison |
The enumeration class that defines the acceptable values for the BooleanComparator. |
| DateComparator |
A comparator for Date objects. |
| IndexComparator |
A comparator for objects that implements the org.as3coreaddendum.system.IIndexable interface, comparing the index property. |
| NumberComparator |
A comparator for Number objects. |
| PriorityComparator |
A comparator for objects that implements the org.as3coreaddendum.system.IPriority interface, comparing the priority property. |
| PriorityIndexComparator |
A comparator for objects that implements the org.as3coreaddendum.system.IPriority and org.as3coreaddendum.system.IIndexable interfaces, comparing the priority and index properties. |
| PropertyComparator |
This comparator uses the received comparator object to compare the values recovered from the property of each of the two objects. |
| StringComparator |
A comparator for String objects. |