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

I

IllegalFieldValueException - Exception in org.joda.time
Exception thrown when attempting to set a field outside its supported range.
IllegalFieldValueException(DateTimeFieldType, Number, Number, Number) - Constructor for exception org.joda.time.IllegalFieldValueException
Constructor.
IllegalFieldValueException(DateTimeFieldType, Number, String) - Constructor for exception org.joda.time.IllegalFieldValueException
Constructor.
IllegalFieldValueException(DurationFieldType, Number, Number, Number) - Constructor for exception org.joda.time.IllegalFieldValueException
Constructor.
IllegalFieldValueException(String, Number, Number, Number) - Constructor for exception org.joda.time.IllegalFieldValueException
Constructor.
IllegalFieldValueException(DateTimeFieldType, String) - Constructor for exception org.joda.time.IllegalFieldValueException
Constructor.
IllegalFieldValueException(DurationFieldType, String) - Constructor for exception org.joda.time.IllegalFieldValueException
Constructor.
IllegalFieldValueException(String, String) - Constructor for exception org.joda.time.IllegalFieldValueException
Constructor.
ImpreciseDateTimeField - Class in org.joda.time.field
Abstract datetime field class that defines its own DurationField, which delegates back into this ImpreciseDateTimeField.
ImpreciseDateTimeField(DateTimeFieldType, long) - Constructor for class org.joda.time.field.ImpreciseDateTimeField
Constructor.
indexOf(DateTimeFieldType) - Method in class org.joda.time.base.AbstractPartial
Gets the index of the specified field, or -1 if the field is unsupported.
indexOf(DurationFieldType) - Method in class org.joda.time.base.AbstractPartial
Gets the index of the first fields to have the specified duration, or -1 if the field is unsupported.
indexOf(DurationFieldType) - Method in class org.joda.time.base.AbstractPeriod
Gets the index of the field in this period.
indexOf(DurationFieldType) - Method in class org.joda.time.PeriodType
Gets the index of the field in this period.
indexOfSupported(DateTimeFieldType) - Method in class org.joda.time.base.AbstractPartial
Gets the index of the specified field, throwing an exception if the field is unsupported.
indexOfSupported(DurationFieldType) - Method in class org.joda.time.base.AbstractPartial
Gets the index of the first fields to have the specified duration, throwing an exception if the field is unsupported.
INSTANCE - Static variable in class org.joda.time.field.MillisDurationField
Singleton instance.
Instant - Class in org.joda.time
Instant is the standard implementation of a fully immutable instant in time.
Instant() - Constructor for class org.joda.time.Instant
Constructs an instance set to the current system millisecond time.
Instant(long) - Constructor for class org.joda.time.Instant
Constructs an instance set to the milliseconds from 1970-01-01T00:00:00Z.
Instant(Object) - Constructor for class org.joda.time.Instant
Constructs an instance from an Object that represents a datetime.
InstantConverter - Interface in org.joda.time.convert
InstantConverter defines how an object is converted to milliseconds/chronology.
Interval - Class in org.joda.time
Interval is the standard implementation of an immutable time interval.
Interval(long, long) - Constructor for class org.joda.time.Interval
Constructs an interval from a start and end instant with the ISO default chronology in the default time zone.
Interval(long, long, DateTimeZone) - Constructor for class org.joda.time.Interval
Constructs an interval from a start and end instant with the ISO default chronology in the specified time zone.
Interval(long, long, Chronology) - Constructor for class org.joda.time.Interval
Constructs an interval from a start and end instant with the specified chronology.
Interval(ReadableInstant, ReadableInstant) - Constructor for class org.joda.time.Interval
Constructs an interval from a start and end instant.
Interval(ReadableInstant, ReadableDuration) - Constructor for class org.joda.time.Interval
Constructs an interval from a start instant and a duration.
Interval(ReadableDuration, ReadableInstant) - Constructor for class org.joda.time.Interval
Constructs an interval from a millisecond duration and an end instant.
Interval(ReadableInstant, ReadablePeriod) - Constructor for class org.joda.time.Interval
Constructs an interval from a start instant and a time period.
Interval(ReadablePeriod, ReadableInstant) - Constructor for class org.joda.time.Interval
Constructs an interval from a time period and an end instant.
Interval(Object) - Constructor for class org.joda.time.Interval
Constructs a time interval by converting or copying from another object.
Interval(Object, Chronology) - Constructor for class org.joda.time.Interval
Constructs a time interval by converting or copying from another object, overriding the chronology.
IntervalConverter - Interface in org.joda.time.convert
IntervalConverter defines how an object is converted to an interval.
isAfter(long) - Method in class org.joda.time.base.AbstractInstant
Is this instant after the millisecond instant passed in comparing solely by millisecond.
isAfter(ReadableInstant) - Method in class org.joda.time.base.AbstractInstant
Is this instant after the instant passed in comparing solely by millisecond.
isAfter(long) - Method in class org.joda.time.base.AbstractInterval
Is this time interval after the specified millisecond instant.
isAfter(ReadableInstant) - Method in class org.joda.time.base.AbstractInterval
Is this time interval after the specified instant.
isAfter(ReadableInterval) - Method in class org.joda.time.base.AbstractInterval
Is this time interval entirely after the specified interval.
isAfter(ReadablePartial) - Method in class org.joda.time.base.AbstractPartial
Is this partial later than the specified partial.
isAfter(ReadableInstant) - Method in interface org.joda.time.ReadableInstant
Is this instant after the instant passed in comparing solely by millisecond.
isAfter(ReadableInstant) - Method in interface org.joda.time.ReadableInterval
Is this time interval after the specified instant.
isAfter(ReadableInterval) - Method in interface org.joda.time.ReadableInterval
Is this time interval entirely after the specified interval.
isAfterNow() - Method in class org.joda.time.base.AbstractInstant
Is this instant after the current instant comparing solely by millisecond.
isAfterNow() - Method in class org.joda.time.base.AbstractInterval
Is this time interval after the current instant.
isBefore(long) - Method in class org.joda.time.base.AbstractInstant
Is this instant before the millisecond instant passed in comparing solely by millisecond.
isBefore(ReadableInstant) - Method in class org.joda.time.base.AbstractInstant
Is this instant before the instant passed in comparing solely by millisecond.
isBefore(long) - Method in class org.joda.time.base.AbstractInterval
Is this time interval before the specified millisecond instant.
isBefore(ReadableInstant) - Method in class org.joda.time.base.AbstractInterval
Is this time interval before the specified instant.
isBefore(ReadableInterval) - Method in class org.joda.time.base.AbstractInterval
Is this time interval entirely before the specified instant.
isBefore(ReadablePartial) - Method in class org.joda.time.base.AbstractPartial
Is this partial earlier than the specified partial.
isBefore(ReadableInstant) - Method in interface org.joda.time.ReadableInstant
Is this instant before the instant passed in comparing solely by millisecond.
isBefore(ReadableInstant) - Method in interface org.joda.time.ReadableInterval
Is this time interval before the specified instant.
isBefore(ReadableInterval) - Method in interface org.joda.time.ReadableInterval
Is this time interval entirely before the specified interval.
isBeforeNow() - Method in class org.joda.time.base.AbstractInstant
Is this instant before the current instant comparing solely by millisecond.
isBeforeNow() - Method in class org.joda.time.base.AbstractInterval
Is this time interval before the current instant.
isContiguous(ReadablePartial) - Static method in class org.joda.time.DateTimeUtils
Checks whether the partial is contiguous.
isEqual(ReadableDuration) - Method in class org.joda.time.base.AbstractDuration
Is the length of this duration equal to the duration passed in.
isEqual(long) - Method in class org.joda.time.base.AbstractInstant
Is this instant equal to the millisecond instant passed in comparing solely by millisecond.
isEqual(ReadableInstant) - Method in class org.joda.time.base.AbstractInstant
Is this instant equal to the instant passed in comparing solely by millisecond.
isEqual(ReadablePartial) - Method in class org.joda.time.base.AbstractPartial
Is this partial the same as the specified partial.
isEqual(ReadableDuration) - Method in interface org.joda.time.ReadableDuration
Is the length of this duration equal to the duration passed in.
isEqual(ReadableInstant) - Method in interface org.joda.time.ReadableInstant
Is this instant equal to the instant passed in comparing solely by millisecond.
isEqualNow() - Method in class org.joda.time.base.AbstractInstant
Is this instant equal to the current instant comparing solely by millisecond.
isFixed() - Method in class org.joda.time.DateTimeZone
Returns true if this time zone has no transitions.
isFixed() - Method in class org.joda.time.tz.CachedDateTimeZone
 
