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