A B C D E F G H I J L M N O P R S T U V W Y Z 

R

ReadableDateTime - Interface in org.joda.time
Defines an instant in time that can be queried using datetime fields.
ReadableDuration - Interface in org.joda.time
Defines an exact duration of time in milliseconds.
ReadableInstant - Interface in org.joda.time
Defines an instant in the datetime continuum.
ReadableInterval - Interface in org.joda.time
Readable interface for an interval of time between two instants.
ReadablePartial - Interface in org.joda.time
Defines a partial time that does not support every datetime field, and is thus a local time.
ReadablePeriod - Interface in org.joda.time
Defines a time period specified in terms of individual duration fields such as years and days.
readFrom(InputStream, String) - Static method in class org.joda.time.tz.DateTimeZoneBuilder
Decodes a built DateTimeZone from the given stream, as encoded by writeTo.
readFrom(DataInput, String) - Static method in class org.joda.time.tz.DateTimeZoneBuilder
Decodes a built DateTimeZone from the given stream, as encoded by writeTo.
ReadWritableDateTime - Interface in org.joda.time
Defines an instant in time that can be queried and modified using datetime fields.
ReadWritableInstant - Interface in org.joda.time
Defines an instant in the datetime continuum that can be queried and modified.
ReadWritableInterval - Interface in org.joda.time
Writable interface for an interval.
ReadWritablePeriod - Interface in org.joda.time
Defines a duration of time that can be queried and modified using datetime fields.
rejectSignedValues(boolean) - Method in class org.joda.time.format.PeriodFormatterBuilder
Reject signed values when parsing the next and following appended fields.
remainder(long) - Method in class org.joda.time.DateTimeField
Returns the fractional duration milliseconds of this field.
remainder() - Method in class org.joda.time.field.AbstractReadableInstantFieldProperty
Returns the fractional duration milliseconds of this field.
remainder(long) - Method in class org.joda.time.field.BaseDateTimeField
Returns the fractional duration milliseconds of this field.
remainder(long) - Method in class org.joda.time.field.DelegatedDateTimeField
 
remainder(long) - Method in class org.joda.time.field.DividedDateTimeField
 
remainder(long) - Method in class org.joda.time.field.OffsetDateTimeField
 
remainder(long) - Method in class org.joda.time.field.PreciseDurationDateTimeField
This method assumes that this field is properly rounded on 1970-01-01T00:00:00.
remainder(long) - Method in class org.joda.time.field.RemainderDateTimeField
 
remainder(long) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
remainder(long) - Method in class org.joda.time.field.ZeroIsMaxDateTimeField
 
RemainderDateTimeField - Class in org.joda.time.field
Counterpart remainder datetime field to DividedDateTimeField.
RemainderDateTimeField(DateTimeField, DateTimeFieldType, int) - Constructor for class org.joda.time.field.RemainderDateTimeField
Constructor.
RemainderDateTimeField(DividedDateTimeField) - Constructor for class org.joda.time.field.RemainderDateTimeField
Construct a RemainderDateTimeField that compliments the given DividedDateTimeField.
RemainderDateTimeField(DividedDateTimeField, DateTimeFieldType) - Constructor for class org.joda.time.field.RemainderDateTimeField
Construct a RemainderDateTimeField that compliments the given DividedDateTimeField.
removeDurationConverter(DurationConverter) - Method in class org.joda.time.convert.ConverterManager
Removes a converter from the set of converters.
removeInstantConverter(InstantConverter) - Method in class org.joda.time.convert.ConverterManager
Removes a converter from the set of converters.
removeIntervalConverter(IntervalConverter) - Method in class org.joda.time.convert.ConverterManager
Removes a converter from the set of converters.
removePartialConverter(PartialConverter) - Method in class org.joda.time.convert.ConverterManager
Removes a converter from the set of converters.
removePeriodConverter(PeriodConverter) - Method in class org.joda.time.convert.ConverterManager
Removes a converter from the set of converters.
restoreState(Object) - Method in class org.joda.time.format.DateTimeParserBucket
Restores the state of this bucket from a previously saved state.
ROUND_CEILING - Static variable in class org.joda.time.MutableDateTime
Rounding mode as described by DateTimeField.roundCeiling(long)
ROUND_FLOOR - Static variable in class org.joda.time.MutableDateTime
Rounding mode as described by DateTimeField.roundFloor(long)
ROUND_HALF_CEILING - Static variable in class org.joda.time.MutableDateTime
Rounding mode as described by DateTimeField.roundHalfCeiling(long)
ROUND_HALF_EVEN - Static variable in class org.joda.time.MutableDateTime
Rounding mode as described by DateTimeField.roundHalfEven(long)
ROUND_HALF_FLOOR - Static variable in class org.joda.time.MutableDateTime
Rounding mode as described by DateTimeField.roundHalfFloor(long)
ROUND_NONE - Static variable in class org.joda.time.MutableDateTime
Rounding is disabled
roundCeiling(long) - Method in class org.joda.time.DateTimeField
Round to the highest whole unit of this field.
roundCeiling(long) - Method in class org.joda.time.field.BaseDateTimeField
Round to the highest whole unit of this field.
roundCeiling(long) - Method in class org.joda.time.field.DelegatedDateTimeField
 
