org.smallmind.instrument
Interface Estimating

All Superinterfaces:
Countable
All Known Subinterfaces:
ChronometerMonitorMXBean, HistogramMonitorMXBean
All Known Implementing Classes:
Chronometer, ChronometerMonitor, Histogram, HistogramMonitor

public interface Estimating
extends Countable


Method Summary
 double getAverage()
           
 double getMax()
           
 double getMin()
           
 String getSampleType()
           
 double getStdDev()
           
 double getSum()
           
 
Methods inherited from interface org.smallmind.instrument.Countable
getCount
 

Method Detail

getSampleType

String getSampleType()

getSum

double getSum()

getMin

double getMin()

getMax

double getMax()

getAverage

double getAverage()

getStdDev

double getStdDev()


Copyright © 2012. All Rights Reserved.