|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.util.NodeComparator
This class implements the Comparator interface for comparing MMObjectNodes. At forhand you specify in which fields a specified nodes should be compared, these fields may not have a null value.
| Field Summary | |
static java.lang.String |
DOWN
|
static java.lang.String |
UP
|
| Constructor Summary | |
NodeComparator(java.util.Vector fields)
Simple constructor that uses the default sort order (UP). |
|
NodeComparator(java.util.Vector fields,
java.util.Vector sortDirs)
Constructor in which you spercify the sort order (UP or DOWN) per field. |
|
| Method Summary | |
int |
compare(java.lang.Object o1,
java.lang.Object o2)
The two message nodes will be compared using the compare function of the values of their fields. |
boolean |
equals(java.lang.Object obj)
Returns whether another object is equal to this comparator (that is, compare the same fields in the same order). |
int |
hashCode()
Returns the comparator's hash code. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String UP
public static final java.lang.String DOWN
| Constructor Detail |
public NodeComparator(java.util.Vector fields)
fields - the fields on which the message nodes get compared.
public NodeComparator(java.util.Vector fields,
java.util.Vector sortDirs)
fields - the fields on which the message nodes get compared.sortDirs - the sort directions (UP or DOWN) for each field.| Method Detail |
public int compare(java.lang.Object o1,
java.lang.Object o2)
compare in interface java.util.Comparatoro1 - the first object to compareo2 - the second object to compare
public boolean equals(java.lang.Object obj)
equals in interface java.util.Comparatorobj - the object to compare
true if the objects are equal
java.lang.ClassCastExceptionpublic int hashCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||