public class Bounds
extends java.lang.Object
Constructor and Description |
---|
Bounds() |
Modifier and Type | Method and Description |
---|---|
static Bound<?> |
newDefaultValueBound(java.lang.Class<?> clazz) |
static Bound<java.lang.Integer> |
newIntegerIntervalBound(int lower,
int upper) |
static <T> Bound<T> |
newSingleValueBound(T value) |
static <T> Bound<T> |
newValueChoiceBound(T... values) |
public static Bound<java.lang.Integer> newIntegerIntervalBound(int lower, int upper)
@SafeVarargs public static <T> Bound<T> newValueChoiceBound(T... values)
public static <T> Bound<T> newSingleValueBound(T value)
public static Bound<?> newDefaultValueBound(java.lang.Class<?> clazz)