Uses of Interface
org.joda.time.ReadWritableInterval

Packages that use ReadWritableInterval
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
 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
 void 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.
 



Copyright © 2002-2012 Joda.org. All Rights Reserved.