|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.mmbase.util.IntegerCompare
Class to compare two strings, used by SortedVector.
SortedVector,
CompareInterface| Constructor Summary | |
IntegerCompare()
|
|
| Method Summary | |
int |
compare(java.lang.Object thisone,
java.lang.Object other)
Make the comparison. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IntegerCompare()
| Method Detail |
public int compare(java.lang.Object thisone,
java.lang.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.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||