roundCeiling(long) - Method in class org.joda.time.field.OffsetDateTimeField
 
roundCeiling(long) - Method in class org.joda.time.field.PreciseDurationDateTimeField
This method assumes that this field is properly rounded on 1970-01-01T00:00:00.
roundCeiling(long) - Method in class org.joda.time.field.RemainderDateTimeField
 
roundCeiling(long) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
roundCeiling(long) - Method in class org.joda.time.field.ZeroIsMaxDateTimeField
 
roundCeiling() - Method in class org.joda.time.MutableDateTime.Property
Round to the highest whole unit of this field.
roundCeilingCopy() - Method in class org.joda.time.DateMidnight.Property
Rounds to the highest whole unit of this field on a copy of this DateMidnight.
roundCeilingCopy() - Method in class org.joda.time.DateTime.Property
Rounds to the highest whole unit of this field on a copy of this DateTime.
roundCeilingCopy() - Method in class org.joda.time.LocalDate.Property
Rounds to the highest whole unit of this field on a copy of this LocalDate.
roundCeilingCopy() - Method in class org.joda.time.LocalDateTime.Property
Rounds to the highest whole unit of this field on a copy of this LocalDateTime.
roundCeilingCopy() - Method in class org.joda.time.LocalTime.Property
Rounds to the highest whole unit of this field on a copy of this LocalTime.
roundFloor(long) - Method in class org.joda.time.DateTimeField
Round to the lowest whole unit of this field.
roundFloor(long) - Method in class org.joda.time.field.BaseDateTimeField
Round to the lowest whole unit of this field.
roundFloor(long) - Method in class org.joda.time.field.DecoratedDateTimeField
 
roundFloor(long) - Method in class org.joda.time.field.DelegatedDateTimeField
 
roundFloor(long) - Method in class org.joda.time.field.DividedDateTimeField
 
roundFloor(long) - Method in class org.joda.time.field.ImpreciseDateTimeField
 
roundFloor(long) - Method in class org.joda.time.field.OffsetDateTimeField
 
roundFloor(long) - Method in class org.joda.time.field.PreciseDurationDateTimeField
This method assumes that this field is properly rounded on 1970-01-01T00:00:00.
roundFloor(long) - Method in class org.joda.time.field.RemainderDateTimeField
 
roundFloor(long) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
roundFloor(long) - Method in class org.joda.time.field.ZeroIsMaxDateTimeField
 
roundFloor() - Method in class org.joda.time.MutableDateTime.Property
Round to the lowest whole unit of this field.
roundFloorCopy() - Method in class org.joda.time.DateMidnight.Property
Rounds to the lowest whole unit of this field on a copy of this DateMidnight.
roundFloorCopy() - Method in class org.joda.time.DateTime.Property
Rounds to the lowest whole unit of this field on a copy of this DateTime.
roundFloorCopy() - Method in class org.joda.time.LocalDate.Property
Rounds to the lowest whole unit of this field on a copy of this LocalDate.
roundFloorCopy() - Method in class org.joda.time.LocalDateTime.Property
Rounds to the lowest whole unit of this field on a copy of this LocalDateTime.
roundFloorCopy() - Method in class org.joda.time.LocalTime.Property
Rounds to the lowest whole unit of this field on a copy of this LocalTime.
roundHalfCeiling(long) - Method in class org.joda.time.DateTimeField
Round to the nearest whole unit of this field.
roundHalfCeiling(long) - Method in class org.joda.time.field.BaseDateTimeField
Round to the nearest whole unit of this field.
roundHalfCeiling(long) - Method in class org.joda.time.field.DelegatedDateTimeField
 
roundHalfCeiling(long) - Method in class org.joda.time.field.OffsetDateTimeField
 
roundHalfCeiling(long) - Method in class org.joda.time.field.RemainderDateTimeField
 
roundHalfCeiling(long) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
roundHalfCeiling(long) - Method in class org.joda.time.field.ZeroIsMaxDateTimeField
 
