Uses of Class
org.threeten.extra.LocalDateRange
Packages that use LocalDateRange
-
Uses of LocalDateRange in org.threeten.extra
Fields in org.threeten.extra declared as LocalDateRangeModifier and TypeFieldDescriptionstatic final LocalDateRangeLocalDateRange.ALLA range over the whole time-line.Methods in org.threeten.extra that return LocalDateRangeModifier and TypeMethodDescriptionLocalDateRange.intersection(LocalDateRange other) Calculates the range that is the intersection of this range and the specified range.static LocalDateRangeObtains a half-open range of dates, including the start and excluding the end.static LocalDateRangeObtains an instance ofLocalDateRangefrom the start and a period.static LocalDateRangeObtains a closed range of dates, including the start and end.static LocalDateRangeObtains an empty date range located at the specified date.static LocalDateRangeLocalDateRange.ofUnbounded()Obtains a range that is unbounded at the start and end.static LocalDateRangeLocalDateRange.ofUnboundedEnd(LocalDate startInclusive) Obtains a range from and including the specified start date.static LocalDateRangeLocalDateRange.ofUnboundedStart(LocalDate endExclusive) Obtains a range up to, but not including, the specified end date.static LocalDateRangeLocalDateRange.parse(CharSequence text) Obtains an instance ofLocalDateRangefrom a text string such as2007-12-03/2007-12-04, where the end date is exclusive.LocalDateRange.span(LocalDateRange other) Calculates the smallest range that encloses this range and the specified range.LocalDateRange.union(LocalDateRange other) Calculates the range that is the union of this range and the specified range.LocalDateRange.withEnd(TemporalAdjuster adjuster) Returns a copy of this range with the end date adjusted.LocalDateRange.withStart(TemporalAdjuster adjuster) Returns a copy of this range with the start date adjusted.Methods in org.threeten.extra with parameters of type LocalDateRangeModifier and TypeMethodDescriptionbooleanLocalDateRange.abuts(LocalDateRange other) Checks if this range abuts the specified range.booleanLocalDateRange.encloses(LocalDateRange other) Checks if this range encloses the specified range.LocalDateRange.intersection(LocalDateRange other) Calculates the range that is the intersection of this range and the specified range.booleanLocalDateRange.isAfter(LocalDateRange other) Checks if this range is after the specified range.booleanLocalDateRange.isBefore(LocalDateRange range) Checks if this range is before the specified range.booleanLocalDateRange.isConnected(LocalDateRange other) Checks if this range is connected to the specified range.booleanLocalDateRange.overlaps(LocalDateRange other) Checks if this range overlaps the specified range.LocalDateRange.span(LocalDateRange other) Calculates the smallest range that encloses this range and the specified range.LocalDateRange.union(LocalDateRange other) Calculates the range that is the union of this range and the specified range.