public class SortableCompare extends Object implements CompareInterface
Sortable,
SortedVector,
CompareInterface| Constructor and Description |
|---|
SortableCompare()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Object thisOne,
Object other)
Deprecated.
Make the comparison.
|
public int compare(Object thisOne, Object other)
compare in interface CompareInterfacethisOne - the first object to compare. should be a Comparable.other - the second object to compare. should be a Comparable.MMBase 1.9-SNAPSHOT - ${javadoctimestamp}