Interval | 
Interval.days(int days)  | 
Interval | 
Interval.hours(int hours)  | 
Interval | 
Interval.microseconds(int microseconds)  | 
Interval | 
Interval.minutes(int minutes)  | 
Interval | 
Interval.months(int months)  | 
static Interval | 
Interval.of()  | 
static Interval | 
Interval.of(int years)  | 
static Interval | 
Interval.of(int years,
  int months)  | 
static Interval | 
Interval.of(int years,
  int months,
  int days)  | 
static Interval | 
Interval.of(int years,
  int months,
  int days,
  int hours)  | 
static Interval | 
Interval.of(int years,
  int months,
  int days,
  int hours,
  int minutes)  | 
static Interval | 
Interval.of(int years,
  int months,
  int days,
  int hours,
  int minutes,
  int seconds)  | 
static Interval | 
Interval.of(int years,
  int months,
  int days,
  int hours,
  int minutes,
  int seconds,
  int microseconds)  | 
Interval | 
Interval.seconds(int seconds)  | 
Interval | 
Interval.years(int years)  |