|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.garret.consus.Persistent
org.garret.consus.POComparator
Abstract base class for all Persistent comparators
Field Summary |
---|
Fields inherited from class org.garret.consus.Persistent |
---|
db, oid, PO_DELETED, PO_LOADED, PO_NEW, PO_STUB, state, type |
Constructor Summary | |
---|---|
POComparator()
|
Method Summary | |
---|---|
abstract int |
compare(java.lang.Object o1,
java.lang.Object o2)
Compare two objects. |
Methods inherited from class org.garret.consus.Persistent |
---|
assignOID, become, beginUpdate, endUpdate, get, get, getOid, getOid, getRef, getRef, isDeleted, isLoaded, isNew, load, loadClosure, loadComponents, lock, remove, save, store, store, toString, unget |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
---|
equals |
Constructor Detail |
---|
public POComparator()
Method Detail |
---|
public abstract int compare(java.lang.Object o1, java.lang.Object o2)
compare
in interface java.util.Comparator
o1
< o1
,
0 if o1
== o1
,
value > 0 if o1
> o1
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |