Orderable class can be inherited by classes which wish to provide
each of the comparison operator methods without needing to implement each of
the individual methods. The inheriting class need only implement the
Comparable
compareTo method.
Orderable class is defined as a MIXIN class.
| Object | ||
| Methods inherited from the Object class | ||
| Class (Metaclass) | ||
| Methods inherited from the Class class | ||
| Orderable (Mixin Class) | ||
|