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

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

public class Histogram.ExplicitBucketingStrategy
extends Histogram.BucketingStrategy


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
 

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.