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

Packages that use NumberType
net.sf.mmm.util.math.api Provides the API for utilities that help to deal with Numbers. 
net.sf.mmm.util.math.base Contains the public implementation of the Math-Util API
 

Uses of NumberType in net.sf.mmm.util.math.api
 

Methods in net.sf.mmm.util.math.api that return NumberType
 NumberType<? extends Number> MathUtil.getNumberType(Class<?> numericType)
          This method gets the NumberType for the given numericType.
<NUMBER extends Number>
NumberType<NUMBER>
MathUtil.getNumberTypeGeneric(Class<NUMBER> numericType)
          This method gets the NumberType for the given numericType.
 

Methods in net.sf.mmm.util.math.api with parameters of type NumberType
 int NumberType.getExactnessDifference(NumberType<?> otherType)
          This method gets the difference of the exactness of this NumberType and the given otherType.
 

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

Classes in net.sf.mmm.util.math.base that implement NumberType
 class NumberTypeImpl<NUMBER extends Number>
          This is the implementation of the NumberType interface.
 

Methods in net.sf.mmm.util.math.base that return NumberType
 NumberType<? extends Number> MathUtilImpl.getNumberType(Class<?> numericType)
          This method gets the NumberType for the given numericType.
<NUMBER extends Number>
NumberType<NUMBER>
MathUtilImpl.getNumberTypeGeneric(Class<NUMBER> numericType)
          This method gets the NumberType for the given numericType.
 

Methods in net.sf.mmm.util.math.base with parameters of type NumberType
 int NumberTypeImpl.getExactnessDifference(NumberType<?> otherType)
          This method gets the difference of the exactness of this NumberTypeImpl and the given otherType.
 



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