Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.joda.time.field Classes and Interfaces - 25 results found.
NameDescriptionTypePackageFramework
AbstractPartialFieldPropertyAbstractPartialFieldProperty is a base class for binding a ReadablePartial to a DateTimeField.Classorg.joda.time.fieldJoda Time
AbstractReadableInstantFieldPropertyAbstractReadableInstantFieldProperty is a base class for binding a ReadableInstant to a DateTimeField.Classorg.joda.time.fieldJoda Time
BaseDateTimeFieldBaseDateTimeField provides the common behaviour for DateTimeField This class should generally not be used directly by API users.Classorg.joda.time.fieldJoda Time
BaseDurationFieldBaseDurationField provides the common behaviour for DurationField This class should generally not be used directly by API users.Classorg.joda.time.fieldJoda Time
DecoratedDateTimeFieldDecoratedDateTimeField extends BaseDateTimeField, implementing only the minimum required set of methods.Classorg.joda.time.fieldJoda Time
DecoratedDurationFieldDecoratedDurationField extends BaseDurationField, implementing only the minimum required set of methods.Classorg.joda.time.fieldJoda Time
DelegatedDateTimeFieldDelegatedDateTimeField delegates each method call to the date time field it wraps.Classorg.joda.time.fieldJoda Time
DelegatedDurationFieldDelegatedDurationField delegates each method call to the duration field it wraps.Classorg.joda.time.fieldJoda Time
DividedDateTimeFieldDivides a DateTimeField such that the retrieved values are reduced by a fixed divisor.Classorg.joda.time.fieldJoda Time
FieldUtilsGeneral utilities that don't fit elsewhere.Classorg.joda.time.fieldJoda Time
ImpreciseDateTimeFieldAbstract datetime field class that defines its own DurationField, which delegates back into this ImpreciseDateTimeField.Classorg.joda.time.fieldJoda Time
LenientDateTimeFieldConverts a strict DateTimeField into a lenient one.Classorg.joda.time.fieldJoda Time
MillisDurationFieldDuration field class representing a field with a fixed unit length of one MillisDurationField is thread-safe and immutable.Classorg.joda.time.fieldJoda Time
OffsetDateTimeFieldGeneric offset adjusting datetime field.Classorg.joda.time.fieldJoda Time
PreciseDateTimeFieldPrecise datetime field, composed of two precise duration fields.Classorg.joda.time.fieldJoda Time
PreciseDurationDateTimeFieldPrecise datetime field, which has a precise unit duration field.Classorg.joda.time.fieldJoda Time
PreciseDurationFieldDuration field class representing a field with a fixed unit length.Classorg.joda.time.fieldJoda Time
RemainderDateTimeFieldCounterpart remainder datetime field to DividedDateTimeField.Classorg.joda.time.fieldJoda Time
ScaledDurationFieldScales a DurationField such that it's unit millis becomes larger in ScaledDurationField is thread-safe and immutable.Classorg.joda.time.fieldJoda Time
SkipDateTimeFieldWraps another field such that a certain value is skipped.Classorg.joda.time.fieldJoda Time
SkipUndoDateTimeFieldWraps another field such that a certain value is added back into the sequence of numbers.Classorg.joda.time.fieldJoda Time
StrictDateTimeFieldConverts a lenient DateTimeField into a strict one.Classorg.joda.time.fieldJoda Time
UnsupportedDateTimeFieldA placeholder implementation to use when a datetime field is not supported.Classorg.joda.time.fieldJoda Time
UnsupportedDurationFieldA placeholder implementation to use when a duration field is not supported.Classorg.joda.time.fieldJoda Time
ZeroIsMaxDateTimeFieldWraps another field such that zero values are replaced with one more than it's maximum.Classorg.joda.time.fieldJoda Time