Uses of Class
org.joda.time.MutableInterval
-
Packages that use MutableInterval Package Description org.joda.time Provides support for dates, times, time zones, durations, intervals, and partials.org.joda.time.base Implementation package providing abstract and base time classes. -
-
Uses of MutableInterval in org.joda.time
Methods in org.joda.time that return MutableInterval Modifier and Type Method Description MutableInterval
MutableInterval. copy()
Clone this object without having to cast the returned object.static MutableInterval
MutableInterval. parse(java.lang.String str)
Parses aMutableInterval
from the specified string.MutableInterval
ReadableInterval. toMutableInterval()
Get this time interval as aMutableInterval
. -
Uses of MutableInterval in org.joda.time.base
Methods in org.joda.time.base that return MutableInterval Modifier and Type Method Description MutableInterval
AbstractInterval. toMutableInterval()
Get this time interval as aMutableInterval
.
-