medisyn
Class ProxyGroup.ReverseGroupSizeComparer

java.lang.Object
  extended by medisyn.ProxyGroup.ReverseGroupSizeComparer
All Implemented Interfaces:
java.util.Comparator<ProxyGroup>
Enclosing class:
ProxyGroup

public static class ProxyGroup.ReverseGroupSizeComparer
extends java.lang.Object
implements java.util.Comparator<ProxyGroup>

This class implements a Comparator for ProxyGroups. They sizes of the two groups are compared. It creates a reverse order of the sizes. This means that bigger groups come first.

Author:
Leo Bosnjak

Constructor Summary
ProxyGroup.ReverseGroupSizeComparer()
           
 
Method Summary
 int compare(ProxyGroup group1, ProxyGroup group2)
          Compares the sizes of the two groups.
 
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

ProxyGroup.ReverseGroupSizeComparer

public ProxyGroup.ReverseGroupSizeComparer()
Method Detail

compare

public int compare(ProxyGroup group1,
                   ProxyGroup group2)
Compares the sizes of the two groups. The greater the size, the greater the return val.

Specified by:
compare in interface java.util.Comparator<ProxyGroup>