Alphabetical Index: I

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

I

Exception thrown when attempting to set a field outside its supported range.
Constructor.
Constructor.
Constructor.
Constructor.
Constructor.
Constructor.
Constructor.
Abstract datetime field class that defines its own DurationField, which delegates back into this ImpreciseDateTimeField.
Constructor.
indexOf(org.joda.time.DateTimeFieldType) - method in class org.joda.time.base.AbstractPartial
Gets the index of the specified field, or -1 if the field is unsupported.
indexOf(org.joda.time.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(org.joda.time.DurationFieldType) - method in class org.joda.time.base.AbstractPeriod
Gets the index of the field in this period.
Gets the index of the field in this period.
Gets the index of the specified field, throwing an exception if the field is unsupported.
Gets the index of the first fields to have the specified duration, throwing an exception if the field is unsupported.
INSTANCE - static field in class org.joda.time.field.MillisDurationField
Singleton instance.
Instant - class org.joda.time.Instant
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 org.joda.time.convert.InstantConverter
InstantConverter defines how an object is converted to milliseconds/chronology.
Interval - class org.joda.time.Interval
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,org.joda.time.Chronology) - constructor for class org.joda.time.Interval
Constructs an interval from a start and end instant with the specified chronology.
Interval(long,long,org.joda.time.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(Object) - constructor for class org.joda.time.Interval
Constructs a time interval by converting or copying from another object.
Interval(Object,org.joda.time.Chronology) - constructor for class org.joda.time.Interval
Constructs a time interval by converting or copying from another object, overriding the chronology.
Constructs an interval from a millisecond duration and an end instant.
Constructs an interval from a start instant and a duration.
Constructs an interval from a start and end instant.
Constructs an interval from a start instant and a time period.
Constructs an interval from a time period and an end instant.
IntervalConverter - interface org.joda.time.convert.IntervalConverter
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(long) - method in class org.joda.time.base.AbstractInterval
Is this time interval after the specified millisecond instant.
isAfter(org.joda.time.ReadableInstant) - method in class org.joda.time.base.AbstractInstant
Is this instant after the instant passed in comparing solely by millisecond.
isAfter(org.joda.time.ReadableInstant) - method in class org.joda.time.base.AbstractInterval
Is this time interval after the specified instant.
Is this instant after the instant passed in comparing solely by millisecond.
Is this time interval after the specified instant.
isAfter(org.joda.time.ReadableInterval) - method in class org.joda.time.base.AbstractInterval
Is this time interval entirely after the specified interval.
Is this time interval entirely after the specified interval.
isAfter(org.joda.time.ReadablePartial) - method in class org.joda.time.base.AbstractPartial
Is this partial later than the specified partial.
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(long) - method in class org.joda.time.base.AbstractInterval
Is this time interval before the specified millisecond instant.
isBefore(org.joda.time.ReadableInstant) - method in class org.joda.time.base.AbstractInstant
Is this instant before the instant passed in comparing solely by millisecond.
isBefore(org.joda.time.ReadableInstant) - method in class org.joda.time.base.AbstractInterval
Is this time interval before the specified instant.
Is this instant before the instant passed in comparing solely by millisecond.
Is this time interval before the specified instant.
isBefore(org.joda.time.ReadableInterval) - method in class org.joda.time.base.AbstractInterval
Is this time interval entirely before the specified instant.
Is this time interval entirely before the specified interval.
isBefore(org.joda.time.ReadablePartial) - method in class org.joda.time.base.AbstractPartial
Is this partial earlier than the specified partial.
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(org.joda.time.ReadablePartial) - static method in class org.joda.time.DateTimeUtils
Checks whether the partial is contiguous.
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(org.joda.time.ReadableDuration) - method in class org.joda.time.base.AbstractDuration
Is the length of this duration equal to the duration passed in.
Is the length of this duration equal to the duration passed in.
isEqual(org.joda.time.ReadableInstant) - method in class org.joda.time.base.AbstractInstant
Is this instant equal to the instant passed in comparing solely by millisecond.
Is this instant equal to the instant passed in comparing solely by millisecond.
isEqual(org.joda.time.ReadablePartial) - method in class org.joda.time.base.AbstractPartial
Is this partial the same as the specified partial.
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.tz.CachedDateTimeZone
Returns true if this time zone has no transitions.
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.FixedDateTimeZone
Returns true if this time zone has no transitions.
isGreaterThan(org.joda.time.Days) - method in class org.joda.time.Days
Is this days instance greater than the specified number of days.
isGreaterThan(org.joda.time.Hours) - method in class org.joda.time.Hours
Is this hours instance greater than the specified number of hours.
isGreaterThan(org.joda.time.Minutes) - method in class org.joda.time.Minutes
Is this minutes instance greater than the specified number of minutes.
isGreaterThan(org.joda.time.Months) - method in class org.joda.time.Months
Is this months instance greater than the specified number of months.
isGreaterThan(org.joda.time.Seconds) - method in class org.joda.time.Seconds
Is this seconds instance greater than the specified number of seconds.
isGreaterThan(org.joda.time.Weeks) - method in class org.joda.time.Weeks
Is this weeks instance greater than the specified number of weeks.
isGreaterThan(org.joda.time.Years) - method in class org.joda.time.Years
Is this years instance greater than the specified number of years.
IslamicChronology - class org.joda.time.chrono.IslamicChronology
Implements the Islamic, or Hijri, calendar system using arithmetic rules.
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.DateTimeField
Returns whether this field is 'leap' for the specified instant.
isLeap(long) - method in class org.joda.time.field.DelegatedDateTimeField
Returns whether this field is 'leap' for the specified instant.
isLeap(long) - method in class org.joda.time.field.OffsetDateTimeField
Returns whether this field is 'leap' for the specified instant.
isLeap(long) - method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
isLeap(long) - method in class org.joda.time.field.ZeroIsMaxDateTimeField
Returns whether this field is 'leap' for the specified instant.
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
Returns true if the set method is lenient.
isLenient() - method in class org.joda.time.field.LenientDateTimeField
Returns true if the set method is lenient.
isLenient() - method in class org.joda.time.field.PreciseDurationDateTimeField
Returns false by default.
isLenient() - method in class org.joda.time.field.StrictDateTimeField
Returns true if the set method is lenient.
isLenient() - method in class org.joda.time.field.UnsupportedDateTimeField
This field is not lenient.
isLessThan(org.joda.time.Days) - method in class org.joda.time.Days
Is this days instance less than the specified number of days.
isLessThan(org.joda.time.Hours) - method in class org.joda.time.Hours
Is this hours instance less than the specified number of hours.
isLessThan(org.joda.time.Minutes) - method in class org.joda.time.Minutes
Is this minutes instance less than the specified number of minutes.
isLessThan(org.joda.time.Months) - method in class org.joda.time.Months
Is this months instance less than the specified number of months.
isLessThan(org.joda.time.Seconds) - method in class org.joda.time.Seconds
Is this seconds instance less than the specified number of seconds.
isLessThan(org.joda.time.Weeks) - method in class org.joda.time.Weeks
Is this weeks instance less than the specified number of weeks.
isLessThan(org.joda.time.Years) - method in class org.joda.time.Years
Is this years instance less than the specified number of years.
Checks if the given LocalDateTime is within a gap.
Is the length of this duration longer than the duration passed in.
Is the length of this duration longer than the duration passed in.
isMatch(org.joda.time.ReadableInstant) - method in class org.joda.time.Partial
Does this partial match the specified instant.
isMatch(org.joda.time.ReadablePartial) - method in class org.joda.time.Partial
Does this partial match the specified partial.
ISOChronology - class org.joda.time.chrono.ISOChronology
Implements a chronology that follows the rules of the ISO8601 standard, which is compatible with Gregorian for all modern dates.
ISODateTimeFormat - class org.joda.time.format.ISODateTimeFormat
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 org.joda.time.format.ISOPeriodFormat
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.field.DecoratedDurationField
isPrecise() - method in class org.joda.time.field.DelegatedDurationField
isPrecise() - method in class org.joda.time.DurationField
Is this field precise.
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.
Checks if the input is a ReadableInterval.
Checks if the input is a ReadableInterval.
Is the length of this duration shorter than the duration passed in.
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() - method in class org.joda.time.field.BaseDateTimeField
isSupported() - method in class org.joda.time.field.BaseDurationField
isSupported() - method in class org.joda.time.DateTimeField
Returns true if this field is supported.
isSupported() - method in class org.joda.time.field.DelegatedDateTimeField
Returns true if this field is supported.
isSupported() - method in class org.joda.time.field.DelegatedDurationField
Returns true if this field is supported.
isSupported() - method in class org.joda.time.DurationField
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.
Checks whether this field supported in the given Chronology.
Checks whether this field supported in the given Chronology.
Checks if the field type specified is supported by this instant and chronology.
Checks whether the field specified is supported by this partial.
Checks if the field type specified is supported by this local date and chronology.
Checks if the field type specified is supported by this local datetime and chronology.
Checks if the field type specified is supported by this local time and chronology.
Checks whether the field type specified is supported by this implementation.
Checks whether the field type specified is supported by this partial.
Checks whether the field specified is supported by this period.
Checks whether the duration field specified is supported by this period.
Checks if the duration type specified is supported by this local date and chronology.
Checks if the duration type specified is supported by this local datetime and chronology.
Checks if the duration type specified is supported by this local time and chronology.
Checks whether the field specified is supported by this period.
Checks whether the field type specified is supported by this period.

Copyright (c) 2001-2006 - Joda.org