GridSim 5.0 beta

gridsim.auction
Class FirstPriceSealedBidAuction.OrderPrice

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

 class FirstPriceSealedBidAuction.OrderPrice
extends Object
implements Comparator


Constructor Summary
FirstPriceSealedBidAuction.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

FirstPriceSealedBidAuction.OrderPrice

public FirstPriceSealedBidAuction.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