Package net.jqwik.engine.properties
Klasse Range<T extends Comparable<T>>
java.lang.Object
net.jqwik.engine.properties.Range<T>
-
Feldübersicht
Felder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleaninthashCode()voidifIncluded(T value, Consumer<T> consumer) booleanboolean<U extends Comparable<U>>
Range<U> static <T extends Comparable<T>>
Range<T> of(T min, boolean minIncluded, T max, boolean maxIncluded) static <T extends Comparable<T>>
Range<T> of(T min, T max) toString()
-
Felddetails
-
min
-
minIncluded
public final boolean minIncluded -
max
-
maxIncluded
public final boolean maxIncluded
-
-
Methodendetails
-
of
-
of
public static <T extends Comparable<T>> Range<T> of(T min, boolean minIncluded, T max, boolean maxIncluded) -
isSingular
public boolean isSingular() -
includes
-
ifIncluded
-
map
-
withMin
-
withMax
-
equals
-
hashCode
public int hashCode() -
toString
-