Modifier and Type | Method and Description |
---|---|
protected static DecimalItem |
Parser.parseDecimal(String input) |
static DecimalItem |
DecimalItem.valueOf(BigDecimal value)
Creates a
DecimalItem instance representing the specified
BigDecimal value, with potential rounding. |
static DecimalItem |
DecimalItem.valueOf(long value)
Creates a
DecimalItem instance representing the specified
long value, where the implied divisor is 1000 . |
DecimalItem |
DecimalItem.withParams(Parameters params) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.