|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmedisyn.ProxyGroup.ReverseGroupSizeComparer
public static class ProxyGroup.ReverseGroupSizeComparer
This class implements a Comparator for ProxyGroup
s.
They sizes of the two groups are compared.
It creates a reverse order of the sizes. This means that bigger groups come first.
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 |
---|
public ProxyGroup.ReverseGroupSizeComparer()
Method Detail |
---|
public int compare(ProxyGroup group1, ProxyGroup group2)
compare
in interface java.util.Comparator<ProxyGroup>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |