C D E G I L N P Q T U V Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- ConvertTimestampExtensions - Class in io.github.astrapi69.time.stamp
-
The class
TimeGapExtensionsprovides methods for check time gaps
D
- DateExtensions - Class in io.github.astrapi69.time
-
The class
DateExtensionsprovides methods for convert legacyDateobjects to the new time objects - DateExtensions() - Constructor for class io.github.astrapi69.time.DateExtensions
- DatePattern - Enum in io.github.astrapi69.time.enums
-
The enum class
DatePatternprovides several date patterns with the property pattern - DD_MMM_YY - io.github.astrapi69.time.enums.DatePattern
-
Dateformat in String.
- DOT_DD_MM - io.github.astrapi69.time.enums.DatePattern
-
Dateformat in String.
- DOT_DD_MM_YY - io.github.astrapi69.time.enums.DatePattern
-
Dateformat in String.
- DOT_DD_MM_YYYY - io.github.astrapi69.time.enums.DatePattern
-
Dateformat in String.
- DOT_DD_MM_YYYY_HH_MM_SS - io.github.astrapi69.time.enums.DatePattern
-
Dateformat in String.
- DOT_HH_MM_COMMA_DD_M_YYYY - io.github.astrapi69.time.enums.DatePattern
-
Dateformat in String.
- DOT_HH_MM_COMMA_DD_MM_YYYY - io.github.astrapi69.time.enums.DatePattern
-
Dateformat in String.
- DOT_YYYY_MM_DD_HH_MM_SS - io.github.astrapi69.time.enums.DatePattern
-
Dateformat in String.
E
- EEE_MMM_DD_HH_MM_SS_Z_YYYY - io.github.astrapi69.time.enums.DatePattern
-
Dateformat in String.
- EEEE_MMM_DD_YYYY - io.github.astrapi69.time.enums.DatePattern
-
Dateformat in String.
G
- getPattern() - Method in enum io.github.astrapi69.time.enums.DatePattern
I
- IntervalExtensions - Class in io.github.astrapi69.time.interval
-
The class
IntervalExtensionsprovides algorithms for compute the state of a given time range to another given time range. - io.github.astrapi69.time - package io.github.astrapi69.time
- io.github.astrapi69.time.convert - package io.github.astrapi69.time.convert
- io.github.astrapi69.time.enums - package io.github.astrapi69.time.enums
- io.github.astrapi69.time.gap - package io.github.astrapi69.time.gap
- io.github.astrapi69.time.interval - package io.github.astrapi69.time.interval
- io.github.astrapi69.time.query - package io.github.astrapi69.time.query
- io.github.astrapi69.time.stamp - package io.github.astrapi69.time.stamp
- isAfter(Interval, Interval) - Static method in class io.github.astrapi69.time.interval.IntervalExtensions
-
Checks if the given time range is after from the given time range to check
- isAfterTimeGap(T, T, ChronoUnit) - Static method in class io.github.astrapi69.time.gap.TimeGapExtensions
-
Checks if the given first
LocalDatehas a time gap after the given secondLocalDatewith the givenChronoUnit - isBefore(Interval, Interval) - Static method in class io.github.astrapi69.time.interval.IntervalExtensions
-
Checks if the given time range is before from the given time range to check
- isBeforeTimeGap(T, T, ChronoUnit) - Static method in class io.github.astrapi69.time.gap.TimeGapExtensions
-
Checks if the given first
Temporalhas a time gap before the given secondTemporalwith the givenChronoUnit - isBetween(Interval, Interval) - Static method in class io.github.astrapi69.time.interval.IntervalExtensions
-
Checks if the given time range is between the given time range to check
- isBorderingOnEndToStart(Interval, Interval) - Static method in class io.github.astrapi69.time.interval.IntervalExtensions
-
Checks if the end of the given time range is equal with the start of the given time range to check
- isBorderingOnStartToEnd(Interval, Interval) - Static method in class io.github.astrapi69.time.interval.IntervalExtensions
-
Checks if the start of the given time range is equal with the end of the given time range to check.
- isEqual(Interval, Interval) - Static method in class io.github.astrapi69.time.interval.IntervalExtensions
-
Checks if the end of the given time range is equal with the start of the given time range to check
- isLargerAndOverlappingAndBorderingOnEnd(Interval, Interval) - Static method in class io.github.astrapi69.time.interval.IntervalExtensions
-
Checks if the given time range is overlapping before the given time range to check with the specialty that the end of the given time range equals to the end of the given time range
- isLargerAndOverlappingAndBorderingOnStart(Interval, Interval) - Static method in class io.github.astrapi69.time.interval.IntervalExtensions
-
Checks if the end of the given time range is equal with the start of the given time range to check
- isOverlappingAfter(Interval, Interval) - Static method in class io.github.astrapi69.time.interval.IntervalExtensions
-
Checks if the given time range is overlapping before the given time range to check
- isOverlappingBefore(Interval, Interval) - Static method in class io.github.astrapi69.time.interval.IntervalExtensions
-
Checks if the given time range is overlapping after the given time range to check
- isOverlappingBeforeAndAfter(Interval, Interval) - Static method in class io.github.astrapi69.time.interval.IntervalExtensions
-
Checks if the given time range is overlapping before and after the given time range to check
- isSmallerAndOverlappingAndBorderingOnEnd(Interval, Interval) - Static method in class io.github.astrapi69.time.interval.IntervalExtensions
-
Checks if the given time range is overlapping before the given time range to check with the specialty that the end of the given time range equals to the end of the given time range
- isSmallerAndOverlappingAndBorderingOnStart(Interval, Interval) - Static method in class io.github.astrapi69.time.interval.IntervalExtensions
-
Checks if the end of the given time range is equal with the start of the given time range to check
L
- LHH_MM_SS - io.github.astrapi69.time.enums.DatePattern
-
Dateformat in String.
- LocalDateExtensions - Class in io.github.astrapi69.time
-
The class
LocalDateExtensionsprovides methods for convertLocalDateobjects - LocalDateExtensions() - Constructor for class io.github.astrapi69.time.LocalDateExtensions
- LocalDateTimeExtensions - Class in io.github.astrapi69.time
-
The class
LocalDateTimeExtensionsprovides methods for convertLocalDateTimeobjects - LocalDateTimeExtensions() - Constructor for class io.github.astrapi69.time.LocalDateTimeExtensions
N
- NextEasternQuery - Class in io.github.astrapi69.time.query
-
The class
NextEasternQueryprovides a query method for resolve the eastern Sunday from the givenTemporalAccessor. - NextEasternQuery() - Constructor for class io.github.astrapi69.time.query.NextEasternQuery
P
- parse(String, DatePattern) - Static method in class io.github.astrapi69.time.convert.ParseDateExtensions
-
Parses the String date to a
LocalDateTimeobject - parse(String, String) - Static method in class io.github.astrapi69.time.convert.ParseDateExtensions
-
Parses the String date to a
LocalDateTimeobject - ParseDateExtensions - Class in io.github.astrapi69.time.convert
-
The class
ParseDateExtensionsprovides methods for parse a dateStringobjects to the new time objects - ParseDateExtensions() - Constructor for class io.github.astrapi69.time.convert.ParseDateExtensions
Q
- queryFrom(TemporalAccessor) - Method in class io.github.astrapi69.time.query.NextEasternQuery
T
- TimeGapExtensions - Class in io.github.astrapi69.time.gap
-
The class
TimeGapExtensionsprovides methods for check time gaps - toDate(LocalDateTime) - Static method in class io.github.astrapi69.time.LocalDateTimeExtensions
-
Converts the given
LocalDateTimeto a legacyDateobject - toLocalDate(Date, ZoneId) - Static method in class io.github.astrapi69.time.DateExtensions
-
Converts the given
Datewith the givenZoneIdto aLocalDateobject - toLocalDateTime(Date, ZoneId) - Static method in class io.github.astrapi69.time.DateExtensions
-
Converts the given
Datewith the givenZoneIdto aLocalDateTimeobject - toSqlDate(LocalDate) - Static method in class io.github.astrapi69.time.LocalDateExtensions
-
Converts the given
LocalDateto aDateobject - toTimestamp(LocalDate) - Static method in class io.github.astrapi69.time.stamp.ConvertTimestampExtensions
-
Converts the given
LocalDateto aTimestampobject
U
- UHH_MM - io.github.astrapi69.time.enums.DatePattern
-
Dateformat in String.
- UHH_MM_SS - io.github.astrapi69.time.enums.DatePattern
-
Dateformat in String.
V
- valueOf(String) - Static method in enum io.github.astrapi69.time.enums.DatePattern
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.github.astrapi69.time.enums.DatePattern
-
Returns an array containing the constants of this enum type, in the order they are declared.
Y
- YYYY_MM_DD - io.github.astrapi69.time.enums.DatePattern
-
Dateformat in String.
- YYYY_MM_DD_HH_MM_SS - io.github.astrapi69.time.enums.DatePattern
-
Dateformat in String.
- YYYY_MM_DD_HH_MM_SS_S - io.github.astrapi69.time.enums.DatePattern
-
Dateformat in String.
- YYYY_MM_DD_T_HH_MM_SS - io.github.astrapi69.time.enums.DatePattern
-
Dateformat in String.
- YYYYMMDDHHMMSS - io.github.astrapi69.time.enums.DatePattern
-
Dateformat in String.
All Classes All Packages