compare_to


Description:

public abstract int compare_to (REM other)

The Comparable interface implemented here is useful when we have a collection of REM objects and we want to sort them, or to find the best or the worst of them.

NOTE: a.compare_to(b) < 0 means a < b NOTE: A REM is a measure of efficiency, so a < b means a is less efficient