Package totalcross.util
Interface Comparable
-
- All Known Implementing Classes:
BigDecimal,BigInteger,Date,Node,PathEntry,Timestamp
public interface ComparableComparable interface that must be implemented by Objects that can be compared to another one.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intcompareTo(java.lang.Object other)Must return > 0 if this object is greater than the other one, < 0 if its smaller, and 0 if they are equal.
-