org.salespointframework.test.web.comperator
Class ComparatorDataBasketEntry

java.lang.Object
  extended by org.salespointframework.test.web.comperator.ComparatorDataBasketEntry
All Implemented Interfaces:
java.util.Comparator<DataBasketEntry<?>>

public class ComparatorDataBasketEntry
extends java.lang.Object
implements java.util.Comparator<DataBasketEntry<?>>


Constructor Summary
ComparatorDataBasketEntry()
           
 
Method Summary
 int compare(DataBasketEntry<?> o1, DataBasketEntry<?> o2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

ComparatorDataBasketEntry

public ComparatorDataBasketEntry()
Method Detail

compare

public int compare(DataBasketEntry<?> o1,
                   DataBasketEntry<?> o2)
Specified by:
compare in interface java.util.Comparator<DataBasketEntry<?>>