Uses of Interface
org.joda.time.ReadWritableInterval
-
Packages that use ReadWritableInterval Package Description org.joda.time Provides support for dates, times, time zones, durations, intervals, and partials.org.joda.time.convert Implementation package providing conversion between date and time objects. -
-
Uses of ReadWritableInterval in org.joda.time
Classes in org.joda.time that implement ReadWritableInterval Modifier and Type Class Description class
MutableInterval
MutableInterval is the standard implementation of a mutable time interval. -
Uses of ReadWritableInterval in org.joda.time.convert
Methods in org.joda.time.convert with parameters of type ReadWritableInterval Modifier and Type Method Description void
IntervalConverter. setInto(ReadWritableInterval writableInterval, java.lang.Object object, Chronology chrono)
Extracts interval endpoint values from an object of this converter's type, and sets them into the given ReadWritableInterval.
-