org.ourgrid.webstatus
Class PeerInfoPackComparator

java.lang.Object
  extended by org.ourgrid.webstatus.PeerInfoPackComparator
All Implemented Interfaces:
java.util.Comparator<PeerInfoPack>

public class PeerInfoPackComparator
extends java.lang.Object
implements java.util.Comparator<PeerInfoPack>


Constructor Summary
PeerInfoPackComparator()
           
 
Method Summary
 int compare(PeerInfoPack p1, PeerInfoPack p2)
           
 
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

PeerInfoPackComparator

public PeerInfoPackComparator()
Method Detail

compare

public int compare(PeerInfoPack p1,
                   PeerInfoPack p2)
Specified by:
compare in interface java.util.Comparator<PeerInfoPack>