Uses of Interface
org.joda.time.ReadWritableInterval
Packages that use ReadWritableInterval
Package
Description
Provides support for dates, times, time zones, durations, intervals, and
partials.
Implementation package providing conversion between date and time objects.
-
Uses of ReadWritableInterval in org.joda.time
Classes in org.joda.time that implement ReadWritableIntervalModifier and TypeClassDescriptionclass
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 ReadWritableIntervalModifier and TypeMethodDescriptionvoid
IntervalConverter.setInto
(ReadWritableInterval writableInterval, Object object, Chronology chrono) Extracts interval endpoint values from an object of this converter's type, and sets them into the given ReadWritableInterval.