Uses of Interface
net.sf.mmm.util.math.api.MathUtil

Packages that use MathUtil
net.sf.mmm.util.math.base Contains the public implementation of the Math-Util API
net.sf.mmm.util.value.impl Contains the implementation of the Value-Util API
 

Uses of MathUtil in net.sf.mmm.util.math.base
 

Classes in net.sf.mmm.util.math.base that implement MathUtil
 class MathUtilImpl
          This class is a collection of utility functions for dealing with numbers.
 

Fields in net.sf.mmm.util.math.base declared as MathUtil
private static MathUtil MathUtilImpl.instance
           
 

Methods in net.sf.mmm.util.math.base that return MathUtil
static MathUtil MathUtilImpl.getInstance()
          This method gets the singleton instance of MathUtil.
 

Uses of MathUtil in net.sf.mmm.util.value.impl
 

Fields in net.sf.mmm.util.value.impl declared as MathUtil
private  MathUtil ValueConverterToNumber.mathUtil
           
 

Methods in net.sf.mmm.util.value.impl that return MathUtil
protected  MathUtil ValueConverterToNumber.getMathUtil()
          This method gets the MathUtil to use.
 

Methods in net.sf.mmm.util.value.impl with parameters of type MathUtil
 void ValueConverterToNumber.setMathUtil(MathUtil mathUtil)
          This method set the MathUtil to use.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.