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

java.lang.Object
  extended by org.jboss.dna.common.statistic.Histogram.BucketingStrategy
      extended by org.jboss.dna.common.statistic.Histogram.DefaultBucketingStrategy
Enclosing class:
Histogram<T extends Number>

public class Histogram.DefaultBucketingStrategy
extends Histogram.BucketingStrategy


Constructor Summary
Histogram.DefaultBucketingStrategy()
           
 
Method Summary
 T getLowerBound()
           
 T getUpperBound()
           
 
Methods inherited from class org.jboss.dna.common.statistic.Histogram.BucketingStrategy
getValues
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Histogram.DefaultBucketingStrategy

public Histogram.DefaultBucketingStrategy()
Method Detail

getLowerBound

public T getLowerBound()
Specified by:
getLowerBound in class Histogram.BucketingStrategy

getUpperBound

public T getUpperBound()
Specified by:
getUpperBound in class Histogram.BucketingStrategy


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