Uses of Class
org.joda.time.field.UnsupportedDurationField
-
Packages that use UnsupportedDurationField Package Description org.joda.time.field Implementation package providing abstract and standard field classes. -
-
Uses of UnsupportedDurationField in org.joda.time.field
Fields in org.joda.time.field with type parameters of type UnsupportedDurationField Modifier and Type Field Description private static java.util.HashMap<DurationFieldType,UnsupportedDurationField>
UnsupportedDurationField. cCache
The cache of unsupported duration field instancesMethods in org.joda.time.field that return UnsupportedDurationField Modifier and Type Method Description static UnsupportedDurationField
UnsupportedDurationField. getInstance(DurationFieldType type)
Gets an instance of UnsupportedDurationField for a specific named field.
-