oracle.cle.util
Class OfferableCompare

java.lang.Object
  |
  +--oracle.cle.util.OfferableCompare
All Implemented Interfaces:
Compare, java.io.Serializable

public class OfferableCompare
extends java.lang.Object
implements Compare

Implementation for comparing Offerables

See Also:
Serialized Form

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

OfferableCompare

public OfferableCompare(java.lang.String aKey)
Constructs a OfferingCompare object specifying the key of the Offering hashtable to be sorted by
Method Detail

lessThan

public boolean lessThan(java.lang.Object l,
                        java.lang.Object r)
                 throws CLERuntimeException
Implements the lessThan method of the Compare interface
Specified by:
lessThan in interface Compare

lessThanOrEqual

public boolean lessThanOrEqual(java.lang.Object l,
                               java.lang.Object r)
                        throws CLERuntimeException
Implements the lessThanOrEqual method of the Compare interface
Specified by:
lessThanOrEqual in interface Compare


Copyright © 2003 ORACLE Corp. All Rights Reserved.