isFixed() - Method in class org.joda.time.tz.FixedDateTimeZone
 
isGreaterThan(Days) - Method in class org.joda.time.Days
Is this days instance greater than the specified number of days.
isGreaterThan(Hours) - Method in class org.joda.time.Hours
Is this hours instance greater than the specified number of hours.
isGreaterThan(Minutes) - Method in class org.joda.time.Minutes
Is this minutes instance greater than the specified number of minutes.
isGreaterThan(Months) - Method in class org.joda.time.Months
Is this months instance greater than the specified number of months.
isGreaterThan(Seconds) - Method in class org.joda.time.Seconds
Is this seconds instance greater than the specified number of seconds.
isGreaterThan(Weeks) - Method in class org.joda.time.Weeks
Is this weeks instance greater than the specified number of weeks.
isGreaterThan(Years) - Method in class org.joda.time.Years
Is this years instance greater than the specified number of years.
IslamicChronology - Class in org.joda.time.chrono
Implements the Islamic, or Hijri, calendar system using arithmetic rules.
IslamicChronology.LeapYearPatternType - Class in org.joda.time.chrono
Opaque object describing a leap year pattern for the Islamic Chronology.
isLeap(long) - Method in class org.joda.time.DateTimeField
Returns whether this field is 'leap' for the specified instant.
isLeap() - Method in class org.joda.time.field.AbstractReadableInstantFieldProperty
Gets whether this field is leap.
isLeap(long) - Method in class org.joda.time.field.BaseDateTimeField
Returns whether this field is 'leap' for the specified instant.
isLeap(long) - Method in class org.joda.time.field.DelegatedDateTimeField
 
isLeap(long) - Method in class org.joda.time.field.OffsetDateTimeField
 
isLeap(long) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
isLeap(long) - Method in class org.joda.time.field.ZeroIsMaxDateTimeField
 
isLenient() - Method in class org.joda.time.DateTimeField
Returns true if the set method is lenient.
isLenient() - Method in class org.joda.time.field.DecoratedDateTimeField
 
isLenient() - Method in class org.joda.time.field.DelegatedDateTimeField
 
isLenient() - Method in class org.joda.time.field.LenientDateTimeField
 
isLenient() - Method in class org.joda.time.field.PreciseDurationDateTimeField
Returns false by default.
isLenient() - Method in class org.joda.time.field.StrictDateTimeField
 
isLenient() - Method in class org.joda.time.field.UnsupportedDateTimeField
This field is not lenient.
isLessThan(Days) - Method in class org.joda.time.Days
Is this days instance less than the specified number of days.
isLessThan(Hours) - Method in class org.joda.time.Hours
Is this hours instance less than the specified number of hours.
isLessThan(Minutes) - Method in class org.joda.time.Minutes
Is this minutes instance less than the specified number of minutes.
isLessThan(Months) - Method in class org.joda.time.Months
Is this months instance less than the specified number of months.
isLessThan(Seconds) - Method in class org.joda.time.Seconds
Is this seconds instance less than the specified number of seconds.
isLessThan(Weeks) - Method in class org.joda.time.Weeks
Is this weeks instance less than the specified number of weeks.
isLessThan(Years) - Method in class org.joda.time.Years
Is this years instance less than the specified number of years.
isLocalDateTimeGap(LocalDateTime) - Method in class org.joda.time.DateTimeZone
Checks if the given LocalDateTime is within a gap.
isLongerThan(ReadableDuration) - Method in class org.joda.time.base.AbstractDuration
Is the length of this duration longer than the duration passed in.
isLongerThan(ReadableDuration) - Method in interface org.joda.time.ReadableDuration
Is the length of this duration longer than the duration passed in.
isMatch(ReadableInstant) - Method in class org.joda.time.Partial
Does this partial match the specified instant.
isMatch(ReadablePartial) - Method in class org.joda.time.Partial
Does this partial match the specified partial.
ISOChronology - Class in org.joda.time.chrono
Implements a chronology that follows the rules of the ISO8601 standard, which is compatible with Gregorian for all modern dates.
ISODateTimeFormat - Class in org.joda.time.format
Factory that creates instances of DateTimeFormatter for the ISO8601 standard.
ISODateTimeFormat() - Constructor for class org.joda.time.format.ISODateTimeFormat
Constructor.
isOffsetParsed() - Method in class org.joda.time.format.DateTimeFormatter
Checks whether the offset from the string is used as the zone of the parsed datetime.
ISOPeriodFormat - Class in org.joda.time.format
Factory that creates instances of PeriodFormatter for the ISO8601 standard.
ISOPeriodFormat() - Constructor for class org.joda.time.format.ISOPeriodFormat
Constructor.
isParser() - Method in class org.joda.time.format.DateTimeFormatter
Is this formatter capable of parsing.
isParser() - Method in class org.joda.time.format.PeriodFormatter
Is this formatter capable of parsing.
isPrecise() - Method in class org.joda.time.DurationField
Is this field precise.
isPrecise() - Method in class org.joda.time.field.DecoratedDurationField
 
isPrecise() - Method in class org.joda.time.field.DelegatedDurationField
 
isPrecise() - Method in class org.joda.time.field.MillisDurationField
Returns true as this field is precise.
isPrecise() - Method in class org.joda.time.field.PreciseDurationField
This field is precise.
isPrecise() - Method in class org.joda.time.field.UnsupportedDurationField
This field is precise.
isPrinter() - Method in class org.joda.time.format.DateTimeFormatter
Is this formatter capable of printing.
isPrinter() - Method in class org.joda.time.format.PeriodFormatter
Is this formatter capable of printing.
isReadableInterval(Object, Chronology) - Method in class org.joda.time.convert.AbstractConverter
Checks if the input is a ReadableInterval.
isReadableInterval(Object, Chronology) - Method in interface org.joda.time.convert.IntervalConverter
Checks if the input is a ReadableInterval.
isShorterThan(ReadableDuration) - Method in class org.joda.time.base.AbstractDuration
Is the length of this duration shorter than the duration passed in.
isShorterThan(ReadableDuration) - Method in interface org.joda.time.ReadableDuration
Is the length of this duration shorter than the duration passed in.
isStandardOffset(long) - Method in class org.joda.time.DateTimeZone
Checks whether, at a particular instant, the offset is standard or not.
isSupported(DateTimeFieldType) - Method in class org.joda.time.base.AbstractInstant
Checks if the field type specified is supported by this instant and chronology.
isSupported(DateTimeFieldType) - Method in class org.joda.time.base.AbstractPartial
Checks whether the field specified is supported by this partial.
isSupported(DurationFieldType) - Method in class org.joda.time.base.AbstractPeriod
Checks whether the field specified is supported by this period.
isSupported(DurationFieldType) - Method in class org.joda.time.base.BaseSingleFieldPeriod
Checks whether the duration field specified is supported by this period.
isSupported() - Method in class org.joda.time.DateTimeField
Returns true if this field is supported.
isSupported(Chronology) - Method in class org.joda.time.DateTimeFieldType
Checks whether this field supported in the given Chronology.
isSupported() - Method in class org.joda.time.DurationField
Returns true if this field is supported.
isSupported(Chronology) - Method in class org.joda.time.DurationFieldType
Checks whether this field supported in the given Chronology.
isSupported() - Method in class org.joda.time.field.BaseDateTimeField
 
isSupported() - Method in class org.joda.time.field.BaseDurationField
 
isSupported() - Method in class org.joda.time.field.DelegatedDateTimeField
 
isSupported() - Method in class org.joda.time.field.DelegatedDurationField
Returns true if this field is supported.
isSupported() - Method in class org.joda.time.field.MillisDurationField
Returns true as this field is supported.
isSupported() - Method in class org.joda.time.field.UnsupportedDateTimeField
This field is not supported.
isSupported() - Method in class org.joda.time.field.UnsupportedDurationField
This field is not supported.
isSupported(DateTimeFieldType) - Method in class org.joda.time.LocalDate
Checks if the field type specified is supported by this local date and chronology.
isSupported(DurationFieldType) - Method in class org.joda.time.LocalDate
Checks if the duration type specified is supported by this local date and chronology.
isSupported(DateTimeFieldType) - Method in class org.joda.time.LocalDateTime
Checks if the field type specified is supported by this local datetime and chronology.
isSupported(DurationFieldType) - Method in class org.joda.time.LocalDateTime
Checks if the duration type specified is supported by this local datetime and chronology.
isSupported(DateTimeFieldType) - Method in class org.joda.time.LocalTime
Checks if the field type specified is supported by this local time and chronology.
isSupported(DurationFieldType) - Method in class org.joda.time.LocalTime
Checks if the duration type specified is supported by this local time and chronology.
isSupported(DurationFieldType) - Method in class org.joda.time.PeriodType
Checks whether the field specified is supported by this period.
isSupported(DateTimeFieldType) - Method in interface org.joda.time.ReadableInstant
Checks whether the field type specified is supported by this implementation.
isSupported(DateTimeFieldType) - Method in interface org.joda.time.ReadablePartial
Checks whether the field type specified is supported by this partial.
isSupported(DurationFieldType) - Method in interface org.joda.time.ReadablePeriod
Checks whether the field type specified is supported by this period.
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