org.modeshape.common.statistic
Class Histogram.ExplicitBucketingStrategy
java.lang.Object
org.modeshape.common.statistic.Histogram.BucketingStrategy
org.modeshape.common.statistic.Histogram.ExplicitBucketingStrategy
- Enclosing class:
- Histogram<T extends Number>
public class Histogram.ExplicitBucketingStrategy
- extends Histogram.BucketingStrategy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Histogram.ExplicitBucketingStrategy
protected Histogram.ExplicitBucketingStrategy(T lowerBound,
T upperBound)
getLowerBound
public T getLowerBound()
- Specified by:
getLowerBound
in class Histogram.BucketingStrategy
getUpperBound
public T getUpperBound()
- Specified by:
getUpperBound
in class Histogram.BucketingStrategy
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.