Uses of Class
org.eclipse.mat.query.refined.TotalsRow

Packages that use TotalsRow
org.eclipse.mat.query.refined A way of controlling the detail given by the output of a query. 
 

Uses of TotalsRow in org.eclipse.mat.query.refined
 

Methods in org.eclipse.mat.query.refined that return TotalsRow
 TotalsRow RefinedStructuredResult.buildTotalsRow(java.util.List<?> elements)
           
 

Methods in org.eclipse.mat.query.refined with parameters of type TotalsRow
 void RefinedStructuredResult.calculateTotals(java.util.List<?> elements, TotalsRow totals, IProgressListener listener)