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