| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
NumberType<? extends Number> |
MathUtilLimited.getNumberType(Class<?> numericType)
This method gets the
NumberType for the given numericType. |
<NUMBER extends Number> |
MathUtilLimited.getNumberTypeGeneric(Class<NUMBER> numericType)
This method gets the
NumberType for the given numericType. |
| Modifier and Type | Method and Description |
|---|---|
int |
NumberType.getExactnessDifference(NumberType<?> otherType)
This method gets the difference of the exactness of this
NumberType and the given otherType. |
| Modifier and Type | Class and Description |
|---|---|
class |
NumberTypeImpl<NUMBER extends Number>
This is the implementation of the
NumberType interface. |
| Modifier and Type | Method and Description |
|---|---|
NumberType<? extends Number> |
MathUtilLimitedImpl.getNumberType(Class<?> numericType)
This method gets the
NumberType for the given numericType. |
NumberType<? extends Number> |
MathUtilImpl.getNumberType(Class<?> numericType)
This method gets the
NumberType for the given numericType. |
<NUMBER extends Number> |
MathUtilLimitedImpl.getNumberTypeGeneric(Class<NUMBER> numericType)
This method gets the
NumberType for the given numericType. |
| Modifier and Type | Method and Description |
|---|---|
int |
NumberTypeImpl.getExactnessDifference(NumberType<?> otherType)
This method gets the difference of the exactness of this
NumberTypeImpl and the given
otherType. |
Copyright © 2001–2015 mmm-Team. All rights reserved.