public interface PuCompare_If
Modifier and Type | Method and Description |
---|---|
int |
compare(java.lang.Object object1,
java.lang.Object object2)
This method has to be implemented by a comparator.
|
int compare(java.lang.Object object1, java.lang.Object object2)
object1
- first object to be comparedobject2
- second object to be compared"