Class TotalsResult

java.lang.Object
org.eclipse.mat.query.refined.TotalsResult

public class TotalsResult extends Object
Used by the TotalsCalculator to encapsulate the value and format to display.
Since:
1.5
  • Constructor Details

    • TotalsResult

      public TotalsResult(Object value, Format format)
  • Method Details

    • getValue

      public Object getValue()
    • getFormat

      public Format getFormat()