Package org.hackystat.utilities.time.interval

Provides the Interval abstraction, which allows the user to specify time intervals at the grain-size of Days, Weeks, or Months.

See:
          Description

Class Summary
DayInterval Represents an interval as a set of Days.
DayIterator Provides an iterator over Day instances.
Interval Provides a general interval type.
IntervalUtility Provides support for constants and methods in the interval selector.
MonthInterval Provides month interval type.
MonthIterator Defines iterator for month interval.
TestDayInterval Tests the interval class.
TestIntervalUtility Tests the IntervalUtility class.
TestMonthInterval Tests month interval.
TestWeekInterval Tests week interval.
WeekInterval Provides week interval.
WeekIterator Provides an iterator over week intervals.
 

Exception Summary
IllegalIntervalException Throws exception when end period of the interval is earlier than the start interval period.
 

Package org.hackystat.utilities.time.interval Description

Provides the Interval abstraction, which allows the user to specify time intervals at the grain-size of Days, Weeks, or Months.