|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.statistics.view.GroupAnalysisViewControllerResultData.PathTreeAggregationsNodeComparator
protected static final class GroupAnalysisViewControllerResultData.PathTreeAggregationsNodeComparator
Compares PathTreeAgregationsNodes by their
"hit-count + child-hit-count", and if the numbers are equal by name.
| Constructor Summary | |
|---|---|
protected |
GroupAnalysisViewControllerResultData.PathTreeAggregationsNodeComparator()
|
| Method Summary | |
|---|---|
int |
compare(GroupAnalysisViewControllerResultData.PathTreeAggregationsNode o1, GroupAnalysisViewControllerResultData.PathTreeAggregationsNode o2)
Compares the given PathTreeAgregationsNodes by their
"hit-count + child-hit-count", and if the numbers are equal by name. |
| 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 |
|---|
protected GroupAnalysisViewControllerResultData.PathTreeAggregationsNodeComparator()
| Method Detail |
|---|
public int compare(GroupAnalysisViewControllerResultData.PathTreeAggregationsNode o1, GroupAnalysisViewControllerResultData.PathTreeAggregationsNode o2)
PathTreeAgregationsNodes by their
"hit-count + child-hit-count", and if the numbers are equal by name.
compare in interface java.util.Comparator<GroupAnalysisViewControllerResultData.PathTreeAggregationsNode>o1 - a PathTreeAggregationsNodeo2 - a PathTreeAggregationsNode
Comparator.compare(java.lang.Object, java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||