Inherited by edu.ufl.hcs.ppw.vis.pcharts.ProgramSpeedupStackedBarChart.ProgramSpeedupStackedBarChart.MyStatComparator, and edu.ufl.hcs.ppw.vis.TextProfTable.TextProfTable.MyStatComparator.
Public Member Functions | |
| int | compareStatInclusiveSums (StatData s1, StatData s2) |
| Compares two stats' inclusive sums. | |
| int | compareStatExclusiveSums (StatData s1, StatData s2) |
| Compares two stats' exclusive sums. | |
This is meant to be subclassed in several different ways (eg, by the HighLevelPDM), and is exported here so that the functionality may be reused in other places where one may need to compare stat objects in various ways.
Many of the methods are useful in places not necessarily related to sorting, so they are also declared to be static.
1.5.8