Product SiteDocumentation Site

5.4.10. The DescendingComparator Class

The DescendingComparator class performs sort orderings in descending order. This is the inverse of a Comparator (Section 5.4.6, “The Comparator Class”) sort order.
This class is defined as a mixin class. It must be used by inheriting from it as a mixin.

Table 5.37. ooRexx DescendingComparator Class

Object
Comparator
DescendingComparator
 
compare

Note

The DescendingComparator class also has available class methods that its metaclass, the Class class (Section 5.1.2, “The Class Class”), defines.
This class is defined as a mixin class.

5.4.10.1. Inherited Methods

Methods inherited from the Object class (Section 5.1.1, “The Object Class”).
new (Class Method)initsend
= \= == \== <> ><instanceMethodsendWith
|| '' (abuttal)' ' (blank)instanceMethodssetMethod
(Operator Methods)isAstart
classisInstanceOfstartWith
copyobjectNamestring
defaultNameobjectName=unsetMethod
hasMethodrequest 
identityHashrun 
Methods inherited from the Comparator class (Section 5.4.6, “The Comparator Class”).
compare