Interface BigIntRange
- All Superinterfaces:
ComparableRange<Integer>, Range<Integer>
-
Method Summary
Methods inherited from interface ComparableRange
contains, intersect, isEmpty, lower, lowerExclusive, lowerInclusive, upper, upperExclusive, upperInclusiveMethods inherited from interface Range
end, isEndExclusive, isEndInclusive, isStartExclusive, isStartInclusive, start
-
Method Details
-
startValue
BigInteger startValue() -
endValue
BigInteger endValue() -
isLowerInclusive
boolean isLowerInclusive()- Specified by:
isLowerInclusivein interfaceComparableRange<Integer>
-
isLowerExclusive
boolean isLowerExclusive()- Specified by:
isLowerExclusivein interfaceComparableRange<Integer>
-
isUpperInclusive
boolean isUpperInclusive()- Specified by:
isUpperInclusivein interfaceComparableRange<Integer>
-
isUpperExclusive
boolean isUpperExclusive()- Specified by:
isUpperExclusivein interfaceComparableRange<Integer>
-
lowerValueInclusive
BigInteger lowerValueInclusive() -
lowerValueExclusive
BigInteger lowerValueExclusive() -
lowerValue
BigInteger lowerValue() -
upperValue
BigInteger upperValue() -
upperValueInclusive
BigInteger upperValueInclusive() -
upperValueExclusive
BigInteger upperValueExclusive() -
reversedOrder
boolean reversedOrder()- Specified by:
reversedOrderin interfaceComparableRange<Integer>
-
stream
Stream<BigInteger> stream() -
size
BigInteger size() -
toBigIntArray
BigInteger[] toBigIntArray()
-