Uses of Interface
org.jboss.dna.common.math.MathOperations

Packages that use MathOperations
org.jboss.dna.common.math   
org.jboss.dna.common.stats   
 

Uses of MathOperations in org.jboss.dna.common.math
 

Classes in org.jboss.dna.common.math that implement MathOperations
 class DoubleOperations
           
 class DurationOperations
           
 class FloatOperations
           
 class IntegerOperations
           
 class LongOperations
           
 class ShortOperations
           
 

Uses of MathOperations in org.jboss.dna.common.stats
 

Methods in org.jboss.dna.common.stats that return MathOperations
 MathOperations<T> SimpleStatistics.getMathOperations()
           
 MathOperations<T> Histogram.getMathOperations()
           
 

Constructors in org.jboss.dna.common.stats with parameters of type MathOperations
DetailedStatistics(MathOperations<T> operations)
           
Histogram(MathOperations<T> operations, java.util.List<T> values)
           
Histogram(MathOperations<T> operations, T... values)
           
SimpleStatistics(MathOperations<T> operations)
           
 



Copyright © 2008. All Rights Reserved.