public class BigDecimalHelper extends Object implements NumberHelper<BigDecimal>
Constructor and Description |
---|
BigDecimalHelper() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
add(Number lhs,
Number rhs)
Adds the two numbers (can be of any Number type) and returns the type result that the number
helper handles.
|
BigDecimal |
cast(Number n)
Casts the give
Number into the type the number helper handles. |
int |
compare(Number lhs,
Number rhs) |
BigDecimal |
div(Number lhs,
Number rhs)
Divides the two numbers (can be of any Number type) and returns the type result that the
number helper handles.
|
BigDecimal |
MAX_VALUE()
Returns the maximum number for the specific type the number helper handles.
|
BigDecimal |
MIN_VALUE()
Returns the minimum number for the specific type the number helper handles.
|
BigDecimal |
mult(Number lhs,
Number rhs)
Multiplies the two numbers (can be of any Number type) and returns the type result that the
number helper handles.
|
BigDecimal |
ONE()
Returns the "ONE" value for the given type.
|
BigDecimal |
sub(Number lhs,
Number rhs)
Substracts the two numbers (can be of any Number type) and returns the type result that the
number helper handles.
|
BigDecimal |
ZERO()
Returns the "ZERO" value for the given type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public int compare(Number lhs, Number rhs)
compare
in interface Comparator<Number>
public BigDecimal add(Number lhs, Number rhs)
NumberHelper
add
in interface NumberHelper<BigDecimal>
public BigDecimal sub(Number lhs, Number rhs)
NumberHelper
sub
in interface NumberHelper<BigDecimal>
public BigDecimal mult(Number lhs, Number rhs)
NumberHelper
mult
in interface NumberHelper<BigDecimal>
public BigDecimal div(Number lhs, Number rhs)
NumberHelper
div
in interface NumberHelper<BigDecimal>
public BigDecimal MAX_VALUE()
NumberHelper
MAX_VALUE
in interface NumberHelper<BigDecimal>
public BigDecimal MIN_VALUE()
NumberHelper
MIN_VALUE
in interface NumberHelper<BigDecimal>
public BigDecimal ONE()
NumberHelper
ONE
in interface NumberHelper<BigDecimal>
public BigDecimal ZERO()
NumberHelper
ZERO
in interface NumberHelper<BigDecimal>
public BigDecimal cast(Number n)
NumberHelper
Number
into the type the number helper handles.cast
in interface NumberHelper<BigDecimal>
Copyright © GigaSpaces.