edu.cuny.cat.stat
Class HistoricalReport.ShoutComparator

java.lang.Object
  extended by edu.cuny.cat.stat.HistoricalReport.ShoutComparator
All Implemented Interfaces:
java.util.Comparator<Shout>
Enclosing class:
HistoricalReport

public class HistoricalReport.ShoutComparator
extends java.lang.Object
implements java.util.Comparator<Shout>


Constructor Summary
HistoricalReport.ShoutComparator()
           
 
Method Summary
 int compare(Shout s0, Shout s1)
           
 
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

HistoricalReport.ShoutComparator

public HistoricalReport.ShoutComparator()
Method Detail

compare

public int compare(Shout s0,
                   Shout s1)
Specified by:
compare in interface java.util.Comparator<Shout>