B C D F I L O S T V

B

baseDateTimeFieldArrayToInterval() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The array accepted by this function, as its input, contains two BaseDateTime objects used as the start and end of the Interval returned
baseDateTimeFieldArrayToInterval(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The array accepted by this function, as its input, contains two BaseDateTime objects used as the start and end of the Interval being created (with the given DateTimeZone)
baseDateTimeFieldArrayToInterval(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The array accepted by this function, as its input, contains two BaseDateTime objects used as the start and end of the Interval being created (with the given Chronology)
baseDateTimeFieldArrayToPeriod() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates a Period represented by the given start and end instants
baseDateTimeFieldArrayToPeriod(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates a Period with the specified Chronology.
baseDateTimeFieldArrayToPeriod(PeriodType) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates a Period with the specified PeriodType.
baseDateTimeFieldArrayToPeriod(PeriodType, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates a Period with the specified PeriodType and Chronology.
baseDateTimeFieldCollectionToInterval() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The two target elements accepted by this function are used as the start and end of the Interval returned
baseDateTimeFieldCollectionToInterval(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The two target elements accepted by this function are used as the start and end of the Interval being created with the given DateTimeZone
baseDateTimeFieldCollectionToInterval(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The two target elements accepted by this function are used as the start and end of the Interval being created with the given Chronology
baseDateTimeFieldCollectionToPeriod() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates a Period represented by the given start and end instants
baseDateTimeFieldCollectionToPeriod(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates a Period with the specified Chronology.
baseDateTimeFieldCollectionToPeriod(PeriodType) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates a Period with the specified PeriodType.
baseDateTimeFieldCollectionToPeriod(PeriodType, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates a Period with the specified PeriodType and Chronology.
baseDateTimeToStr() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input BaseDateTime into a String
baseDateTimeToStr(FnJodaToString.FormatType, String) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input BaseDateTime into a String by means of the given pattern or style (depending on the value of formatType parameter).
baseDateTimeToStr(FnJodaToString.FormatType, String, Locale) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input BaseDateTime into a String by means of the given pattern or style (depending on the value of formatType parameter).
baseDateTimeToStr(FnJodaToString.FormatType, String, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input BaseDateTime into a String by means of the given pattern or style (depending on the value of formatType parameter).
baseDateTimeToStr(FnJodaToString.FormatType, String, String) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input BaseDateTime into a String by means of the given pattern or style (depending on the value of formatType parameter).
baseDateTimeToStr(DateTimeFormatter) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input BaseDateTime into a String by means of the given DateTimeFormatter

C

calendarFieldArrayToInterval() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates an Interval from the input Calendar targets representing the start and end of the Interval
calendarFieldArrayToInterval(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates an Interval from the input Calendar targets representing the start and end.
calendarFieldArrayToInterval(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates an Interval from the input Calendar targets representing the start and end.
calendarFieldArrayToPeriod() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates a Period represented by the given start and end instants
calendarFieldArrayToPeriod(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates a Period with the specified Chronology.
calendarFieldArrayToPeriod(PeriodType) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates a Period with the specified PeriodType.
calendarFieldArrayToPeriod(PeriodType, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates a Period with the specified PeriodType and Chronology.
calendarFieldCollectionToInterval() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates an Interval from the input Calendar targets used as the start and end of the Interval
calendarFieldCollectionToInterval(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates an Interval from the input Calendar targets used as the start and end.
calendarFieldCollectionToInterval(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates an Interval from the input Calendar targets used as the start and end.
calendarFieldCollectionToPeriod() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates a Period represented by the given start and end instants.
calendarFieldCollectionToPeriod(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates a Period with the specified Chronology.
calendarFieldCollectionToPeriod(PeriodType) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates a Period with the specified PeriodType.
calendarFieldCollectionToPeriod(PeriodType, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates a Period with the specified PeriodType and Chronology.
calendarToDateMidnight() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts a Calendar into a DateMidnight
calendarToDateMidnight(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts a Calendar into a DateMidnight in the given DateTimeZone
calendarToDateMidnight(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts a Calendar into a DateMidnight with the given Chronology
calendarToDateTime() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts a Calendar into a DateTime
calendarToDateTime(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts a Calendar into a DateTime in the given DateTimeZone
calendarToDateTime(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts a Calendar into a DateTime with the given Chronology
calendarToLocalDate() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts a Calendar into a LocalDate
calendarToLocalDate(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts a Calendar into a LocalDate in the given DateTimeZone
calendarToLocalDate(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts a Calendar into a LocalDate with the given Chronology
calendarToLocalTime() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts a Calendar into a LocalTime
calendarToLocalTime(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts a Calendar into a LocalTime in the given DateTimeZone
calendarToLocalTime(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts a Calendar into a LocalTime with the given Chronology

D

dateFieldArrayToInterval() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates an Interval from the given Date elements.
dateFieldArrayToInterval(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates an Interval from the input Date elements.
dateFieldArrayToInterval(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates an Interval from the input Date elements.
dateFieldArrayToPeriod() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The function receives an Array of two Date elements used as the start and end of the Period it creates
dateFieldArrayToPeriod(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The function receives an Array of two Date elements used as the start and end of the Period it creates.
dateFieldArrayToPeriod(PeriodType) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The function receives an Array of two Date elements used as the start and end of the Period it creates.
dateFieldArrayToPeriod(PeriodType, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The function receives an Array of two Date elements used as the start and end of the Period it creates.
dateFieldCollectionToInterval() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates an Interval from the input Date elements
dateFieldCollectionToInterval(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates an Interval from the input Date elements.
dateFieldCollectionToInterval(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates an Interval from the input Date elements.
dateFieldCollectionToPeriod() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The function receives a Collection of two Date elements used as the start and end of the Period it creates
dateFieldCollectionToPeriod(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The function receives a Collection of two Date elements used as the start and end of the Period it creates.
dateFieldCollectionToPeriod(PeriodType) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The function receives a Collection of two Date elements used as the start and end of the Period it creates.
dateFieldCollectionToPeriod(PeriodType, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The function receives a Collection of two Date elements used as the start and end of the Period it creates.
dateToDateMidnight() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Date is converted into a DateMidnight
dateToDateMidnight(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Date is converted into a DateMidnight configured with the given DateTimeZone
dateToDateMidnight(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Date is converted into a DateMidnight with the given Chronology
dateToDateTime() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Date is converted into a DateTime
dateToDateTime(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Date is converted into a DateTime configured with the given DateTimeZone
dateToDateTime(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Date is converted into a DateTime with the given Chronology
dateToLocalDate() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Date is converted into a LocalDate
dateToLocalDate(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Date is converted into a LocalDate configured with the given DateTimeZone
dateToLocalDate(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Date is converted into a LocalDate with the given Chronology
dateToLocalTime() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The given Date is converted into a LocalTime
dateToLocalTime(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The given Date is converted into a LocalTime configured with the given DateTimeZone
dateToLocalTime(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The given Date is converted into a LocalTime with the given Chronology

F

FnJodaTimeUtils - Class in org.op4j.jodatime.functions
 
FnJodaToString - Class in org.op4j.jodatime.functions
 
FnJodaToString.FormatType - Enum in org.op4j.jodatime.functions
 
FnToDateMidnight - Class in org.op4j.jodatime.functions
 
FnToDateTime - Class in org.op4j.jodatime.functions
 
FnToInterval - Class in org.op4j.jodatime.functions
 
FnToLocalDate - Class in org.op4j.jodatime.functions
 
FnToLocalTime - Class in org.op4j.jodatime.functions
 
FnToPeriod - Class in org.op4j.jodatime.functions
 
fromBaseDateTime() - Static method in class org.op4j.jodatime.functions.FnJodaToString
It converts the input BaseDateTime into a String
fromBaseDateTime(FnJodaToString.FormatType, String) - Static method in class org.op4j.jodatime.functions.FnJodaToString
It converts the input BaseDateTime into a String by means of the given pattern or style (depending on the value of formatType parameter).
fromBaseDateTime(FnJodaToString.FormatType, String, Locale) - Static method in class org.op4j.jodatime.functions.FnJodaToString
It converts the input BaseDateTime into a String by means of the given pattern or style (depending on the value of formatType parameter).
fromBaseDateTime(FnJodaToString.FormatType, String, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaToString
It converts the input BaseDateTime into a String by means of the given pattern or style (depending on the value of formatType parameter).
fromBaseDateTime(FnJodaToString.FormatType, String, String) - Static method in class org.op4j.jodatime.functions.FnJodaToString
It converts the input BaseDateTime into a String by means of the given pattern or style (depending on the value of formatType parameter).
fromBaseDateTime(DateTimeFormatter) - Static method in class org.op4j.jodatime.functions.FnJodaToString
It converts the input BaseDateTime into a String by means of the given DateTimeFormatter
fromBaseDateTimeFieldArray() - Static method in class org.op4j.jodatime.functions.FnToInterval
The array accepted by this function, as its input, contains two BaseDateTime objects used as the start and end of the Interval returned
fromBaseDateTimeFieldArray(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToInterval
The array accepted by this function, as its input, contains two BaseDateTime objects used as the start and end of the Interval being created (with the given DateTimeZone)
fromBaseDateTimeFieldArray(Chronology) - Static method in class org.op4j.jodatime.functions.FnToInterval
The array accepted by this function, as its input, contains two BaseDateTime objects used as the start and end of the Interval being created (with the given Chronology)
fromBaseDateTimeFieldArray() - Static method in class org.op4j.jodatime.functions.FnToPeriod
It creates a Period represented by the given start and end instants
fromBaseDateTimeFieldArray(Chronology) - Static method in class org.op4j.jodatime.functions.FnToPeriod
It creates a Period with the specified Chronology.
fromBaseDateTimeFieldArray(PeriodType) - Static method in class org.op4j.jodatime.functions.FnToPeriod
It creates a Period with the specified PeriodType.
fromBaseDateTimeFieldArray(PeriodType, Chronology) - Static method in class org.op4j.jodatime.functions.FnToPeriod
It creates a Period with the specified PeriodType and Chronology.
fromBaseDateTimeFieldCollection() - Static method in class org.op4j.jodatime.functions.FnToInterval
The two target elements accepted by this function are used as the start and end of the Interval returned
fromBaseDateTimeFieldCollection(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToInterval
The two target elements accepted by this function are used as the start and end of the Interval being created with the given DateTimeZone
fromBaseDateTimeFieldCollection(Chronology) - Static method in class org.op4j.jodatime.functions.FnToInterval
The two target elements accepted by this function are used as the start and end of the Interval being created with the given Chronology
fromBaseDateTimeFieldCollection() - Static method in class org.op4j.jodatime.functions.FnToPeriod
It creates a Period represented by the given start and end instants
fromBaseDateTimeFieldCollection(Chronology) - Static method in class org.op4j.jodatime.functions.FnToPeriod
It creates a Period with the specified Chronology.
fromBaseDateTimeFieldCollection(PeriodType) - Static method in class org.op4j.jodatime.functions.FnToPeriod
It creates a Period with the specified PeriodType.
fromBaseDateTimeFieldCollection(PeriodType, Chronology) - Static method in class org.op4j.jodatime.functions.FnToPeriod
It creates a Period with the specified PeriodType and Chronology.
fromCalendar() - Static method in class org.op4j.jodatime.functions.FnToDateMidnight
It converts a Calendar into a DateMidnight
fromCalendar(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToDateMidnight
It converts a Calendar into a DateMidnight in the given DateTimeZone
fromCalendar(Chronology) - Static method in class org.op4j.jodatime.functions.FnToDateMidnight
It converts a Calendar into a DateMidnight with the given Chronology
fromCalendar() - Static method in class org.op4j.jodatime.functions.FnToDateTime
It converts a Calendar into a DateTime
fromCalendar(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToDateTime
It converts a Calendar into a DateTime in the given DateTimeZone
fromCalendar(Chronology) - Static method in class org.op4j.jodatime.functions.FnToDateTime
It converts a Calendar into a DateTime with the given Chronology
fromCalendar() - Static method in class org.op4j.jodatime.functions.FnToLocalDate
It converts a Calendar into a LocalDate
fromCalendar(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToLocalDate
It converts a Calendar into a LocalDate in the given DateTimeZone
fromCalendar(Chronology) - Static method in class org.op4j.jodatime.functions.FnToLocalDate
It converts a Calendar into a LocalDate with the given Chronology
fromCalendar() - Static method in class org.op4j.jodatime.functions.FnToLocalTime
It converts a Calendar into a LocalTime
fromCalendar(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToLocalTime
It converts a Calendar into a LocalTime in the given DateTimeZone
fromCalendar(Chronology) - Static method in class org.op4j.jodatime.functions.FnToLocalTime
It converts a Calendar into a LocalTime with the given Chronology
fromCalendarFieldArray() - Static method in class org.op4j.jodatime.functions.FnToInterval
It creates an Interval from the input Calendar targets representing the start and end of the Interval
fromCalendarFieldArray(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToInterval
It creates an Interval from the input Calendar targets representing the start and end.
fromCalendarFieldArray(Chronology) - Static method in class org.op4j.jodatime.functions.FnToInterval
It creates an Interval from the input Calendar targets representing the start and end.
fromCalendarFieldArray() - Static method in class org.op4j.jodatime.functions.FnToPeriod
It creates a Period represented by the given start and end instants
fromCalendarFieldArray(Chronology) - Static method in class org.op4j.jodatime.functions.FnToPeriod
It creates a Period with the specified Chronology.
fromCalendarFieldArray(PeriodType) - Static method in class org.op4j.jodatime.functions.FnToPeriod
It creates a Period with the specified PeriodType.
fromCalendarFieldArray(PeriodType, Chronology) - Static method in class org.op4j.jodatime.functions.FnToPeriod
It creates a Period with the specified PeriodType and Chronology.
fromCalendarFieldCollection() - Static method in class org.op4j.jodatime.functions.FnToInterval
It creates an Interval from the input Calendar targets used as the start and end of the Interval
fromCalendarFieldCollection(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToInterval
It creates an Interval from the input Calendar targets used as the start and end.
fromCalendarFieldCollection(Chronology) - Static method in class org.op4j.jodatime.functions.FnToInterval
It creates an Interval from the input Calendar targets used as the start and end.
fromCalendarFieldCollection() - Static method in class org.op4j.jodatime.functions.FnToPeriod
It creates a Period represented by the given start and end instants.
fromCalendarFieldCollection(Chronology) - Static method in class org.op4j.jodatime.functions.FnToPeriod
It creates a Period with the specified Chronology.
fromCalendarFieldCollection(PeriodType) - Static method in class org.op4j.jodatime.functions.FnToPeriod
It creates a Period with the specified PeriodType.
fromCalendarFieldCollection(PeriodType, Chronology) - Static method in class org.op4j.jodatime.functions.FnToPeriod
It creates a Period with the specified PeriodType and Chronology.
fromDate() - Static method in class org.op4j.jodatime.functions.FnToDateMidnight
The input Date is converted into a DateMidnight
fromDate(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToDateMidnight
The input Date is converted into a DateMidnight configured with the given DateTimeZone
fromDate(Chronology) - Static method in class org.op4j.jodatime.functions.FnToDateMidnight
The input Date is converted into a DateMidnight with the given Chronology
fromDate() - Static method in class org.op4j.jodatime.functions.FnToDateTime
The input Date is converted into a DateTime
fromDate(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToDateTime
The input Date is converted into a DateTime configured with the given DateTimeZone
fromDate(Chronology) - Static method in class org.op4j.jodatime.functions.FnToDateTime
The input Date is converted into a DateTime with the given Chronology
fromDate() - Static method in class org.op4j.jodatime.functions.FnToLocalDate
The input Date is converted into a LocalDate
fromDate(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToLocalDate
The input Date is converted into a LocalDate configured with the given DateTimeZone
fromDate(Chronology) - Static method in class org.op4j.jodatime.functions.FnToLocalDate
The input Date is converted into a LocalDate with the given Chronology
fromDate() - Static method in class org.op4j.jodatime.functions.FnToLocalTime
The given Date is converted into a LocalTime
fromDate(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToLocalTime
The given Date is converted into a LocalTime configured with the given DateTimeZone
fromDate(Chronology) - Static method in class org.op4j.jodatime.functions.FnToLocalTime
The given Date is converted into a LocalTime with the given Chronology
fromDateFieldArray() - Static method in class org.op4j.jodatime.functions.FnToInterval
It creates an Interval from the given Date elements.
fromDateFieldArray(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToInterval
It creates an Interval from the input Date elements.
fromDateFieldArray(Chronology) - Static method in class org.op4j.jodatime.functions.FnToInterval
It creates an Interval from the input Date elements.
fromDateFieldArray() - Static method in class org.op4j.jodatime.functions.FnToPeriod
The function receives an Array of two Date elements used as the start and end of the Period it creates
fromDateFieldArray(Chronology) - Static method in class org.op4j.jodatime.functions.FnToPeriod
The function receives an Array of two Date elements used as the start and end of the Period it creates.
fromDateFieldArray(PeriodType) - Static method in class org.op4j.jodatime.functions.FnToPeriod
The function receives an Array of two Date elements used as the start and end of the Period it creates.
fromDateFieldArray(PeriodType, Chronology) - Static method in class org.op4j.jodatime.functions.FnToPeriod
The function receives an Array of two Date elements used as the start and end of the Period it creates.
fromDateFieldCollection() - Static method in class org.op4j.jodatime.functions.FnToInterval
It creates an Interval from the input Date elements
fromDateFieldCollection(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToInterval
It creates an Interval from the input Date elements.
fromDateFieldCollection(Chronology) - Static method in class org.op4j.jodatime.functions.FnToInterval
It creates an Interval from the input Date elements.
fromDateFieldCollection() - Static method in class org.op4j.jodatime.functions.FnToPeriod
The function receives a Collection of two Date elements used as the start and end of the Period it creates
fromDateFieldCollection(Chronology) - Static method in class org.op4j.jodatime.functions.FnToPeriod
The function receives a Collection of two Date elements used as the start and end of the Period it creates.
fromDateFieldCollection(PeriodType) - Static method in class org.op4j.jodatime.functions.FnToPeriod
The function receives a Collection of two Date elements used as the start and end of the Period it creates.
fromDateFieldCollection(PeriodType, Chronology) - Static method in class org.op4j.jodatime.functions.FnToPeriod
The function receives a Collection of two Date elements used as the start and end of the Period it creates.
fromIntegerFieldArray() - Static method in class org.op4j.jodatime.functions.FnToDateMidnight
A DateMidnight is created from the input Integer array.
fromIntegerFieldArray(Chronology) - Static method in class org.op4j.jodatime.functions.FnToDateMidnight
A DateMidnight is created from the given Integer array.
fromIntegerFieldArray() - Static method in class org.op4j.jodatime.functions.FnToDateTime
A DateTime is created from the given Integer array.
fromIntegerFieldArray(Chronology) - Static method in class org.op4j.jodatime.functions.FnToDateTime
A DateTime is created from the given Integer array.
fromIntegerFieldArray() - Static method in class org.op4j.jodatime.functions.FnToInterval
It converts the given Integer elements into an Interval.
fromIntegerFieldArray(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToInterval
It converts the given Integer elements into an Interval with the given DateTimeZone.
fromIntegerFieldArray(Chronology) - Static method in class org.op4j.jodatime.functions.FnToInterval
It converts the given Integer elements into an Interval with the given Chronology.
fromIntegerFieldArray() - Static method in class org.op4j.jodatime.functions.FnToLocalDate
A LocalDate is created from the given integer array.
fromIntegerFieldArray(Chronology) - Static method in class org.op4j.jodatime.functions.FnToLocalDate
A LocalDate is created from the given integer array.
fromIntegerFieldArray() - Static method in class org.op4j.jodatime.functions.FnToLocalTime
A LocalTime is created from the given Integer Array.
fromIntegerFieldArray(Chronology) - Static method in class org.op4j.jodatime.functions.FnToLocalTime
A LocalTime is created from the given Integer array with the specified Chronology.
fromIntegerFieldArray() - Static method in class org.op4j.jodatime.functions.FnToPeriod
It creates a Period either: From an Integer[] representing the hours, minutes, seconds and milliseconds From an Integer[] representing the years, months, weeks, days, hours, minutes, seconds and milliseconds
fromIntegerFieldArray(PeriodType) - Static method in class org.op4j.jodatime.functions.FnToPeriod
It creates a Period with the specified PeriodType either: From an Integer[] representing the hours, minutes, seconds and milliseconds From an Integer[] representing the years, months, weeks, days, hours, minutes, seconds and milliseconds
fromIntegerFieldCollection() - Static method in class org.op4j.jodatime.functions.FnToDateMidnight
A DateMidnight is created from the input Integer Collection.
fromIntegerFieldCollection(Chronology) - Static method in class org.op4j.jodatime.functions.FnToDateMidnight
A DateMidnight is created from the input Integer Collection.
fromIntegerFieldCollection() - Static method in class org.op4j.jodatime.functions.FnToDateTime
A DateTime is created from the input Integer Collection.
fromIntegerFieldCollection(Chronology) - Static method in class org.op4j.jodatime.functions.FnToDateTime
A DateTime is created from the input Integer Collection.
fromIntegerFieldCollection() - Static method in class org.op4j.jodatime.functions.FnToInterval
It converts the input Integer elements into an Interval.
fromIntegerFieldCollection(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToInterval
It converts the input Integer elements into an Interval with the given DateTime.
fromIntegerFieldCollection(Chronology) - Static method in class org.op4j.jodatime.functions.FnToInterval
It converts the given Integer elements into an Interval.
fromIntegerFieldCollection() - Static method in class org.op4j.jodatime.functions.FnToLocalDate
A LocalDate is created from the given Integer Collection.
fromIntegerFieldCollection(Chronology) - Static method in class org.op4j.jodatime.functions.FnToLocalDate
A LocalDate is created from the given Integer Collection.
fromIntegerFieldCollection() - Static method in class org.op4j.jodatime.functions.FnToLocalTime
A LocalTime is created from the given Integer Collection.
fromIntegerFieldCollection(Chronology) - Static method in class org.op4j.jodatime.functions.FnToLocalTime
A LocalTime is created from the given Integer Collection with the specified Chronology.
fromIntegerFieldCollection() - Static method in class org.op4j.jodatime.functions.FnToPeriod
It creates a Period either: From a Collection of Integer representing the hours, minutes, seconds and milliseconds From a Collection of Integer representing the years, months, weeks, days, hours, minutes, seconds and milliseconds
fromIntegerFieldCollection(PeriodType) - Static method in class org.op4j.jodatime.functions.FnToPeriod
It creates a Period with the specified PeriodType either: From a Collection of Integer representing the hours, minutes, seconds and milliseconds From a Collection of Integer representing the years, months, weeks, days, hours, minutes, seconds and milliseconds
fromLocalDate() - Static method in class org.op4j.jodatime.functions.FnJodaToString
It converts the input LocalDate into a String
fromLocalDate(FnJodaToString.FormatType, String) - Static method in class org.op4j.jodatime.functions.FnJodaToString
It converts the input LocalDate into a String by means of the given pattern or style (depending on the formatType value)
fromLocalDate(FnJodaToString.FormatType, String, Locale) - Static method in class org.op4j.jodatime.functions.FnJodaToString
It converts the input LocalDate into a String by means of the given pattern or style (depending on the formatType value) with the given Locale
fromLocalDate(FnJodaToString.FormatType, String, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaToString
It converts the input LocalDate into a String by means of the given pattern or style (depending on the formatType value) with the given Chronology
fromLocalDate(FnJodaToString.FormatType, String, String) - Static method in class org.op4j.jodatime.functions.FnJodaToString
It converts the input LocalDate into a String by means of the given pattern or style (depending on the formatType value) with the given Locale
fromLocalDate(DateTimeFormatter) - Static method in class org.op4j.jodatime.functions.FnJodaToString
It converts the input LocalDate into a String by means of the given DateTimeFormatter
fromLocalTime() - Static method in class org.op4j.jodatime.functions.FnJodaToString
It converts the input LocalTime into a String
fromLocalTime(FnJodaToString.FormatType, String) - Static method in class org.op4j.jodatime.functions.FnJodaToString
It converts the input LocalTime into a String by means of the given pattern or style (depending on the value of formatType parameter).
fromLocalTime(FnJodaToString.FormatType, String, Locale) - Static method in class org.op4j.jodatime.functions.FnJodaToString
It converts the input LocalTime into a String by means of the given pattern or style (depending on the value of formatType parameter).
fromLocalTime(FnJodaToString.FormatType, String, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaToString
It converts the input LocalTime into a String by means of the given pattern or style (depending on the value of formatType parameter).
fromLocalTime(FnJodaToString.FormatType, String, String) - Static method in class org.op4j.jodatime.functions.FnJodaToString
It converts the input LocalTime into a String by means of the given pattern or style (depending on the value of formatType parameter).
fromLocalTime(DateTimeFormatter) - Static method in class org.op4j.jodatime.functions.FnJodaToString
It converts the input LocalTime into a String by means of the given DateTimeFormatter
fromLong() - Static method in class org.op4j.jodatime.functions.FnToDateMidnight
The input Long representing the time in milliseconds is converted into a DateMidnight
fromLong(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToDateMidnight
The input Long representing the time in milliseconds is converted into a DateMidnight in the given DateTimeZone
fromLong(Chronology) - Static method in class org.op4j.jodatime.functions.FnToDateMidnight
The input Long representing the time in milliseconds is converted into a DateMidnight with the given Chronology
fromLong() - Static method in class org.op4j.jodatime.functions.FnToDateTime
The input Long representing the time in milliseconds is converted into a DateTime
fromLong(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToDateTime
The input Long representing the time in milliseconds is converted into a DateTime in the given DateTimeZone
fromLong(Chronology) - Static method in class org.op4j.jodatime.functions.FnToDateTime
The input Long representing the time in milliseconds is converted into a DateTime with the given Chronology
fromLong() - Static method in class org.op4j.jodatime.functions.FnToLocalDate
The input Long representing the time in milliseconds is converted into a LocalDate
fromLong(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToLocalDate
The input Long representing the time in milliseconds is converted into a LocalDate in the given DateTimeZone
fromLong(Chronology) - Static method in class org.op4j.jodatime.functions.FnToLocalDate
The input Long representing the time in milliseconds is converted into a LocalDate with the given Chronology
fromLong() - Static method in class org.op4j.jodatime.functions.FnToLocalTime
The given long representing the time in milliseconds is converted into a LocalTime
fromLong(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToLocalTime
The given long representing the time in milliseconds is converted into a LocalTime in the given DateTimeZone
fromLong(Chronology) - Static method in class org.op4j.jodatime.functions.FnToLocalTime
The given long representing the time in milliseconds is converted into a LocalTime with the given Chronology
fromLong() - Static method in class org.op4j.jodatime.functions.FnToPeriod
The function receives a Long representing the Period duration in milliseconds and creates a Period with such duration
fromLong(Chronology) - Static method in class org.op4j.jodatime.functions.FnToPeriod
Creates a Period with the specified Chronology and, as the duration, the input received by this function (in milliseconds)
fromLong(PeriodType) - Static method in class org.op4j.jodatime.functions.FnToPeriod
Creates a Period with the specified PeriodType and, as the duration, the input received by this function (in milliseconds)
fromLong(PeriodType, Chronology) - Static method in class org.op4j.jodatime.functions.FnToPeriod
Creates a Period with the specified PeriodType and Chronology and, as the duration, the input received by this function (in milliseconds)
fromLongFieldArray() - Static method in class org.op4j.jodatime.functions.FnToInterval
The input Long targets representing the time in milliseconds will be used as the start and end of the Interval returned
fromLongFieldArray(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToInterval
The input Long targets representing the time in milliseconds will be used as the start and end of the Interval returned.
fromLongFieldArray(Chronology) - Static method in class org.op4j.jodatime.functions.FnToInterval
The input Long targets representing the time in milliseconds will be used as the start and end of the Interval returned.
fromLongFieldArray() - Static method in class org.op4j.jodatime.functions.FnToPeriod
The given Long targets representing the time in milliseconds will be used as the start and end instants of the Period returned
fromLongFieldArray(Chronology) - Static method in class org.op4j.jodatime.functions.FnToPeriod
The given Long targets representing the time in milliseconds will be used as the start and end instants of the Period returned
fromLongFieldArray(PeriodType) - Static method in class org.op4j.jodatime.functions.FnToPeriod
The given Long targets representing the time in milliseconds will be used as the start and end instants of the Period returned
fromLongFieldArray(PeriodType, Chronology) - Static method in class org.op4j.jodatime.functions.FnToPeriod
The given Long targets representing the time in milliseconds will be used as the start and end instants of the Period returned
fromLongFieldCollection() - Static method in class org.op4j.jodatime.functions.FnToInterval
The input Long targets representing the time in milliseconds will be used as the start and end of the Interval returned
fromLongFieldCollection(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToInterval
The input Long targets representing the time in milliseconds will be used as the start and end of the Interval returned.
fromLongFieldCollection(Chronology) - Static method in class org.op4j.jodatime.functions.FnToInterval
The input Long targets representing the time in milliseconds will be used as the start and end of the Interval returned.
fromLongFieldCollection() - Static method in class org.op4j.jodatime.functions.FnToPeriod
The given Long targets representing the time in milliseconds will be used as the start and end instants of the Period returned
fromLongFieldCollection(Chronology) - Static method in class org.op4j.jodatime.functions.FnToPeriod
The given Long targets representing the time in milliseconds will be used as the start and end instants of the Period returned
fromLongFieldCollection(PeriodType) - Static method in class org.op4j.jodatime.functions.FnToPeriod
The given Long targets representing the time in milliseconds will be used as the start and end instants of the Period returned
fromLongFieldCollection(PeriodType, Chronology) - Static method in class org.op4j.jodatime.functions.FnToPeriod
The given Long targets representing the time in milliseconds will be used as the start and end instants of the Period returned
fromString(String) - Static method in class org.op4j.jodatime.functions.FnToDateMidnight
It converts the input String into a DateMidnight using the given pattern parameter.
fromString(String, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToDateMidnight
It converts the input String into a DateMidnight using the given pattern parameter and with the given DateTimeZone.
fromString(String, Chronology) - Static method in class org.op4j.jodatime.functions.FnToDateMidnight
It converts the input String into a DateMidnight using the given pattern parameter and with the given Chronology.
fromString(String, Locale) - Static method in class org.op4j.jodatime.functions.FnToDateMidnight
It converts the input String into a DateMidnight using the given pattern and Locale parameters
fromString(String, String) - Static method in class org.op4j.jodatime.functions.FnToDateMidnight
It converts the input String into a DateMidnight using the given pattern and Locale parameters
fromString(String, Locale, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToDateMidnight
It converts the input String into a DateMidnight using the given pattern and Locale parameters.
fromString(String, String, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToDateMidnight
It converts the input String into a DateMidnight using the given pattern and Locale parameters.
fromString(String, Locale, Chronology) - Static method in class org.op4j.jodatime.functions.FnToDateMidnight
It converts the input String into a DateMidnight using the given pattern and Locale parameters.
fromString(String, String, Chronology) - Static method in class org.op4j.jodatime.functions.FnToDateMidnight
It converts the input String into a DateMidnight using the given pattern and Locale parameters.
fromString(String) - Static method in class org.op4j.jodatime.functions.FnToDateTime
It converts the input String into a DateTime using the given pattern parameter.
fromString(String, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToDateTime
It converts the input String into a DateTime using the given pattern parameter and with the given DateTimeZone.
fromString(String, Chronology) - Static method in class org.op4j.jodatime.functions.FnToDateTime
It converts the input String into a DateTime using the given pattern parameter and with the given Chronology.
fromString(String, Locale) - Static method in class org.op4j.jodatime.functions.FnToDateTime
It converts the input String into a DateTime using the given pattern and Locale parameters
fromString(String, String) - Static method in class org.op4j.jodatime.functions.FnToDateTime
It converts the given String into a DateTime using the given pattern and Locale parameters
fromString(String, Locale, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToDateTime
It converts the given String into a DateTime using the given pattern and Locale parameters.
fromString(String, String, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToDateTime
It converts the given String into a DateTime using the given pattern and Locale parameters.
fromString(String, Locale, Chronology) - Static method in class org.op4j.jodatime.functions.FnToDateTime
It converts the input String into a DateTime using the given pattern and Locale parameters.
fromString(String, String, Chronology) - Static method in class org.op4j.jodatime.functions.FnToDateTime
It converts the input String into a DateTime using the given pattern and Locale parameters.
fromString(String) - Static method in class org.op4j.jodatime.functions.FnToLocalDate
It converts the given String into a LocalDate using the given pattern parameter.
fromString(String, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToLocalDate
It converts the input String into a LocalDate using the given pattern parameter and with the given DateTimeZone.
fromString(String, Chronology) - Static method in class org.op4j.jodatime.functions.FnToLocalDate
It converts the input String into a LocalDate using the given pattern parameter and with the given Chronology.
fromString(String, Locale) - Static method in class org.op4j.jodatime.functions.FnToLocalDate
It converts the input String into a LocalDate using the given pattern and Locale parameters
fromString(String, String) - Static method in class org.op4j.jodatime.functions.FnToLocalDate
It converts the input String into a LocalDate using the given pattern and Locale parameters
fromString(String, Locale, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToLocalDate
It converts the input String into a LocalDate using the given pattern and Locale parameters.
fromString(String, String, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToLocalDate
It converts the input String into a LocalDate using the given pattern and Locale parameters.
fromString(String, Locale, Chronology) - Static method in class org.op4j.jodatime.functions.FnToLocalDate
It converts the input String into a LocalDate using the given pattern and Locale parameters.
fromString(String, String, Chronology) - Static method in class org.op4j.jodatime.functions.FnToLocalDate
It converts the input String into a LocalDate using the given pattern and Locale parameters.
fromString(String) - Static method in class org.op4j.jodatime.functions.FnToLocalTime
It converts the given String into a LocalTime using the given pattern parameter.
fromString(String, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToLocalTime
It converts the given String into a LocalTime using the given pattern parameter and with the specified DateTimeZone.
fromString(String, Chronology) - Static method in class org.op4j.jodatime.functions.FnToLocalTime
It converts the given String into a LocalTime using the given pattern parameter with the specified Chronology.
fromString(String, Locale) - Static method in class org.op4j.jodatime.functions.FnToLocalTime
It converts the given String into a LocalTime using the given pattern and Locale parameters
fromString(String, String) - Static method in class org.op4j.jodatime.functions.FnToLocalTime
It converts the given String into a LocalTime using the given pattern and Locale parameters
fromString(String, Locale, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToLocalTime
It converts the given String into a LocalTime using the given pattern and Locale parameters.
fromString(String, String, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToLocalTime
It converts the given String into a LocalTime using the given pattern and Locale parameters.
fromString(String, Locale, Chronology) - Static method in class org.op4j.jodatime.functions.FnToLocalTime
It converts the given String into a LocalTime using the given pattern and Locale parameters.
fromString(String, String, Chronology) - Static method in class org.op4j.jodatime.functions.FnToLocalTime
It converts the given String into a LocalTime using the given pattern and Locale parameters.
fromStringFieldArray() - Static method in class org.op4j.jodatime.functions.FnToDateMidnight
A DateMidnight is created from the given String array.
fromStringFieldArray(Chronology) - Static method in class org.op4j.jodatime.functions.FnToDateMidnight
A DateMidnight is created from the input String array.
fromStringFieldArray() - Static method in class org.op4j.jodatime.functions.FnToDateTime
A DateTime is created from the given String array.
fromStringFieldArray(Chronology) - Static method in class org.op4j.jodatime.functions.FnToDateTime
A DateTime is created from the given String array.
fromStringFieldArray() - Static method in class org.op4j.jodatime.functions.FnToInterval
It converts the input String elements into an Interval.
fromStringFieldArray(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToInterval
It converts the input String elements into an Interval.
fromStringFieldArray(Chronology) - Static method in class org.op4j.jodatime.functions.FnToInterval
It converts the given String elements into an Interval.
fromStringFieldArray(String) - Static method in class org.op4j.jodatime.functions.FnToInterval
It converts the given String elements into an Interval.
fromStringFieldArray(String, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToInterval
It converts the input String elements into an Interval.
fromStringFieldArray(String, Chronology) - Static method in class org.op4j.jodatime.functions.FnToInterval
It converts the input String elements into an Interval.
fromStringFieldArray(String, Locale) - Static method in class org.op4j.jodatime.functions.FnToInterval
It converts the input String elements into an Interval.
fromStringFieldArray(String, String) - Static method in class org.op4j.jodatime.functions.FnToInterval
It converts the given String elements into an Interval.
fromStringFieldArray(String, Locale, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToInterval
It converts the given String elements into an Interval.
fromStringFieldArray(String, String, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToInterval
It converts the given String elements into an Interval.
fromStringFieldArray(String, Locale, Chronology) - Static method in class org.op4j.jodatime.functions.FnToInterval
It converts the given String elements into an Interval.
fromStringFieldArray(String, String, Chronology) - Static method in class org.op4j.jodatime.functions.FnToInterval
It converts the given String elements into an Interval.
fromStringFieldArray() - Static method in class org.op4j.jodatime.functions.FnToLocalDate
A LocalDate is created from the given string array.
fromStringFieldArray(Chronology) - Static method in class org.op4j.jodatime.functions.FnToLocalDate
A LocalDate is created from the given string array.
fromStringFieldArray() - Static method in class org.op4j.jodatime.functions.FnToLocalTime
A LocalTime is created from the given String array.
fromStringFieldArray(Chronology) - Static method in class org.op4j.jodatime.functions.FnToLocalTime
A LocalTime is created from the given String array with the specified Chronology The valid input String[] represent: hour (minute, second and millisecond will be set to 0 in the output LocalTime) hour, minute (second and millisecond will be set to 0 in the output LocalTime) hour, minute, second (millisecond will be set to 0 in the output LocalTime) hour, minute, second, millisecond
fromStringFieldArray() - Static method in class org.op4j.jodatime.functions.FnToPeriod
A Period is created either: From a String[] representing the hours, minutes, seconds and milliseconds From a String[] representing the years, months, weeks, days, hours, minutes, seconds and milliseconds
fromStringFieldArray(PeriodType) - Static method in class org.op4j.jodatime.functions.FnToPeriod
A Period is created with the specified PeriodType either: From a String[] representing the hours, minutes, seconds and milliseconds From a String[] representing the years, months, weeks, days, hours, minutes, seconds and milliseconds
fromStringFieldCollection() - Static method in class org.op4j.jodatime.functions.FnToDateMidnight
A DateMidnight is created from the input String Collection.
fromStringFieldCollection(Chronology) - Static method in class org.op4j.jodatime.functions.FnToDateMidnight
A DateMidnight is created from the input String Collection.
fromStringFieldCollection() - Static method in class org.op4j.jodatime.functions.FnToDateTime
A DateTime is created from the given String Collection.
fromStringFieldCollection(Chronology) - Static method in class org.op4j.jodatime.functions.FnToDateTime
A DateTime is created from the given String Collection.
fromStringFieldCollection() - Static method in class org.op4j.jodatime.functions.FnToInterval
It converts the input String elements into an Interval.
fromStringFieldCollection(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToInterval
It converts the input String elements into an Interval.
fromStringFieldCollection(Chronology) - Static method in class org.op4j.jodatime.functions.FnToInterval
It converts the input String elements into an Interval.
fromStringFieldCollection(String) - Static method in class org.op4j.jodatime.functions.FnToInterval
It creates an Interval using the target String elements as the start and end.
fromStringFieldCollection(String, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToInterval
It creates an Interval from the given start and end String elements using the given pattern parameter and with the given DateTimeZone.
fromStringFieldCollection(String, Chronology) - Static method in class org.op4j.jodatime.functions.FnToInterval
It creates an Interval from the given start and end String elements using the given pattern parameter and with the given Chronology.
fromStringFieldCollection(String, Locale) - Static method in class org.op4j.jodatime.functions.FnToInterval
It creates an Interval from the given String elements using the given pattern and Locale parameters
fromStringFieldCollection(String, String) - Static method in class org.op4j.jodatime.functions.FnToInterval
It creates an Interval from the given String elements using the given pattern and Locale parameters
fromStringFieldCollection(String, Locale, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToInterval
It creates an Interval from the given String elements using the given pattern and Locale parameters.
fromStringFieldCollection(String, String, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToInterval
It creates an Interval from the given String elements using the given pattern and Locale parameters.
fromStringFieldCollection(String, Locale, Chronology) - Static method in class org.op4j.jodatime.functions.FnToInterval
It creates an Interval from the input String elements using the given pattern and Locale parameters.
fromStringFieldCollection(String, String, Chronology) - Static method in class org.op4j.jodatime.functions.FnToInterval
It creates an Interval from the input String elements using the given pattern and Locale parameters.
fromStringFieldCollection() - Static method in class org.op4j.jodatime.functions.FnToLocalDate
A LocalDate is created from the given String Collection.
fromStringFieldCollection(Chronology) - Static method in class org.op4j.jodatime.functions.FnToLocalDate
A LocalDate is created from the input String Collection.
fromStringFieldCollection() - Static method in class org.op4j.jodatime.functions.FnToLocalTime
A LocalTime is created from the given String Collection.
fromStringFieldCollection(Chronology) - Static method in class org.op4j.jodatime.functions.FnToLocalTime
A LocalTime is created from the given String Collection with the specified Chronology The valid input Collection<String> represent: hour (minute, second and millisecond will be set to 0 in the output LocalTime) hour, minute (second and millisecond will be set to 0 in the output LocalTime) hour, minute, second (millisecond will be set to 0 in the output LocalTime) hour, minute, second, millisecond
fromStringFieldCollection() - Static method in class org.op4j.jodatime.functions.FnToPeriod
A Period is created either: From a Collection of String representing the hours, minutes, seconds and milliseconds From a Collection of String representing the years, months, weeks, days, hours, minutes, seconds and milliseconds
fromStringFieldCollection(PeriodType) - Static method in class org.op4j.jodatime.functions.FnToPeriod
A Period is created with the specified PeriodType either: From a Collection of String representing the hours, minutes, seconds and milliseconds From a Collection of String representing the years, months, weeks, days, hours, minutes, seconds and milliseconds
fromTimestamp() - Static method in class org.op4j.jodatime.functions.FnToDateMidnight
The input Timestamp is converted into a DateMidnight
fromTimestamp(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToDateMidnight
The input Timestamp is converted into a DateMidnight in the given DateTimeZone
fromTimestamp(Chronology) - Static method in class org.op4j.jodatime.functions.FnToDateMidnight
The input Timestamp is converted into a DateMidnight with the given Chronology
fromTimestamp() - Static method in class org.op4j.jodatime.functions.FnToDateTime
The input Timestamp is converted into a DateTime
fromTimestamp(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToDateTime
The input Timestamp is converted into a DateTime in the given DateTimeZone
fromTimestamp(Chronology) - Static method in class org.op4j.jodatime.functions.FnToDateTime
The input Timestamp is converted into a DateTime with the given Chronology
fromTimestamp() - Static method in class org.op4j.jodatime.functions.FnToLocalDate
The input Timestamp is converted into a LocalDate
fromTimestamp(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToLocalDate
The input Timestamp is converted into a LocalDate in the given DateTimeZone
fromTimestamp(Chronology) - Static method in class org.op4j.jodatime.functions.FnToLocalDate
The input Timestamp is converted into a LocalDate with the given Chronology
fromTimestamp() - Static method in class org.op4j.jodatime.functions.FnToLocalTime
The given Timestamp is converted into a LocalTime
fromTimestamp(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToLocalTime
The given Timestamp is converted into a LocalTime in the given DateTimeZone
fromTimestamp(Chronology) - Static method in class org.op4j.jodatime.functions.FnToLocalTime
The given Timestamp is converted into a LocalTime with the given Chronology
fromTimestampFieldArray() - Static method in class org.op4j.jodatime.functions.FnToInterval
The input Timestamp target elements will be used as the start and end of the Interval returned
fromTimestampFieldArray(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToInterval
The input Timestamp target elements will be used as the start and end of the Interval returned with the given DateTimeZone
fromTimestampFieldArray(Chronology) - Static method in class org.op4j.jodatime.functions.FnToInterval
The input Timestamp target elements will be used as the start and end of the Interval returned with the given Chronology
fromTimestampFieldArray() - Static method in class org.op4j.jodatime.functions.FnToPeriod
The function receives an Array of two Timestamp elements used as the start and end of the Period it creates
fromTimestampFieldArray(Chronology) - Static method in class org.op4j.jodatime.functions.FnToPeriod
The function receives an Array of two Timestamp elements used as the start and end of the Period it creates.
fromTimestampFieldArray(PeriodType) - Static method in class org.op4j.jodatime.functions.FnToPeriod
The function receives an Array of two Timestamp elements used as the start and end of the Period it creates.
fromTimestampFieldArray(PeriodType, Chronology) - Static method in class org.op4j.jodatime.functions.FnToPeriod
The function receives an Array of two Timestamp elements used as the start and end of the Period it creates.
fromTimestampFieldCollection() - Static method in class org.op4j.jodatime.functions.FnToInterval
The input Timestamp target elements will be used as the start and end of the Interval returned
fromTimestampFieldCollection(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnToInterval
The input Timestamp target elements will be used as the start and end of the Interval returned with the given DateTimeZone
fromTimestampFieldCollection(Chronology) - Static method in class org.op4j.jodatime.functions.FnToInterval
The input Timestamp target elements will be used as the start and end of the Interval returned with the given Chronology
fromTimestampFieldCollection() - Static method in class org.op4j.jodatime.functions.FnToPeriod
The function receives a Collection of two Timestamp elements used as the start and end of the Period it creates
fromTimestampFieldCollection(Chronology) - Static method in class org.op4j.jodatime.functions.FnToPeriod
The function receives a Collection of two Timestamp elements used as the start and end of the Period it creates.
fromTimestampFieldCollection(PeriodType) - Static method in class org.op4j.jodatime.functions.FnToPeriod
The function receives a Collection of two Timestamp elements used as the start and end of the Period it creates.
fromTimestampFieldCollection(PeriodType, Chronology) - Static method in class org.op4j.jodatime.functions.FnToPeriod
The function receives a Collection of two Timestamp elements used as the start and end of the Period it creates.

I

integerFieldArrayToDateMidnight() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A DateMidnight is created from the input Integer array.
integerFieldArrayToDateMidnight(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A DateMidnight is created from the given Integer array.
integerFieldArrayToDateTime() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A DateTime is created from the given Integer array.
integerFieldArrayToDateTime(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A DateTime is created from the given Integer array.
integerFieldArrayToInterval() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the given Integer elements into an Interval.
integerFieldArrayToInterval(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the given Integer elements into an Interval with the given DateTimeZone.
integerFieldArrayToInterval(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the given Integer elements into an Interval with the given Chronology.
integerFieldArrayToLocalDate() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A LocalDate is created from the given integer array.
integerFieldArrayToLocalDate(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A LocalDate is created from the given integer array.
integerFieldArrayToLocalTime() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A LocalTime is created from the given Integer Array.
integerFieldArrayToLocalTime(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A LocalTime is created from the given Integer array with the specified Chronology.
integerFieldArrayToPeriod() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates a Period either: From an Integer[] representing the hours, minutes, seconds and milliseconds From an Integer[] representing the years, months, weeks, days, hours, minutes, seconds and milliseconds
integerFieldArrayToPeriod(PeriodType) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates a Period with the specified PeriodType either: From an Integer[] representing the hours, minutes, seconds and milliseconds From an Integer[] representing the years, months, weeks, days, hours, minutes, seconds and milliseconds
integerFieldCollectionToDateMidnight() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A DateMidnight is created from the input Integer Collection.
integerFieldCollectionToDateMidnight(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A DateMidnight is created from the input Integer Collection.
integerFieldCollectionToDateTime() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A DateTime is created from the input Integer Collection.
integerFieldCollectionToDateTime(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A DateTime is created from the input Integer Collection.
integerFieldCollectionToInterval() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input Integer elements into an Interval.
integerFieldCollectionToInterval(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input Integer elements into an Interval with the given DateTime.
integerFieldCollectionToInterval(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the given Integer elements into an Interval.
integerFieldCollectionToLocalDate() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A LocalDate is created from the given Integer Collection.
integerFieldCollectionToLocalDate(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A LocalDate is created from the given Integer Collection.
integerFieldCollectionToLocalTime() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A LocalTime is created from the given Integer Collection.
integerFieldCollectionToLocalTime(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A LocalTime is created from the given Integer Collection with the specified Chronology.
integerFieldCollectionToPeriod() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates a Period either: From a Collection of Integer representing the hours, minutes, seconds and milliseconds From a Collection of Integer representing the years, months, weeks, days, hours, minutes, seconds and milliseconds
integerFieldCollectionToPeriod(PeriodType) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates a Period with the specified PeriodType either: From a Collection of Integer representing the hours, minutes, seconds and milliseconds From a Collection of Integer representing the years, months, weeks, days, hours, minutes, seconds and milliseconds

L

localDateToStr() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input LocalDate into a String
localDateToStr(FnJodaToString.FormatType, String) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input LocalDate into a String by means of the given pattern or style (depending on the formatType value)
localDateToStr(FnJodaToString.FormatType, String, Locale) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input LocalDate into a String by means of the given pattern or style (depending on the formatType value) with the given Locale
localDateToStr(FnJodaToString.FormatType, String, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input LocalDate into a String by means of the given pattern or style (depending on the formatType value) with the given Chronology
localDateToStr(FnJodaToString.FormatType, String, String) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input LocalDate into a String by means of the given pattern or style (depending on the formatType value) with the given Locale
localDateToStr(DateTimeFormatter) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input LocalDate into a String by means of the given DateTimeFormatter
localTimeToStr() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input LocalTime into a String
localTimeToStr(FnJodaToString.FormatType, String) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input LocalTime into a String by means of the given pattern or style (depending on the value of formatType parameter).
localTimeToStr(FnJodaToString.FormatType, String, Locale) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input LocalTime into a String by means of the given pattern or style (depending on the value of formatType parameter).
localTimeToStr(FnJodaToString.FormatType, String, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input LocalTime into a String by means of the given pattern or style (depending on the value of formatType parameter).
localTimeToStr(FnJodaToString.FormatType, String, String) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input LocalTime into a String by means of the given pattern or style (depending on the value of formatType parameter).
localTimeToStr(DateTimeFormatter) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input LocalTime into a String by means of the given DateTimeFormatter
longFieldArrayToInterval() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Long targets representing the time in milliseconds will be used as the start and end of the Interval returned
longFieldArrayToInterval(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Long targets representing the time in milliseconds will be used as the start and end of the Interval returned.
longFieldArrayToInterval(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Long targets representing the time in milliseconds will be used as the start and end of the Interval returned.
longFieldArrayToPeriod() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The given Long targets representing the time in milliseconds will be used as the start and end instants of the Period returned
longFieldArrayToPeriod(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The given Long targets representing the time in milliseconds will be used as the start and end instants of the Period returned
longFieldArrayToPeriod(PeriodType) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The given Long targets representing the time in milliseconds will be used as the start and end instants of the Period returned
longFieldArrayToPeriod(PeriodType, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The given Long targets representing the time in milliseconds will be used as the start and end instants of the Period returned
longFieldCollectionToInterval() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Long targets representing the time in milliseconds will be used as the start and end of the Interval returned
longFieldCollectionToInterval(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Long targets representing the time in milliseconds will be used as the start and end of the Interval returned.
longFieldCollectionToInterval(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Long targets representing the time in milliseconds will be used as the start and end of the Interval returned.
longFieldCollectionToPeriod() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The given Long targets representing the time in milliseconds will be used as the start and end instants of the Period returned
longFieldCollectionToPeriod(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The given Long targets representing the time in milliseconds will be used as the start and end instants of the Period returned
longFieldCollectionToPeriod(PeriodType) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The given Long targets representing the time in milliseconds will be used as the start and end instants of the Period returned
longFieldCollectionToPeriod(PeriodType, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The given Long targets representing the time in milliseconds will be used as the start and end instants of the Period returned
longToDateMidnight() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Long representing the time in milliseconds is converted into a DateMidnight
longToDateMidnight(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Long representing the time in milliseconds is converted into a DateMidnight in the given DateTimeZone
longToDateMidnight(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Long representing the time in milliseconds is converted into a DateMidnight with the given Chronology
longToDateTime() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Long representing the time in milliseconds is converted into a DateTime
longToDateTime(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Long representing the time in milliseconds is converted into a DateTime in the given DateTimeZone
longToDateTime(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Long representing the time in milliseconds is converted into a DateTime with the given Chronology
longToLocalDate() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Long representing the time in milliseconds is converted into a LocalDate
longToLocalDate(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Long representing the time in milliseconds is converted into a LocalDate in the given DateTimeZone
longToLocalDate(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Long representing the time in milliseconds is converted into a LocalDate with the given Chronology
longToLocalTime() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The given long representing the time in milliseconds is converted into a LocalTime
longToLocalTime(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The given long representing the time in milliseconds is converted into a LocalTime in the given DateTimeZone
longToLocalTime(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The given long representing the time in milliseconds is converted into a LocalTime with the given Chronology
longToPeriod() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The function receives a Long representing the Period duration in milliseconds and creates a Period with such duration
longToPeriod(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
Creates a Period with the specified Chronology and, as the duration, the input received by this function (in milliseconds)
longToPeriod(PeriodType) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
Creates a Period with the specified PeriodType and, as the duration, the input received by this function (in milliseconds)
longToPeriod(PeriodType, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
Creates a Period with the specified PeriodType and Chronology and, as the duration, the input received by this function (in milliseconds)

O

org.op4j.jodatime.functions - package org.op4j.jodatime.functions
 

S

strFieldArrayToDateMidnight() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A DateMidnight is created from the given String array.
strFieldArrayToDateMidnight(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A DateMidnight is created from the input String array.
strFieldArrayToDateTime() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A DateTime is created from the given String array.
strFieldArrayToDateTime(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A DateTime is created from the given String array.
strFieldArrayToInterval() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String elements into an Interval.
strFieldArrayToInterval(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String elements into an Interval.
strFieldArrayToInterval(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the given String elements into an Interval.
strFieldArrayToInterval(String) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the given String elements into an Interval.
strFieldArrayToInterval(String, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String elements into an Interval.
strFieldArrayToInterval(String, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String elements into an Interval.
strFieldArrayToInterval(String, Locale) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String elements into an Interval.
strFieldArrayToInterval(String, String) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the given String elements into an Interval.
strFieldArrayToInterval(String, Locale, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the given String elements into an Interval.
strFieldArrayToInterval(String, String, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the given String elements into an Interval.
strFieldArrayToInterval(String, Locale, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the given String elements into an Interval.
strFieldArrayToInterval(String, String, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the given String elements into an Interval.
strFieldArrayToLocalDate() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A LocalDate is created from the given string array.
strFieldArrayToLocalDate(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A LocalDate is created from the given string array.
strFieldArrayToLocalTime() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A LocalTime is created from the given String array.
strFieldArrayToLocalTime(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A LocalTime is created from the given String array with the specified Chronology The valid input String[] represent: hour (minute, second and millisecond will be set to 0 in the output LocalTime) hour, minute (second and millisecond will be set to 0 in the output LocalTime) hour, minute, second (millisecond will be set to 0 in the output LocalTime) hour, minute, second, millisecond
strFieldArrayToPeriod() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A Period is created either: From a String[] representing the hours, minutes, seconds and milliseconds From a String[] representing the years, months, weeks, days, hours, minutes, seconds and milliseconds
strFieldArrayToPeriod(PeriodType) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A Period is created with the specified PeriodType either: From a String[] representing the hours, minutes, seconds and milliseconds From a String[] representing the years, months, weeks, days, hours, minutes, seconds and milliseconds
strFieldCollectionToDateMidnight() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A DateMidnight is created from the input String Collection.
strFieldCollectionToDateMidnight(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A DateMidnight is created from the input String Collection.
strFieldCollectionToDateTime() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A DateTime is created from the given String Collection.
strFieldCollectionToDateTime(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A DateTime is created from the given String Collection.
strFieldCollectionToInterval() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String elements into an Interval.
strFieldCollectionToInterval(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String elements into an Interval.
strFieldCollectionToInterval(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String elements into an Interval.
strFieldCollectionToInterval(String) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates an Interval using the target String elements as the start and end.
strFieldCollectionToInterval(String, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates an Interval from the given start and end String elements using the given pattern parameter and with the given DateTimeZone.
strFieldCollectionToInterval(String, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates an Interval from the given start and end String elements using the given pattern parameter and with the given Chronology.
strFieldCollectionToInterval(String, Locale) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates an Interval from the given String elements using the given pattern and Locale parameters
strFieldCollectionToInterval(String, String) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates an Interval from the given String elements using the given pattern and Locale parameters
strFieldCollectionToInterval(String, Locale, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates an Interval from the given String elements using the given pattern and Locale parameters.
strFieldCollectionToInterval(String, String, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates an Interval from the given String elements using the given pattern and Locale parameters.
strFieldCollectionToInterval(String, Locale, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates an Interval from the input String elements using the given pattern and Locale parameters.
strFieldCollectionToInterval(String, String, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It creates an Interval from the input String elements using the given pattern and Locale parameters.
strFieldCollectionToLocalDate() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A LocalDate is created from the given String Collection.
strFieldCollectionToLocalDate(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A LocalDate is created from the input String Collection.
strFieldCollectionToLocalTime() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A LocalTime is created from the given String Collection.
strFieldCollectionToLocalTime(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A LocalTime is created from the given String Collection with the specified Chronology The valid input Collection<String> represent: hour (minute, second and millisecond will be set to 0 in the output LocalTime) hour, minute (second and millisecond will be set to 0 in the output LocalTime) hour, minute, second (millisecond will be set to 0 in the output LocalTime) hour, minute, second, millisecond
strFieldCollectionToPeriod() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A Period is created either: From a Collection of String representing the hours, minutes, seconds and milliseconds From a Collection of String representing the years, months, weeks, days, hours, minutes, seconds and milliseconds
strFieldCollectionToPeriod(PeriodType) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
A Period is created with the specified PeriodType either: From a Collection of String representing the hours, minutes, seconds and milliseconds From a Collection of String representing the years, months, weeks, days, hours, minutes, seconds and milliseconds
strToDateMidnight(String) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String into a DateMidnight using the given pattern parameter.
strToDateMidnight(String, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String into a DateMidnight using the given pattern parameter and with the given DateTimeZone.
strToDateMidnight(String, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String into a DateMidnight using the given pattern parameter and with the given Chronology.
strToDateMidnight(String, Locale) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String into a DateMidnight using the given pattern and Locale parameters
strToDateMidnight(String, String) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String into a DateMidnight using the given pattern and Locale parameters
strToDateMidnight(String, Locale, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String into a DateMidnight using the given pattern and Locale parameters.
strToDateMidnight(String, String, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String into a DateMidnight using the given pattern and Locale parameters.
strToDateMidnight(String, Locale, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String into a DateMidnight using the given pattern and Locale parameters.
strToDateMidnight(String, String, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String into a DateMidnight using the given pattern and Locale parameters.
strToDateTime(String) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String into a DateTime using the given pattern parameter.
strToDateTime(String, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String into a DateTime using the given pattern parameter and with the given DateTimeZone.
strToDateTime(String, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String into a DateTime using the given pattern parameter and with the given Chronology.
strToDateTime(String, Locale) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String into a DateTime using the given pattern and Locale parameters
strToDateTime(String, String) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the given String into a DateTime using the given pattern and Locale parameters
strToDateTime(String, Locale, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the given String into a DateTime using the given pattern and Locale parameters.
strToDateTime(String, String, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the given String into a DateTime using the given pattern and Locale parameters.
strToDateTime(String, Locale, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String into a DateTime using the given pattern and Locale parameters.
strToDateTime(String, String, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String into a DateTime using the given pattern and Locale parameters.
strToLocalDate(String) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the given String into a LocalDate using the given pattern parameter.
strToLocalDate(String, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String into a LocalDate using the given pattern parameter and with the given DateTimeZone.
strToLocalDate(String, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String into a LocalDate using the given pattern parameter and with the given Chronology.
strToLocalDate(String, Locale) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String into a LocalDate using the given pattern and Locale parameters
strToLocalDate(String, String) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String into a LocalDate using the given pattern and Locale parameters
strToLocalDate(String, Locale, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String into a LocalDate using the given pattern and Locale parameters.
strToLocalDate(String, String, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String into a LocalDate using the given pattern and Locale parameters.
strToLocalDate(String, Locale, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String into a LocalDate using the given pattern and Locale parameters.
strToLocalDate(String, String, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the input String into a LocalDate using the given pattern and Locale parameters.
strToLocalTime(String) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the given String into a LocalTime using the given pattern parameter.
strToLocalTime(String, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the given String into a LocalTime using the given pattern parameter and with the specified DateTimeZone.
strToLocalTime(String, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the given String into a LocalTime using the given pattern parameter with the specified Chronology.
strToLocalTime(String, Locale) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the given String into a LocalTime using the given pattern and Locale parameters
strToLocalTime(String, String) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the given String into a LocalTime using the given pattern and Locale parameters
strToLocalTime(String, Locale, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the given String into a LocalTime using the given pattern and Locale parameters.
strToLocalTime(String, String, DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the given String into a LocalTime using the given pattern and Locale parameters.
strToLocalTime(String, Locale, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the given String into a LocalTime using the given pattern and Locale parameters.
strToLocalTime(String, String, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
It converts the given String into a LocalTime using the given pattern and Locale parameters.

T

timestampFieldArrayToInterval() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Timestamp target elements will be used as the start and end of the Interval returned
timestampFieldArrayToInterval(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Timestamp target elements will be used as the start and end of the Interval returned with the given DateTimeZone
timestampFieldArrayToInterval(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Timestamp target elements will be used as the start and end of the Interval returned with the given Chronology
timestampFieldArrayToPeriod() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The function receives an Array of two Timestamp elements used as the start and end of the Period it creates
timestampFieldArrayToPeriod(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The function receives an Array of two Timestamp elements used as the start and end of the Period it creates.
timestampFieldArrayToPeriod(PeriodType) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The function receives an Array of two Timestamp elements used as the start and end of the Period it creates.
timestampFieldArrayToPeriod(PeriodType, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The function receives an Array of two Timestamp elements used as the start and end of the Period it creates.
timestampFieldCollectionToInterval() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Timestamp target elements will be used as the start and end of the Interval returned
timestampFieldCollectionToInterval(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Timestamp target elements will be used as the start and end of the Interval returned with the given DateTimeZone
timestampFieldCollectionToInterval(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Timestamp target elements will be used as the start and end of the Interval returned with the given Chronology
timestampFieldCollectionToPeriod() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The function receives a Collection of two Timestamp elements used as the start and end of the Period it creates
timestampFieldCollectionToPeriod(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The function receives a Collection of two Timestamp elements used as the start and end of the Period it creates.
timestampFieldCollectionToPeriod(PeriodType) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The function receives a Collection of two Timestamp elements used as the start and end of the Period it creates.
timestampFieldCollectionToPeriod(PeriodType, Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The function receives a Collection of two Timestamp elements used as the start and end of the Period it creates.
timestampToDateMidnight() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Timestamp is converted into a DateMidnight
timestampToDateMidnight(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Timestamp is converted into a DateMidnight in the given DateTimeZone
timestampToDateMidnight(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Timestamp is converted into a DateMidnight with the given Chronology
timestampToDateTime() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Timestamp is converted into a DateTime
timestampToDateTime(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Timestamp is converted into a DateTime in the given DateTimeZone
timestampToDateTime(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Timestamp is converted into a DateTime with the given Chronology
timestampToLocalDate() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Timestamp is converted into a LocalDate
timestampToLocalDate(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Timestamp is converted into a LocalDate in the given DateTimeZone
timestampToLocalDate(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The input Timestamp is converted into a LocalDate with the given Chronology
timestampToLocalTime() - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The given Timestamp is converted into a LocalTime
timestampToLocalTime(DateTimeZone) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The given Timestamp is converted into a LocalTime in the given DateTimeZone
timestampToLocalTime(Chronology) - Static method in class org.op4j.jodatime.functions.FnJodaTimeUtils
The given Timestamp is converted into a LocalTime with the given Chronology

V

valueOf(String) - Static method in enum org.op4j.jodatime.functions.FnJodaToString.FormatType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.op4j.jodatime.functions.FnJodaToString.FormatType
Returns an array containing the constants of this enum type, in the order they are declared.

B C D F I L O S T V

Copyright © 2010 The OP4J team. All Rights Reserved.