Uses of Class
org.hackystat.utilities.time.interval.Interval

Packages that use 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. 
 

Uses of Interval in org.hackystat.utilities.time.interval
 

Subclasses of Interval in org.hackystat.utilities.time.interval
 class DayInterval
          Represents an interval as a set of Days.
 class MonthInterval
          Provides month interval type.
 class WeekInterval
          Provides week interval.