Uses of Interface
org.joda.time.convert.DurationConverter

Packages that use DurationConverter
org.joda.time.convert Implementation package providing conversion between date and time objects. 
 

Uses of DurationConverter in org.joda.time.convert
 

Methods in org.joda.time.convert that return DurationConverter
 DurationConverter ConverterManager.addDurationConverter(DurationConverter converter)
          Adds a converter to the set of converters.
 DurationConverter ConverterManager.getDurationConverter(Object object)
          Gets the best converter for the object specified.
 DurationConverter[] ConverterManager.getDurationConverters()
          Gets a copy of the list of converters.
 DurationConverter ConverterManager.removeDurationConverter(DurationConverter converter)
          Removes a converter from the set of converters.
 

Methods in org.joda.time.convert with parameters of type DurationConverter
 DurationConverter ConverterManager.addDurationConverter(DurationConverter converter)
          Adds a converter to the set of converters.
 DurationConverter ConverterManager.removeDurationConverter(DurationConverter converter)
          Removes a converter from the set of converters.
 



Copyright © 2002–2016 Joda.org. All rights reserved.