Uses of Class
net.degreedays.time.MaybeEmptyDayRanges

Packages that use MaybeEmptyDayRanges
net.degreedays.api.data For specifying and receiving degree-day data from the API. 
net.degreedays.api.data.impl Implementations of abstract types from net.degreedays.api.data
net.degreedays.time A set of classes for working with dates and date-ranges in a time-zone independent context. 
 

Uses of MaybeEmptyDayRanges in net.degreedays.api.data
 

Methods in net.degreedays.api.data that return MaybeEmptyDayRanges
abstract  MaybeEmptyDayRanges DatedBreakdown.toDayRanges(DayRange availableDataRange)
          Returns the breakdown in terms of the day ranges that would constitute it given source data covering availableDataRange.
 

Uses of MaybeEmptyDayRanges in net.degreedays.api.data.impl
 

Methods in net.degreedays.api.data.impl that return MaybeEmptyDayRanges
 MaybeEmptyDayRanges YearlyBreakdown.toDayRanges(DayRange availableDataRange)
          Returns the breakdown in terms of the day ranges that would constitute it given source data covering availableDataRange.
 MaybeEmptyDayRanges WeeklyBreakdown.toDayRanges(DayRange availableDataRange)
          Returns the breakdown in terms of the day ranges that would constitute it given source data covering availableDataRange.
 MaybeEmptyDayRanges MonthlyBreakdown.toDayRanges(DayRange availableDataRange)
          Returns the breakdown in terms of the day ranges that would constitute it given source data covering availableDataRange.
 MaybeEmptyDayRanges DailyBreakdown.toDayRanges(DayRange availableDataRange)
          Returns the breakdown in terms of the day ranges that would constitute it given source data covering availableDataRange.
 

Uses of MaybeEmptyDayRanges in net.degreedays.time
 

Subclasses of MaybeEmptyDayRanges in net.degreedays.time
 class DayRanges
           
 

Methods in net.degreedays.time that return MaybeEmptyDayRanges
 MaybeEmptyDayRanges DayRange.fullCalendarMonthsWithin()
           
 MaybeEmptyDayRanges DayRange.fullCalendarYearsWithin()
           
 MaybeEmptyDayRanges DayRange.fullMonthsWithin(StartOfMonth startOfMonth)
           
 MaybeEmptyDayRanges DayRange.fullWeeksWithin(DayOfWeek firstDayOfWeek)
           
 MaybeEmptyDayRanges DayRange.fullYearsWithin(StartOfYear startOfYear)
           
static MaybeEmptyDayRanges MaybeEmptyDayRanges.getEmpty()
           
 MaybeEmptyDayRanges MaybeEmptyDayRanges.subRanges(int fromIndexInclusive, int toIndexExclusive)
           
 



www.degreedays.net/api/