public interface BigDecimalRange extends ComparableRange<BigDecimal>
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
lowerValue() |
BigDecimal |
lowerValueExclusive() |
BigDecimal |
lowerValueInclusive() |
BigDecimal |
size() |
Stream<BigDecimal> |
stream() |
BigInteger[] |
toBigIntArray() |
BigDecimal |
upperValue() |
BigDecimal |
upperValueExclusive() |
BigDecimal |
upperValueInclusive() |
contains, intersect, isEmpty, isLowerExclusive, isLowerInclusive, isUpperExclusive, isUpperInclusive, lower, lowerExclusive, lowerInclusive, reversedOrder, upper, upperExclusive, upperInclusiveend, isEndExclusive, isEndInclusive, isStartExclusive, isStartInclusive, startBigDecimal lowerValueInclusive()
BigDecimal lowerValueExclusive()
BigDecimal lowerValue()
BigDecimal upperValue()
BigDecimal upperValueInclusive()
BigDecimal upperValueExclusive()
Stream<BigDecimal> stream()
BigDecimal size()
BigInteger[] toBigIntArray()
Copyright © 2021 vpc open source initiative. All rights reserved.