| Package | Description |
|---|---|
| com.pholser.junit.quickcheck.internal |
| Modifier and Type | Method and Description |
|---|---|
static Ranges.Type |
Ranges.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ranges.Type[] |
Ranges.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Comparable<? super T>> |
Ranges.checkRange(Ranges.Type type,
T min,
T max) |
Copyright © 2019. All rights reserved.