public class IntegerCompare extends Object implements CompareInterface
SortedVector,
CompareInterface| Constructor and Description |
|---|
IntegerCompare()
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 Integer.other - the second object to compare. should be a Integer.MMBase 1.9-SNAPSHOT - ${javadoctimestamp}