public interface NumericValueConverter extends ValueConverter, Comparator<Number>
Modifier and Type | Method and Description |
---|---|
Number |
add(Number num1,
Number num2,
Number... numbers)
Adds two or more numbers.
|
decodeValue, encodeValue
compare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
Number add(Number num1, Number num2, Number... numbers)
num1
- the first number to add.num2
- the second number to add.numbers
- Rest of the numbers to be added.Copyright © 2008–2023 Apache Software Foundation. All rights reserved.