- All Known Implementing Classes:
StringOps
public interface ComparableOps
Operations on
Comparable.-
Method Summary
-
Method Details
-
compareTo
Generate a call toComparable.compareTo(Object).- Parameters:
other- the other object to compare (must not benull)- Returns:
- the expression of the result (not
null)
-