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

Packages that use MathOperations
org.jboss.dna.common.math A set of classes that define mathematic operations for a particular class of values. 
org.jboss.dna.common.statistic A set of utilities for working with statistics, including a Stopwatch and Histograms. 
 

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

Classes in org.jboss.dna.common.math that implement MathOperations
 class DoubleOperations
          The math operations for double numbers.
 class DurationOperations
          The math operations for Durations.
 class FloatOperations
          The math operations for float numbers.
 class IntegerOperations
          The math operations for integer numbers.
 class LongOperations
          The math operations for long numbers.
 class ShortOperations
          The math operations for short numbers.
 

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

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

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



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