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