Uses of Package
org.hackystat.utilities.time.interval

Packages that use org.hackystat.utilities.time.interval
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. 
 

Classes in org.hackystat.utilities.time.interval used by org.hackystat.utilities.time.interval
DayInterval
          Represents an interval as a set of Days.
IllegalIntervalException
          Throws exception when end period of the interval is earlier than the start interval period.
Interval
          Provides a general interval type.
IntervalUtility
          Provides support for constants and methods in the interval selector.
MonthInterval
          Provides month interval type.
WeekInterval
          Provides week interval.