Package | Description |
---|---|
org.joda.time.convert |
Implementation package providing conversion between date and time objects.
|
Modifier and Type | Method | Description |
---|---|---|
IntervalConverter |
ConverterManager.addIntervalConverter(IntervalConverter converter) |
Adds a converter to the set of converters.
|
IntervalConverter |
ConverterManager.getIntervalConverter(java.lang.Object object) |
Gets the best converter for the object specified.
|
IntervalConverter[] |
ConverterManager.getIntervalConverters() |
Gets a copy of the list of converters.
|
IntervalConverter |
ConverterManager.removeIntervalConverter(IntervalConverter converter) |
Removes a converter from the set of converters.
|
Modifier and Type | Method | Description |
---|---|---|
IntervalConverter |
ConverterManager.addIntervalConverter(IntervalConverter converter) |
Adds a converter to the set of converters.
|
IntervalConverter |
ConverterManager.removeIntervalConverter(IntervalConverter converter) |
Removes a converter from the set of converters.
|
Copyright (c) 2001-2006 - Joda.org