org.jboss.dna.common.statistic
Class Histogram.BucketingStrategy

java.lang.Object
  extended by org.jboss.dna.common.statistic.Histogram.BucketingStrategy
Direct Known Subclasses:
Histogram.DefaultBucketingStrategy, Histogram.ExplicitBucketingStrategy, Histogram.StandardDeviationBucketingStrategy
Enclosing class:
Histogram<T extends Number>

public abstract class Histogram.BucketingStrategy
extends Object


Constructor Summary
Histogram.BucketingStrategy()
           
 
Method Summary
abstract  T getLowerBound()
           
abstract  T getUpperBound()
           
 List<T> getValues()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Histogram.BucketingStrategy

public Histogram.BucketingStrategy()
Method Detail

getValues

public List<T> getValues()

getLowerBound

public abstract T getLowerBound()

getUpperBound

public abstract T getUpperBound()


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