| Package | Description |
|---|---|
| net.sf.mmm.util.math.base |
Contains the public implementation of the
Math-Util API. |
| Modifier and Type | Field and Description |
|---|---|
static NumberTypeImpl<AtomicInteger> |
MathUtilImpl.ATOMIC_INTEGER
The
NumberTypeImpl for AtomicInteger. |
static NumberTypeImpl<AtomicLong> |
MathUtilImpl.ATOMIC_LONG
The
NumberTypeImpl for AtomicLong. |
static NumberTypeImpl<BigDecimal> |
NumberTypeImpl.BIG_DECIMAL
The
NumberTypeImpl for BigDecimal. |
static NumberTypeImpl<BigInteger> |
NumberTypeImpl.BIG_INTEGER
The
NumberTypeImpl for BigInteger. |
static NumberTypeImpl<Byte> |
NumberTypeImpl.BYTE
The
NumberTypeImpl for Byte. |
static NumberTypeImpl<Double> |
NumberTypeImpl.DOUBLE
The
NumberTypeImpl for Double. |
static NumberTypeImpl<Float> |
NumberTypeImpl.FLOAT
The
NumberTypeImpl for Float. |
static NumberTypeImpl<Integer> |
NumberTypeImpl.INTEGER
The
NumberTypeImpl for Integer. |
static NumberTypeImpl<Long> |
NumberTypeImpl.LONG
The
NumberTypeImpl for Long. |
static NumberTypeImpl<Short> |
NumberTypeImpl.SHORT
The
NumberTypeImpl for Short. |
Copyright © 2001–2015 mmm-Team. All rights reserved.