Package | Description |
---|---|
org.joda.time.field |
Implementation package providing abstract and standard field classes.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.HashMap<DateTimeFieldType,UnsupportedDateTimeField> |
UnsupportedDateTimeField.cCache
The cache of unsupported datetime field instances
|
Modifier and Type | Method and Description |
---|---|
static UnsupportedDateTimeField |
UnsupportedDateTimeField.getInstance(DateTimeFieldType type,
DurationField durationField)
Gets an instance of UnsupportedDateTimeField for a specific named field.
|