Package org.eclipse.mat.query.refined
Class TotalsResult
- java.lang.Object
-
- org.eclipse.mat.query.refined.TotalsResult
-
public class TotalsResult extends java.lang.Object
Used by theTotalsCalculator
to encapsulate the value and format to display.- Since:
- 1.5
-
-
Constructor Summary
Constructors Constructor Description TotalsResult(java.lang.Object value, java.text.Format format)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.text.Format
getFormat()
java.lang.Object
getValue()
-