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. |
|
Compare two objects and order them.
Implemented in org.openmobileis.modules.crm.data.common.DefaultLabel, and org.openmobileis.synchro.algo.replication.AtomicObjectArrayReplication. Referenced by org.openmobileis.common.util.collection.Sort.shellsort(). |