Inheritance diagram for org.openmobileis.common.util.collection.Orderable:
Definition at line 39 of file Orderable.java.
Public Member Functions | |
int | compareTo (Object p1, Object p2) |
Compare two objects and order them. |
int org.openmobileis.common.util.collection.Orderable.compareTo | ( | Object | p1, | |
Object | p2 | |||
) |
Compare two objects and order them.
p1 | first object | |
p2 | second object |
Implemented in org.openmobileis.modules.common.data.DefaultLabel, and org.openmobileis.synchro.algo.replication.AtomicObjectArrayReplication.
Referenced by org.openmobileis.common.util.collection.Sort.returnANotInB(), and org.openmobileis.common.util.collection.Sort.shellsort().