edu.isi.pegasus.planner.catalog.transformation.client
private class TCQuery.LFNComparator extends Object implements Comparator
| Modifier | Constructor and Description |
|---|---|
private |
TCQuery.LFNComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Object o1,
Object o2)
Compares this object with the specified object for order.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic int compare(Object o1, Object o2)
compare in interface Comparatoro1 - is the first object to be compared.o2 - is the second object to be compared.ClassCastException - if the specified object's type
prevents it from being compared to this Object.