Uses of Class
org.modeshape.common.statistic.SimpleStatistics

Packages that use SimpleStatistics
org.modeshape.common.statistic A set of utilities for working with statistics, including a Stopwatch and Histograms. 
 

Uses of SimpleStatistics in org.modeshape.common.statistic
 

Subclasses of SimpleStatistics in org.modeshape.common.statistic
 class DetailedStatistics<T extends Number>
          Encapsulation of the statistics for a series of values to which new values are frequently added.
 

Methods in org.modeshape.common.statistic that return SimpleStatistics
 SimpleStatistics<Duration> Stopwatch.getSimpleStatistics()
          Return this stopwatch's simple statistics.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.