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