|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.op4j.jodatime.functions.FnToInterval
public final class FnToInterval
| Method Summary | ||
|---|---|---|
static
|
fromBaseDateTimeFieldArray()
|
|
static
|
fromBaseDateTimeFieldArray(org.joda.time.Chronology chronology)
|
|
static
|
fromBaseDateTimeFieldArray(org.joda.time.DateTimeZone dateTimeZone)
|
|
static org.op4j.functions.Function<java.util.Collection<? extends org.joda.time.base.BaseDateTime>,org.joda.time.Interval> |
fromBaseDateTimeFieldCollection()
|
|
static org.op4j.functions.Function<java.util.Collection<? extends org.joda.time.base.BaseDateTime>,org.joda.time.Interval> |
fromBaseDateTimeFieldCollection(org.joda.time.Chronology chronology)
|
|
static org.op4j.functions.Function<java.util.Collection<? extends org.joda.time.base.BaseDateTime>,org.joda.time.Interval> |
fromBaseDateTimeFieldCollection(org.joda.time.DateTimeZone dateTimeZone)
|
|
static
|
fromCalendarFieldArray()
It creates an Interval with the given Calendar targets as the start
and end of the Interval |
|
static
|
fromCalendarFieldArray(org.joda.time.Chronology chronology)
It creates an Interval with the given Calendar targets as the start and end. |
|
static
|
fromCalendarFieldArray(org.joda.time.DateTimeZone dateTimeZone)
It creates an Interval with the given Calendar targets as the start and end. |
|
static org.op4j.functions.Function<java.util.Collection<? extends java.util.Calendar>,org.joda.time.Interval> |
fromCalendarFieldCollection()
It creates an Interval with the given Calendar targets as the start
and end of the Interval |
|
static org.op4j.functions.Function<java.util.Collection<? extends java.util.Calendar>,org.joda.time.Interval> |
fromCalendarFieldCollection(org.joda.time.Chronology chronology)
It creates an Interval with the given Calendar targets as the start and end. |
|
static org.op4j.functions.Function<java.util.Collection<? extends java.util.Calendar>,org.joda.time.Interval> |
fromCalendarFieldCollection(org.joda.time.DateTimeZone dateTimeZone)
It creates an Interval with the given Calendar targets as the start and end. |
|
static
|
fromDateFieldArray()
It creates an Interval from the given Date elements. |
|
static
|
fromDateFieldArray(org.joda.time.Chronology chronology)
It creates an Interval from the given Date elements. |
|
static
|
fromDateFieldArray(org.joda.time.DateTimeZone dateTimeZone)
It creates an Interval from the given Date elements. |
|
static org.op4j.functions.Function<java.util.Collection<? extends java.util.Date>,org.joda.time.Interval> |
fromDateFieldCollection()
It creates an Interval from the given Date elements |
|
static org.op4j.functions.Function<java.util.Collection<? extends java.util.Date>,org.joda.time.Interval> |
fromDateFieldCollection(org.joda.time.Chronology chronology)
It creates an Interval from the given Date elements. |
|
static org.op4j.functions.Function<java.util.Collection<? extends java.util.Date>,org.joda.time.Interval> |
fromDateFieldCollection(org.joda.time.DateTimeZone dateTimeZone)
It creates an Interval from the given Date elements. |
|
static org.op4j.functions.Function<java.lang.Integer[],org.joda.time.Interval> |
fromIntegerFieldArray()
|
|
static org.op4j.functions.Function<java.lang.Integer[],org.joda.time.Interval> |
fromIntegerFieldArray(org.joda.time.Chronology chronology)
|
|
static org.op4j.functions.Function<java.lang.Integer[],org.joda.time.Interval> |
fromIntegerFieldArray(org.joda.time.DateTimeZone dateTimeZone)
|
|
static org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.Interval> |
fromIntegerFieldCollection()
|
|
static org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.Interval> |
fromIntegerFieldCollection(org.joda.time.Chronology chronology)
|
|
static org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.Interval> |
fromIntegerFieldCollection(org.joda.time.DateTimeZone dateTimeZone)
|
|
static org.op4j.functions.Function<java.lang.Long[],org.joda.time.Interval> |
fromLongFieldArray()
The given Long targets representing the time in milliseconds will be used as the start
and end of the Interval returned |
|
static org.op4j.functions.Function<java.lang.Long[],org.joda.time.Interval> |
fromLongFieldArray(org.joda.time.Chronology chronology)
The given Long targets representing the time in milliseconds will be used as the start
and end of the Interval returned. |
|
static org.op4j.functions.Function<java.lang.Long[],org.joda.time.Interval> |
fromLongFieldArray(org.joda.time.DateTimeZone dateTimeZone)
The given Long targets representing the time in milliseconds will be used as the start
and end of the Interval returned. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.Long>,org.joda.time.Interval> |
fromLongFieldCollection()
The given Long targets representing the time in milliseconds will be used as the start
and end of the Interval returned |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.Long>,org.joda.time.Interval> |
fromLongFieldCollection(org.joda.time.Chronology chronology)
The given Long targets representing the time in milliseconds will be used as the start
and end of the Interval returned. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.Long>,org.joda.time.Interval> |
fromLongFieldCollection(org.joda.time.DateTimeZone dateTimeZone)
The given Long targets representing the time in milliseconds will be used as the start
and end of the Interval returned. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> |
fromStringFieldArray()
It converts the given String elements into an Interval. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> |
fromStringFieldArray(org.joda.time.Chronology chronology)
It converts the given String elements into an Interval. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> |
fromStringFieldArray(org.joda.time.DateTimeZone dateTimeZone)
It converts the given String elements into an Interval. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> |
fromStringFieldArray(java.lang.String pattern)
It converts the given String elements into an Interval. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> |
fromStringFieldArray(java.lang.String pattern,
org.joda.time.Chronology chronology)
It converts the given String elements into an Interval. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> |
fromStringFieldArray(java.lang.String pattern,
org.joda.time.DateTimeZone dateTimeZone)
It converts the given String elements into an Interval. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> |
fromStringFieldArray(java.lang.String pattern,
java.util.Locale locale)
It converts the given String elements into an Interval. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> |
fromStringFieldArray(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.Chronology chronology)
It converts the given String elements into an Interval. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> |
fromStringFieldArray(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.DateTimeZone dateTimeZone)
It converts the given String elements into an Interval. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> |
fromStringFieldArray(java.lang.String pattern,
java.lang.String locale)
It converts the given String elements into an Interval. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> |
fromStringFieldArray(java.lang.String pattern,
java.lang.String locale,
org.joda.time.Chronology chronology)
It converts the given String elements into an Interval. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> |
fromStringFieldArray(java.lang.String pattern,
java.lang.String locale,
org.joda.time.DateTimeZone dateTimeZone)
It converts the given String elements into an Interval. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> |
fromStringFieldCollection()
It converts the given String elements into an Interval. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> |
fromStringFieldCollection(org.joda.time.Chronology chronology)
It converts the given String elements into an Interval. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> |
fromStringFieldCollection(org.joda.time.DateTimeZone dateTimeZone)
It converts the given String elements into an Interval. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> |
fromStringFieldCollection(java.lang.String pattern)
It creates an Interval using the target String elements as the start and end. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> |
fromStringFieldCollection(java.lang.String pattern,
org.joda.time.Chronology chronology)
It creates an Interval from the given start and end String elements using the given pattern parameter
and with the given Chronology. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> |
fromStringFieldCollection(java.lang.String pattern,
org.joda.time.DateTimeZone dateTimeZone)
It creates an Interval from the given start and end String elements using the given pattern parameter
and with the given DateTimeZone. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> |
fromStringFieldCollection(java.lang.String pattern,
java.util.Locale locale)
It creates an Interval from the given String elements using the given pattern
and Locale parameters |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> |
fromStringFieldCollection(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.Chronology chronology)
It creates an Interval from the given String elements using the given pattern
and Locale parameters. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> |
fromStringFieldCollection(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.DateTimeZone dateTimeZone)
It creates an Interval from the given String elements using the given pattern
and Locale parameters. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> |
fromStringFieldCollection(java.lang.String pattern,
java.lang.String locale)
It creates an Interval from the given String elements using the given pattern
and Locale parameters |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> |
fromStringFieldCollection(java.lang.String pattern,
java.lang.String locale,
org.joda.time.Chronology chronology)
It creates an Interval from the given String elements using the given pattern
and Locale parameters. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> |
fromStringFieldCollection(java.lang.String pattern,
java.lang.String locale,
org.joda.time.DateTimeZone dateTimeZone)
It creates an Interval from the given String elements using the given pattern
and Locale parameters. |
|
static org.op4j.functions.Function<java.sql.Timestamp[],org.joda.time.Interval> |
fromTimestampFieldArray()
The given Timestamp target elements will be used as the start and end
of the Interval returned |
|
static org.op4j.functions.Function<java.sql.Timestamp[],org.joda.time.Interval> |
fromTimestampFieldArray(org.joda.time.Chronology chronology)
The given Timestamp target elements will be used as the start and end
of the Interval returned with the given Chronology |
|
static org.op4j.functions.Function<java.sql.Timestamp[],org.joda.time.Interval> |
fromTimestampFieldArray(org.joda.time.DateTimeZone dateTimeZone)
The given Timestamp target elements will be used as the start and end
of the Interval returned with the given DateTimeZone |
|
static org.op4j.functions.Function<java.util.Collection<java.sql.Timestamp>,org.joda.time.Interval> |
fromTimestampFieldCollection()
The given Timestamp target elements will be used as the start and end
of the Interval returned |
|
static org.op4j.functions.Function<java.util.Collection<java.sql.Timestamp>,org.joda.time.Interval> |
fromTimestampFieldCollection(org.joda.time.Chronology chronology)
The given Timestamp target elements will be used as the start and end
of the Interval returned with the given Chronology |
|
static org.op4j.functions.Function<java.util.Collection<java.sql.Timestamp>,org.joda.time.Interval> |
fromTimestampFieldCollection(org.joda.time.DateTimeZone dateTimeZone)
The given Timestamp target elements will be used as the start and end
of the Interval returned with the given DateTimeZone |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> fromStringFieldCollection()
String elements into an Interval.
The target String elements represent the start and end of the Interval. The accepted input collections are:
public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> fromStringFieldCollection(org.joda.time.DateTimeZone dateTimeZone)
String elements into an Interval.
The target String elements represent the start and end of the Interval. The accepted input collections are:
dateTimeZone -
public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> fromStringFieldCollection(org.joda.time.Chronology chronology)
String elements into an Interval.
The target String elements represent the start and end of the Interval. The accepted input collections are:
chronology -
public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> fromStringFieldCollection(java.lang.String pattern)
Interval using the target String elements as the start and end. The given pattern
will be used to create the DateTime objects from the given String elements. If
the pattern includes either, the name of the month or day of week, a conversion
accepting a Locale must be used instead
pattern -
public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> fromStringFieldCollection(java.lang.String pattern,
org.joda.time.DateTimeZone dateTimeZone)
Interval from the given start and end String elements using the given pattern parameter
and with the given DateTimeZone. If the pattern includes either, the name of the month or
day of week, a conversion accepting a Locale must be used instead
pattern - dateTimeZone -
public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> fromStringFieldCollection(java.lang.String pattern,
org.joda.time.Chronology chronology)
Interval from the given start and end String elements using the given pattern parameter
and with the given Chronology. If the pattern includes either, the name of the month or
day of week, a conversion accepting a Locale must be used instead
pattern - chronology -
public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> fromStringFieldCollection(java.lang.String pattern,
java.util.Locale locale)
Interval from the given String elements using the given pattern
and Locale parameters
pattern - locale -
public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> fromStringFieldCollection(java.lang.String pattern,
java.lang.String locale)
Interval from the given String elements using the given pattern
and Locale parameters
pattern - locale -
public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> fromStringFieldCollection(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.DateTimeZone dateTimeZone)
Interval from the given String elements using the given pattern
and Locale parameters. The given DateTimeZone will be used to create the Interval.
pattern - locale - dateTimeZone -
public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> fromStringFieldCollection(java.lang.String pattern,
java.lang.String locale,
org.joda.time.DateTimeZone dateTimeZone)
Interval from the given String elements using the given pattern
and Locale parameters. The given DateTimeZone will be used to create the Interval.
pattern - locale - dateTimeZone -
public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> fromStringFieldCollection(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.Chronology chronology)
Interval from the given String elements using the given pattern
and Locale parameters. The given Chronology will be used to create the Interval.
pattern - locale - chronology -
public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> fromStringFieldCollection(java.lang.String pattern,
java.lang.String locale,
org.joda.time.Chronology chronology)
Interval from the given String elements using the given pattern
and Locale parameters. The given Chronology will be used to create the Interval.
pattern - locale - chronology - public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray()
String elements into an Interval.
The target String elements represent the start and end of the Interval. The accepted input arrays are:
public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(org.joda.time.DateTimeZone dateTimeZone)
String elements into an Interval.
The target String elements represent the start and end of the Interval. The accepted input arrays are:
dateTimeZone -
public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(org.joda.time.Chronology chronology)
String elements into an Interval.
The target String elements represent the start and end of the Interval. The accepted input arrays are:
chronology -
public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(java.lang.String pattern)
String elements into an Interval.
The target String elements represent the start and end of the Interval. The accepted input arrays are:
pattern -
public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(java.lang.String pattern,
org.joda.time.DateTimeZone dateTimeZone)
String elements into an Interval.
The target String elements represent the start and end of the Interval. The accepted input arrays are:
pattern - dateTimeZone -
public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(java.lang.String pattern,
org.joda.time.Chronology chronology)
String elements into an Interval.
The target String elements represent the start and end of the Interval. The accepted input arrays are:
pattern - chronology -
public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(java.lang.String pattern,
java.util.Locale locale)
String elements into an Interval.
The target String elements represent the start and end of the Interval. The accepted input arrays are:
pattern - locale -
public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(java.lang.String pattern,
java.lang.String locale)
String elements into an Interval.
The target String elements represent the start and end of the Interval. The accepted input arrays are:
pattern - locale -
public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.DateTimeZone dateTimeZone)
String elements into an Interval.
The target String elements represent the start and end of the Interval. The accepted input arrays are:
pattern - locale - dateTimeZone -
public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(java.lang.String pattern,
java.lang.String locale,
org.joda.time.DateTimeZone dateTimeZone)
String elements into an Interval.
The target String elements represent the start and end of the Interval. The accepted input arrays are:
pattern - locale - dateTimeZone -
public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.Chronology chronology)
String elements into an Interval.
The target String elements represent the start and end of the Interval. The accepted input arrays are:
pattern - locale - chronology -
public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(java.lang.String pattern,
java.lang.String locale,
org.joda.time.Chronology chronology)
String elements into an Interval.
The target String elements represent the start and end of the Interval. The accepted input arrays are:
pattern - locale - chronology -
public static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Date>,org.joda.time.Interval> fromDateFieldCollection()
Interval from the given Date elements
public static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Date>,org.joda.time.Interval> fromDateFieldCollection(org.joda.time.DateTimeZone dateTimeZone)
Interval from the given Date elements.
The Interval will be created with the given DateTimeZone
dateTimeZone - public static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Date>,org.joda.time.Interval> fromDateFieldCollection(org.joda.time.Chronology chronology)
Interval from the given Date elements.
The Interval will be created with the given Chronology
chronology - public static final <T extends java.util.Date> org.op4j.functions.Function<T[],org.joda.time.Interval> fromDateFieldArray()
Interval from the given Date elements.
public static final <T extends java.util.Date> org.op4j.functions.Function<T[],org.joda.time.Interval> fromDateFieldArray(org.joda.time.DateTimeZone dateTimeZone)
Interval from the given Date elements.
The Interval will be created with the given DateTimeZone
dateTimeZone - public static final <T extends java.util.Date> org.op4j.functions.Function<T[],org.joda.time.Interval> fromDateFieldArray(org.joda.time.Chronology chronology)
Interval from the given Date elements.
The Interval will be created with the given Chronology
chronology - public static final org.op4j.functions.Function<java.util.Collection<java.sql.Timestamp>,org.joda.time.Interval> fromTimestampFieldCollection()
Timestamp target elements will be used as the start and end
of the Interval returned
public static final org.op4j.functions.Function<java.util.Collection<java.sql.Timestamp>,org.joda.time.Interval> fromTimestampFieldCollection(org.joda.time.DateTimeZone dateTimeZone)
Timestamp target elements will be used as the start and end
of the Interval returned with the given DateTimeZone
dateTimeZone - public static final org.op4j.functions.Function<java.util.Collection<java.sql.Timestamp>,org.joda.time.Interval> fromTimestampFieldCollection(org.joda.time.Chronology chronology)
Timestamp target elements will be used as the start and end
of the Interval returned with the given Chronology
chronology - public static final org.op4j.functions.Function<java.sql.Timestamp[],org.joda.time.Interval> fromTimestampFieldArray()
Timestamp target elements will be used as the start and end
of the Interval returned
public static final org.op4j.functions.Function<java.sql.Timestamp[],org.joda.time.Interval> fromTimestampFieldArray(org.joda.time.DateTimeZone dateTimeZone)
Timestamp target elements will be used as the start and end
of the Interval returned with the given DateTimeZone
dateTimeZone - public static final org.op4j.functions.Function<java.sql.Timestamp[],org.joda.time.Interval> fromTimestampFieldArray(org.joda.time.Chronology chronology)
Timestamp target elements will be used as the start and end
of the Interval returned with the given Chronology
chronology - public static final org.op4j.functions.Function<java.util.Collection<java.lang.Long>,org.joda.time.Interval> fromLongFieldCollection()
Long targets representing the time in milliseconds will be used as the start
and end of the Interval returned
public static final org.op4j.functions.Function<java.util.Collection<java.lang.Long>,org.joda.time.Interval> fromLongFieldCollection(org.joda.time.DateTimeZone dateTimeZone)
Long targets representing the time in milliseconds will be used as the start
and end of the Interval returned. The Interval will be created with the given
DateTimeZone
dateTimeZone - public static final org.op4j.functions.Function<java.util.Collection<java.lang.Long>,org.joda.time.Interval> fromLongFieldCollection(org.joda.time.Chronology chronology)
Long targets representing the time in milliseconds will be used as the start
and end of the Interval returned. The Interval will be created with the given
Chronology
chronology - public static final org.op4j.functions.Function<java.lang.Long[],org.joda.time.Interval> fromLongFieldArray()
Long targets representing the time in milliseconds will be used as the start
and end of the Interval returned
public static final org.op4j.functions.Function<java.lang.Long[],org.joda.time.Interval> fromLongFieldArray(org.joda.time.DateTimeZone dateTimeZone)
Long targets representing the time in milliseconds will be used as the start
and end of the Interval returned. The Interval will be created with the given
DateTimeZone
dateTimeZone - public static final org.op4j.functions.Function<java.lang.Long[],org.joda.time.Interval> fromLongFieldArray(org.joda.time.Chronology chronology)
Long targets representing the time in milliseconds will be used as the start
and end of the Interval returned. The Interval will be created with the given
Chronology
chronology - public static final org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.Interval> fromIntegerFieldCollection()
public static final org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.Interval> fromIntegerFieldCollection(org.joda.time.DateTimeZone dateTimeZone)
public static final org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.Interval> fromIntegerFieldCollection(org.joda.time.Chronology chronology)
public static final org.op4j.functions.Function<java.lang.Integer[],org.joda.time.Interval> fromIntegerFieldArray()
public static final org.op4j.functions.Function<java.lang.Integer[],org.joda.time.Interval> fromIntegerFieldArray(org.joda.time.DateTimeZone dateTimeZone)
public static final org.op4j.functions.Function<java.lang.Integer[],org.joda.time.Interval> fromIntegerFieldArray(org.joda.time.Chronology chronology)
public static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Calendar>,org.joda.time.Interval> fromCalendarFieldCollection()
Interval with the given Calendar targets as the start
and end of the Interval
public static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Calendar>,org.joda.time.Interval> fromCalendarFieldCollection(org.joda.time.DateTimeZone dateTimeZone)
Interval with the given Calendar targets as the start and end.
Such an Interval will be created in the given DateTimeZone
dateTimeZone - public static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Calendar>,org.joda.time.Interval> fromCalendarFieldCollection(org.joda.time.Chronology chronology)
Interval with the given Calendar targets as the start and end.
The Interval will be created with the given Chronology
chronology - public static final <T extends java.util.Calendar> org.op4j.functions.Function<T[],org.joda.time.Interval> fromCalendarFieldArray()
Interval with the given Calendar targets as the start
and end of the Interval
public static final <T extends java.util.Calendar> org.op4j.functions.Function<T[],org.joda.time.Interval> fromCalendarFieldArray(org.joda.time.DateTimeZone dateTimeZone)
Interval with the given Calendar targets as the start and end.
Such an Interval will be created in the given DateTimeZone
dateTimeZone - public static final <T extends java.util.Calendar> org.op4j.functions.Function<T[],org.joda.time.Interval> fromCalendarFieldArray(org.joda.time.Chronology chronology)
Interval with the given Calendar targets as the start and end.
The Interval will be created with the given Chronology
chronology - public static final org.op4j.functions.Function<java.util.Collection<? extends org.joda.time.base.BaseDateTime>,org.joda.time.Interval> fromBaseDateTimeFieldCollection()
public static final org.op4j.functions.Function<java.util.Collection<? extends org.joda.time.base.BaseDateTime>,org.joda.time.Interval> fromBaseDateTimeFieldCollection(org.joda.time.DateTimeZone dateTimeZone)
public static final org.op4j.functions.Function<java.util.Collection<? extends org.joda.time.base.BaseDateTime>,org.joda.time.Interval> fromBaseDateTimeFieldCollection(org.joda.time.Chronology chronology)
public static final <T extends org.joda.time.base.BaseDateTime> org.op4j.functions.Function<T[],org.joda.time.Interval> fromBaseDateTimeFieldArray()
public static final <T extends org.joda.time.base.BaseDateTime> org.op4j.functions.Function<T[],org.joda.time.Interval> fromBaseDateTimeFieldArray(org.joda.time.DateTimeZone dateTimeZone)
public static final <T extends org.joda.time.base.BaseDateTime> org.op4j.functions.Function<T[],org.joda.time.Interval> fromBaseDateTimeFieldArray(org.joda.time.Chronology chronology)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||