- All Superinterfaces:
ComparableRange<BigDecimal>,Range<BigDecimal>
-
Method Summary
Methods inherited from interface net.hl.lang.ComparableRange
contains, intersect, isEmpty, isLowerExclusive, isLowerInclusive, isUpperExclusive, isUpperInclusive, lower, lowerExclusive, lowerInclusive, reversedOrder, upper, upperExclusive, upperInclusiveMethods inherited from interface net.hl.lang.Range
end, isEndExclusive, isEndInclusive, isStartExclusive, isStartInclusive, start
-
Method Details
-
lowerValueInclusive
BigDecimal lowerValueInclusive() -
lowerValueExclusive
BigDecimal lowerValueExclusive() -
lowerValue
BigDecimal lowerValue() -
upperValue
BigDecimal upperValue() -
upperValueInclusive
BigDecimal upperValueInclusive() -
upperValueExclusive
BigDecimal upperValueExclusive() -
stream
Stream<BigDecimal> stream() -
size
BigDecimal size() -
toBigIntArray
BigInteger[] toBigIntArray()
-