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