| Package | Description |
|---|---|
| org.goda.time |
Provides support for dates, times, time zones, durations, intervals, and
partials.
|
| org.goda.time.field |
Implementation package providing abstract and standard field classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DateTimeField
Defines the calculation engine for date and time fields.
|
class |
DurationField
Defines the calculation engine for duration fields.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseDateTimeField
BaseDateTimeField provides the common behaviour for DateTimeField
implementations.
|
class |
BaseDurationField
BaseDurationField provides the common behaviour for DurationField
implementations.
|
class |
DecoratedDateTimeField
DecoratedDateTimeField extends BaseDateTimeField,
implementing only the minimum required set of methods. |
class |
DecoratedDurationField
DecoratedDurationField extends BaseDurationField,
implementing only the minimum required set of methods. |
class |
DelegatedDateTimeField
DelegatedDateTimeField delegates each method call to the
date time field it wraps. |
class |
DelegatedDurationField
DelegatedDurationField delegates each method call to the
duration field it wraps. |
class |
DividedDateTimeField
Divides a DateTimeField such that the retrieved values are reduced by a
fixed divisor.
|
class |
ImpreciseDateTimeField
Abstract datetime field class that defines its own DurationField, which
delegates back into this ImpreciseDateTimeField.
|
class |
LenientDateTimeField
Converts a strict DateTimeField into a lenient one.
|
class |
MillisDurationField
Duration field class representing a field with a fixed unit length of one
millisecond.
|
class |
OffsetDateTimeField
Generic offset adjusting datetime field.
|
class |
PreciseDateTimeField
Precise datetime field, composed of two precise duration fields.
|
class |
PreciseDurationDateTimeField
Precise datetime field, which has a precise unit duration field.
|
class |
PreciseDurationField
Duration field class representing a field with a fixed unit length.
|
class |
RemainderDateTimeField
Counterpart remainder datetime field to
DividedDateTimeField. |
class |
ScaledDurationField
Scales a DurationField such that it's unit millis becomes larger in
magnitude.
|
class |
SkipDateTimeField
Wraps another field such that a certain value is skipped.
|
class |
SkipUndoDateTimeField
Wraps another field such that a certain value is added back into
the sequence of numbers.
|
class |
StrictDateTimeField
Converts a lenient DateTimeField into a strict one.
|
class |
UnsupportedDateTimeField
A placeholder implementation to use when a datetime field is not supported.
|
class |
UnsupportedDurationField
A placeholder implementation to use when a duration field is not supported.
|
class |
ZeroIsMaxDateTimeField
Wraps another field such that zero values are replaced with one more than
it's maximum.
|
Copyright © 2013 os-cillation GmbH. All rights reserved.