Interface LongRange
- All Superinterfaces:
ComparableRange<Long>, Range<Long>
-
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
long startValue() -
endValue
long endValue() -
isLowerInclusive
boolean isLowerInclusive()- Specified by:
isLowerInclusivein interfaceComparableRange<Long>
-
isLowerExclusive
boolean isLowerExclusive()- Specified by:
isLowerExclusivein interfaceComparableRange<Long>
-
isUpperInclusive
boolean isUpperInclusive()- Specified by:
isUpperInclusivein interfaceComparableRange<Long>
-
isUpperExclusive
boolean isUpperExclusive()- Specified by:
isUpperExclusivein interfaceComparableRange<Long>
-
lowerValueInclusive
long lowerValueInclusive() -
lowerValueExclusive
long lowerValueExclusive() -
lowerValue
long lowerValue() -
upperValue
long upperValue() -
upperValueInclusive
long upperValueInclusive() -
upperValueExclusive
long upperValueExclusive() -
reversedOrder
boolean reversedOrder()- Specified by:
reversedOrderin interfaceComparableRange<Long>
-
stream
IntStream stream() -
size
long size() -
toLongArray
long[] toLongArray()
-