|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jeops.examples.monkeys.MEAConflictSet.CSEComparator
Inner class used to compare two conflict set elements (CSEs)
| Constructor Summary | |
(package private) |
MEAConflictSet.CSEComparator()
|
| Method Summary | |
int |
compare(java.lang.Object o1,
java.lang.Object o2)
Compares two conflict set elements (CSEs) |
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this Comparator. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
MEAConflictSet.CSEComparator()
| Method Detail |
public int compare(java.lang.Object o1,
java.lang.Object o2)
o1 - the first CSE.o2 - the second CSE.public boolean equals(java.lang.Object obj)
obj - the reference object with which to compare.true if the specified object is
also a comparator and it imposes the same ordering
as this comparator; false otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||