public final class IntegerInterval extends Object implements Serializable
| Constructor and Description |
|---|
IntegerInterval(int singleValue) |
IntegerInterval(int minValue,
int maxValue) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxValue() |
int |
getMinValue() |
boolean |
isNonNegative() |
boolean |
isStrictlyNegative() |
boolean |
isStrictlyPositive() |
Copyright © 2017. All rights reserved.