|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.mmbase.util.RowVectorCompare
RowVectorCompare compares a given row element in two Vectors.
| Constructor Summary | |
RowVectorCompare(int pos)
Creates a RowVectorCompare. |
|
| 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 RowVectorCompare(int pos)
pos - the position (row number) at which to compare two vectors| 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 Vector.other - the second object to compare. should be a Vector.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||