|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fsmvis.gui.IndicesComparator
Constructor Summary | |
IndicesComparator(java.util.ArrayList values)
constructor: takes an arraylist of values, the contents will be used to determine if indices are gt or lt or eq to each other. |
Method Summary | |
int |
compare(java.lang.Object o1,
java.lang.Object o2)
Compares its two arguments for order. |
boolean |
equals(java.lang.Object obj)
Define whether or not this class is equivalent to some other object, never used in this implementation |
Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public IndicesComparator(java.util.ArrayList values)
values
- Method Detail |
public int compare(java.lang.Object o1, java.lang.Object o2)
o1
- The first object to be comparedo2
- The other object to be comparedpublic boolean equals(java.lang.Object obj)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |