Alphabetical Index: R

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 org.joda.time.ReadableDateTime
Defines an instant in time that can be queried using datetime fields.
ReadableDuration - interface org.joda.time.ReadableDuration
Defines an exact duration of time in milliseconds.
ReadableInstant - interface org.joda.time.ReadableInstant
Defines an instant in the datetime continuum.
ReadableInterval - interface org.joda.time.ReadableInterval
Readable interface for an interval of time between two instants.
ReadablePartial - interface org.joda.time.ReadablePartial
Defines a partial time that does not support every datetime field, and is thus a local time.
ReadablePeriod - interface org.joda.time.ReadablePeriod
Defines a time period specified in terms of individual duration fields such as years and days.
readFrom(DataInput,String) - static method in class org.joda.time.tz.DateTimeZoneBuilder
Decodes a built DateTimeZone from the given stream, as encoded by writeTo.
readFrom(InputStream,String) - static method in class org.joda.time.tz.DateTimeZoneBuilder
Decodes a built DateTimeZone from the given stream, as encoded by writeTo.
ReadWritableDateTime - interface org.joda.time.ReadWritableDateTime
Defines an instant in time that can be queried and modified using datetime fields.
ReadWritableInstant - interface org.joda.time.ReadWritableInstant
Defines an instant in the datetime continuum that can be queried and modified.
ReadWritableInterval - interface org.joda.time.ReadWritableInterval
Writable interface for an interval.
ReadWritablePeriod - interface org.joda.time.ReadWritablePeriod
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() - 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.DateTimeField
Returns the fractional duration milliseconds of this field.
remainder(long) - method in class org.joda.time.field.DelegatedDateTimeField
Returns the fractional duration milliseconds of this field.
remainder(long) - method in class org.joda.time.field.DividedDateTimeField
Returns the fractional duration milliseconds of this field.
remainder(long) - method in class org.joda.time.field.OffsetDateTimeField
Returns the fractional duration milliseconds of this field.
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
Returns the fractional duration milliseconds of this field.
remainder(long) - method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
remainder(long) - method in class org.joda.time.field.ZeroIsMaxDateTimeField
Returns the fractional duration milliseconds of this field.
Counterpart remainder datetime field to DividedDateTimeField.
Constructor.
Construct a RemainderDateTimeField that compliments the given DividedDateTimeField.
Construct a RemainderDateTimeField that compliments the given DividedDateTimeField.
Removes a converter from the set of converters.
Removes a converter from the set of converters.
Removes a converter from the set of converters.
Removes a converter from the set of converters.
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 field in class org.joda.time.MutableDateTime
Rounding mode as described by DateTimeField.roundCeiling(long)
ROUND_FLOOR - static field in class org.joda.time.MutableDateTime
Rounding mode as described by DateTimeField.roundFloor(long)
ROUND_HALF_CEILING - static field in class org.joda.time.MutableDateTime
Rounding mode as described by DateTimeField.roundHalfCeiling(long)
ROUND_HALF_EVEN - static field in class org.joda.time.MutableDateTime
Rounding mode as described by DateTimeField.roundHalfEven(long)
ROUND_HALF_FLOOR - static field in class org.joda.time.MutableDateTime
Rounding mode as described by DateTimeField.roundHalfFloor(long)
ROUND_NONE - static field in class org.joda.time.MutableDateTime
Rounding is disabled
roundCeiling() - method in class org.joda.time.MutableDateTime.Property
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.DateTimeField
Round to the highest whole unit of this field.
roundCeiling(long) - method in class org.joda.time.field.DelegatedDateTimeField
Round to the highest whole unit of this field.
roundCeiling(long) - method in class org.joda.time.field.OffsetDateTimeField
Round to the highest whole unit of this field.
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
Round to the highest whole unit of this field.
roundCeiling(long) - method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
roundCeiling(long) - method in class org.joda.time.field.ZeroIsMaxDateTimeField
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() - method in class org.joda.time.MutableDateTime.Property
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.DateTimeField
Round to the lowest whole unit of this field.
roundFloor(long) - method in class org.joda.time.field.DecoratedDateTimeField
Round to the lowest whole unit of this field.
roundFloor(long) - method in class org.joda.time.field.DelegatedDateTimeField
Round to the lowest whole unit of this field.
roundFloor(long) - method in class org.joda.time.field.DividedDateTimeField
Round to the lowest whole unit of this field.
roundFloor(long) - method in class org.joda.time.field.ImpreciseDateTimeField
Round to the lowest whole unit of this field.
roundFloor(long) - method in class org.joda.time.field.OffsetDateTimeField
Round to the lowest whole unit of this field.
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
Round to the lowest whole unit of this field.
roundFloor(long) - method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
roundFloor(long) - method in class org.joda.time.field.ZeroIsMaxDateTimeField
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() - method in class org.joda.time.MutableDateTime.Property
Round to the nearest whole unit of this field, favoring the ceiling if halfway.
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.DateTimeField
Round to the nearest whole unit of this field.
roundHalfCeiling(long) - method in class org.joda.time.field.DelegatedDateTimeField
Round to the nearest whole unit of this field.
roundHalfCeiling(long) - method in class org.joda.time.field.OffsetDateTimeField
Round to the nearest whole unit of this field.
roundHalfCeiling(long) - method in class org.joda.time.field.RemainderDateTimeField
Round to the nearest whole unit of this field.
roundHalfCeiling(long) - method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
roundHalfCeiling(long) - method in class org.joda.time.field.ZeroIsMaxDateTimeField
Round to the nearest whole unit of this field.
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() - method in class org.joda.time.MutableDateTime.Property
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.DateTimeField
Round to the nearest whole unit of this field.
roundHalfEven(long) - method in class org.joda.time.field.DelegatedDateTimeField
Round to the nearest whole unit of this field.
roundHalfEven(long) - method in class org.joda.time.field.OffsetDateTimeField
Round to the nearest whole unit of this field.
roundHalfEven(long) - method in class org.joda.time.field.RemainderDateTimeField
Round to the nearest whole unit of this field.
roundHalfEven(long) - method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
roundHalfEven(long) - method in class org.joda.time.field.ZeroIsMaxDateTimeField
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() - method in class org.joda.time.MutableDateTime.Property
Round to the nearest whole unit of this field, favoring the floor if halfway.
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.DateTimeField
Round to the nearest whole unit of this field.
roundHalfFloor(long) - method in class org.joda.time.field.DelegatedDateTimeField
Round to the nearest whole unit of this field.
roundHalfFloor(long) - method in class org.joda.time.field.OffsetDateTimeField
Round to the nearest whole unit of this field.
roundHalfFloor(long) - method in class org.joda.time.field.RemainderDateTimeField
Round to the nearest whole unit of this field.
roundHalfFloor(long) - method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
roundHalfFloor(long) - method in class org.joda.time.field.ZeroIsMaxDateTimeField
Round to the nearest whole unit of this field.
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.

Copyright (c) 2001-2006 - Joda.org