|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.shell.support.util.NumberUtils
public final class NumberUtils
Provides extra functionality for Java Number classes.
Method Summary | |
---|---|
static BigDecimal |
max(Number... array)
Returns the maximum value in the array. |
static BigDecimal |
min(Number... array)
Returns the minimum value in the array. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static BigDecimal min(Number... array)
array
- an array of Numbers (can be null
)
public static BigDecimal max(Number... array)
array
- an array of Numbers (can be null
)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |