Frames | No Frames |
Classes implementing org.joda.time.ReadableInterval | |
class | Interval is the standard implementation of an immutable time interval. |
class | MutableInterval is the standard implementation of a mutable time interval. |
Methods with parameter type org.joda.time.ReadableInterval | |
boolean | Does this interval abut with the interval specified. |
void | Adds an interval to this one by dividing the interval into
fields and calling add(ReadablePeriod) . |
void | Adds an interval to this one by dividing the interval into
fields and then adding each field in turn. |
boolean | Does this time interval contain the specified time interval. |
Days | Creates a Days representing the number of whole days
in the specified interval. |
Interval | Gets the gap between this interval and another interval. |
Chronology | Gets the chronology from the specified interval object handling null. |
ReadableInterval | Gets the interval handling null. |
Hours | Creates a Hours representing the number of whole hours
in the specified interval. |
boolean | Is this time interval entirely after the specified interval. |
boolean | Is this time interval entirely before the specified interval. |
Minutes | Creates a Minutes representing the number of whole minutes
in the specified interval. |
Months | Creates a Months representing the number of whole months
in the specified interval. |
Interval | Gets the overlap between this interval and another interval. |
boolean | Does this time interval overlap the specified time interval. |
Seconds | Creates a Seconds representing the number of whole seconds
in the specified interval. |
void | Sets this interval to be the same as another. |
void | Sets this interval to be the same as another. |
void | Sets all the fields in one go from an interval using the ISO chronology
and dividing the fields using the period type. |
void | Sets all the fields in one go from an interval dividing the
fields using the period type. |
Weeks | Creates a Weeks representing the number of whole weeks
in the specified interval. |
Years | Creates a Years representing the number of whole years
in the specified interval. |
Methods with return type org.joda.time.ReadableInterval | |
ReadableInterval | Gets the interval handling null. |
Classes implementing org.joda.time.ReadableInterval | |
class | AbstractInterval provides the common behaviour for time intervals. |
class | BaseInterval is an abstract implementation of ReadableInterval that stores
data in two long millisecond fields. |
Methods with parameter type org.joda.time.ReadableInterval | |
boolean | Does this time interval contain the specified time interval. |
boolean | Is this time interval entirely after the specified interval. |
boolean | Is this time interval entirely before the specified instant. |
boolean | Does this time interval overlap the specified time interval. |