Uses of Class
org.gbif.api.util.Range
Packages that use Range
-
Uses of Range in org.gbif.api.util
Methods in org.gbif.api.util that return RangeModifier and TypeMethodDescriptionstatic <T extends Comparable<? super T>>
Range<T>Range.closed
(T from, T to) Factory method.IsoDateParsingUtils.parseDateRange
(String value) Parses a closed-open range of dates, using the most specific format for each side of the range.SearchTypeValidator.parseDateRange
(String value) Parses a range of ISO dates.SearchTypeValidator.parseDecimalRange
(String value) Parses a decimal range in the format 123.1,456.static Range<DistanceUnit.Distance>
SearchTypeValidator.parseDistanceRange
(String value) Parses a distance range in the format 123m,456km.SearchTypeValidator.parseIntegerRange
(String value) Parses an integer range in the format 123,456Methods in org.gbif.api.util with parameters of type Range