Package | Description |
---|---|
net.sf.mmm.search.base |
Contains the base-implementation of common search infrastructure.
|
net.sf.mmm.util.math.base |
Contains the public implementation of the
Math-Util API . |
net.sf.mmm.util.math.impl.spring | |
net.sf.mmm.util.value.base |
Contains the base-implementations of the
value API . |
net.sf.mmm.util.value.impl |
Contains the implementation of the
Value-Util API . |
Modifier and Type | Field and Description |
---|---|
private MathUtil |
SearchDependenciesImpl.mathUtil |
Modifier and Type | Method and Description |
---|---|
MathUtil |
SearchDependenciesImpl.getMathUtil() |
MathUtil |
SearchDependencies.getMathUtil() |
Modifier and Type | Method and Description |
---|---|
void |
SearchDependenciesImpl.setMathUtil(MathUtil mathUtil) |
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 | Method and Description |
---|---|
MathUtil |
UtilMathSpringConfig.mathUtil() |
Modifier and Type | Field and Description |
---|---|
private MathUtil |
StringValueConverterImpl.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–2016 mmm-Team. All rights reserved.