| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
MathUtilImpl
This class is a collection of utility functions for dealing with numbers.
|
| Modifier and Type | Field and Description |
|---|---|
private static MathUtil |
MathUtilImpl.instance |
| Modifier and Type | Method and Description |
|---|---|
static MathUtil |
MathUtilImpl.getInstance()
This method gets the singleton instance of
MathUtil. |
| Modifier and Type | Field and Description |
|---|---|
private MathUtil |
ValueConverterToNumber.mathUtil |
| Modifier and Type | Method and Description |
|---|---|
protected MathUtil |
ValueConverterToNumber.getMathUtil()
This method gets the
MathUtil to use. |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueConverterToNumber.setMathUtil(MathUtil mathUtil)
This method set the
MathUtil to use. |
Copyright © 2001–2015 mmm-Team. All rights reserved.