|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sri.emo.dbobj.WizDecisionEntities.DecisionComparator
public static class WizDecisionEntities.DecisionComparator
Comparator that sorts on id.
Constructor Summary | |
---|---|
WizDecisionEntities.DecisionComparator()
Default constructor. |
Method Summary | |
---|---|
int |
compare(Object o1,
Object o2)
Compares its two arguments for order. |
boolean |
equals(Object obj)
Indicates whether some other object is "equal to" this Comparator. |
int |
hashCode()
Returns a hash code value for the object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WizDecisionEntities.DecisionComparator()
Method Detail |
---|
public int compare(Object o1, Object o2)
compare
in interface Comparator
o1
- the first object to be compared.o2
- the second object to be compared.
public boolean equals(Object obj)
equals
in interface Comparator
equals
in class Object
obj
- the reference object with which to compare.
true
only if the specified object is also a
comparator and it imposes the same ordering as this comparator.public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |