|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cle.util.OfferableCompare
Implementation for comparing Offerables
Constructor Summary | |
OfferableCompare(java.lang.String aKey)
Constructs a OfferingCompare object specifying the key of the Offering hashtable to be sorted by |
Method Summary | |
boolean |
lessThan(java.lang.Object l,
java.lang.Object r)
Implements the lessThan method of the Compare interface |
boolean |
lessThanOrEqual(java.lang.Object l,
java.lang.Object r)
Implements the lessThanOrEqual method of the Compare interface |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OfferableCompare(java.lang.String aKey)
Method Detail |
public boolean lessThan(java.lang.Object l, java.lang.Object r) throws CLERuntimeException
lessThan
in interface Compare
public boolean lessThanOrEqual(java.lang.Object l, java.lang.Object r) throws CLERuntimeException
lessThanOrEqual
in interface Compare
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |