Class calitha.collections.IComparable
This interface imposes a total ordering on the objects of each class that implements it.
It is based on the
Java Comparable interface.
Defined in: IComparable.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Method Attributes | Method Name and Description |
|---|---|
|
compareTo(o)
Compares this object with the specified object for order.
|