Uses of Class
org.instancio.internal.util.Range
Packages that use Range
-
Uses of Range in org.instancio.internal.util
Methods in org.instancio.internal.util that return RangeModifier and TypeMethodDescriptionBeanValidationUtils.calculateRange(int min, int max, int maxLimit) Attempts to calculate a reasonable range for the given min/max values.static <T> Range<T>Range.of(T min, T max) Range with the specified lower and upper bound.