Uses of Record Class
net.datafaker.service.Range
Packages that use Range
-
Uses of Range in net.datafaker.service
Methods in net.datafaker.service that return RangeModifier and TypeMethodDescription<V extends Comparable<V>>
Range<V>static <T extends Number & Comparable<T>>
Range<T>Range.exclusive(T from, T to) A range that contains all values 1. strictly greater thanfrom, and 2. strictly less thanto.static <T extends Comparable<T>>
Range<T>Range.exclusiveInclusive(T from, T to) A range that contains all values 1. strictly greater thanfrom, and 2. less than or equal toto.static <T extends Comparable<T>>
Range<T>Range.inclusive(T from, T to) A range that contains all values 1. greater than or equal tofrom, and 2. less than or equal toto.static <T extends Comparable<T>>
Range<T>Range.inclusiveExclusive(T from, T to) A range that contains all values 1. greater than or equal tofrom, and 2. less thanto.Methods in net.datafaker.service with parameters of type Range