Package | Description |
---|---|
net.sf.mmm.util.math.api |
Provides the API for utilities that help to deal with
Number s. |
net.sf.mmm.util.math.base |
Contains the public implementation of the
Math-Util API . |
Modifier and Type | Method and Description |
---|---|
NUMBER |
NumberType.valueOf(Number number,
boolean failIfUnprecise)
This method gets an instance of the
represented number-class with the numeric value given
by number . |
NUMBER |
NumberType.valueOf(String number)
This method gets an instance of the
represented number-class with the numeric value
identified by the given string number . |
Modifier and Type | Method and Description |
---|---|
protected abstract NUMBER |
NumberTypeImpl.parse(String number)
This method gets an instance of the
represented number-class with the numeric value
identified by the given string number . |
NUMBER |
NumberTypeImpl.valueOf(Number number,
boolean failIfUnprecise) |
NUMBER |
NumberTypeImpl.valueOf(String number) |
Copyright © 2001–2016 mmm-Team. All rights reserved.