Package util
Interface Arrays.CompareTo2
- Enclosing class:
Arrays
public static interface Arrays.CompareTo2
Interface for extended
compareTo
function.- Since:
- 2002.04.02
-
Method Summary
-
Method Details
-
compareTo
Compare two objects, possibly using additional data.- Parameters:
obj
- the object to compare todata
- the additional data that may be used- Returns:
-1
,0
, or+1
as this object is less than, equal to, or greater than the given object (argument)- Since:
- 2002.04.02 (Christian Borgelt)
-