roundHalfCeiling() - Method in class org.joda.time.MutableDateTime.Property
Round to the nearest whole unit of this field, favoring the ceiling if halfway.
roundHalfCeilingCopy() - Method in class org.joda.time.DateMidnight.Property
Rounds to the nearest whole unit of this field on a copy of this DateMidnight, favoring the ceiling if halfway.
roundHalfCeilingCopy() - Method in class org.joda.time.DateTime.Property
Rounds to the nearest whole unit of this field on a copy of this DateTime, favoring the ceiling if halfway.
roundHalfCeilingCopy() - Method in class org.joda.time.LocalDate.Property
Rounds to the nearest whole unit of this field on a copy of this LocalDate, favoring the ceiling if halfway.
roundHalfCeilingCopy() - Method in class org.joda.time.LocalDateTime.Property
Rounds to the nearest whole unit of this field on a copy of this LocalDateTime, favoring the ceiling if halfway.
roundHalfCeilingCopy() - Method in class org.joda.time.LocalTime.Property
Rounds to the nearest whole unit of this field on a copy of this LocalTime, favoring the ceiling if halfway.
roundHalfEven(long) - Method in class org.joda.time.DateTimeField
Round to the nearest whole unit of this field.
roundHalfEven(long) - Method in class org.joda.time.field.BaseDateTimeField
Round to the nearest whole unit of this field.
roundHalfEven(long) - Method in class org.joda.time.field.DelegatedDateTimeField
 
roundHalfEven(long) - Method in class org.joda.time.field.OffsetDateTimeField
 
roundHalfEven(long) - Method in class org.joda.time.field.RemainderDateTimeField
 
roundHalfEven(long) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
roundHalfEven(long) - Method in class org.joda.time.field.ZeroIsMaxDateTimeField
 
roundHalfEven() - Method in class org.joda.time.MutableDateTime.Property
Round to the nearest whole unit of this field.
roundHalfEvenCopy() - Method in class org.joda.time.DateMidnight.Property
Rounds to the nearest whole unit of this field on a copy of this DateMidnight.
roundHalfEvenCopy() - Method in class org.joda.time.DateTime.Property
Rounds to the nearest whole unit of this field on a copy of this DateTime.
roundHalfEvenCopy() - Method in class org.joda.time.LocalDate.Property
Rounds to the nearest whole unit of this field on a copy of this LocalDate.
roundHalfEvenCopy() - Method in class org.joda.time.LocalDateTime.Property
Rounds to the nearest whole unit of this field on a copy of this LocalDateTime.
roundHalfEvenCopy() - Method in class org.joda.time.LocalTime.Property
Rounds to the nearest whole unit of this field on a copy of this LocalTime.
roundHalfFloor(long) - Method in class org.joda.time.DateTimeField
Round to the nearest whole unit of this field.
roundHalfFloor(long) - Method in class org.joda.time.field.BaseDateTimeField
Round to the nearest whole unit of this field.
roundHalfFloor(long) - Method in class org.joda.time.field.DelegatedDateTimeField
 
roundHalfFloor(long) - Method in class org.joda.time.field.OffsetDateTimeField
 
roundHalfFloor(long) - Method in class org.joda.time.field.RemainderDateTimeField
 
roundHalfFloor(long) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
roundHalfFloor(long) - Method in class org.joda.time.field.ZeroIsMaxDateTimeField
 
roundHalfFloor() - Method in class org.joda.time.MutableDateTime.Property
Round to the nearest whole unit of this field, favoring the floor if halfway.
roundHalfFloorCopy() - Method in class org.joda.time.DateMidnight.Property
Rounds to the nearest whole unit of this field on a copy of this DateMidnight, favoring the floor if halfway.
roundHalfFloorCopy() - Method in class org.joda.time.DateTime.Property
Rounds to the nearest whole unit of this field on a copy of this DateTime, favoring the floor if halfway.
roundHalfFloorCopy() - Method in class org.joda.time.LocalDate.Property
Rounds to the nearest whole unit of this field on a copy of this LocalDate, favoring the floor if halfway.
roundHalfFloorCopy() - Method in class org.joda.time.LocalDateTime.Property
Rounds to the nearest whole unit of this field on a copy of this LocalDateTime, favoring the floor if halfway.
roundHalfFloorCopy() - Method in class org.joda.time.LocalTime.Property
Rounds to the nearest whole unit of this field on a copy of this LocalTime, favoring the floor if halfway.
A B C D E F G H I J L M N O P R S T U V W Y Z 

Copyright (c) 2001-2006 - Joda.org