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