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 MutableIntervalMutableInterval. copy()Clone this object without having to cast the returned object.static MutableIntervalMutableInterval. parse(java.lang.String str)Parses aMutableIntervalfrom the specified string.MutableIntervalReadableInterval. 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 MutableIntervalAbstractInterval. toMutableInterval()Get this time interval as aMutableInterval.
-