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