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