GridSim 5.0 beta

gridsim.auction
Class ReverseFirstPriceSealedBidAuction.OrderPrice

Object
  extended by ReverseFirstPriceSealedBidAuction.OrderPrice
All Implemented Interfaces:
Comparator
Enclosing class:
ReverseFirstPriceSealedBidAuction

 class ReverseFirstPriceSealedBidAuction.OrderPrice
extends Object
implements Comparator


Constructor Summary
ReverseFirstPriceSealedBidAuction.OrderPrice()
          Default constructor
 
Method Summary
 int compare(Object a, Object b)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface Comparator
equals
 

Constructor Detail

ReverseFirstPriceSealedBidAuction.OrderPrice

public ReverseFirstPriceSealedBidAuction.OrderPrice()
Default constructor

Method Detail

compare

public int compare(Object a,
                   Object b)
            throws ClassCastException
Specified by:
compare in interface Comparator
Throws:
ClassCastException
See Also:
Comparator.compare(java.lang.Object, java.lang.Object)

GridSim 5.0 beta

The University of Melbourne, Australia, 2009