Skip navigation links
A B C D E G I L N O P S T U V Y 

A

addDays(Date, int) - Static method in class de.alpharogroup.date.CalculateDateExtensions
Adds days to the given Date object and returns it.
addHours(Date, int) - Static method in class de.alpharogroup.date.CalculateDateExtensions
Adds hours to the given Date object and returns it.
addMilliseconds(Date, int) - Static method in class de.alpharogroup.date.CalculateDateExtensions
Adds milliseconds to the given Date object and returns it.
addMinutes(Date, int) - Static method in class de.alpharogroup.date.CalculateDateExtensions
Adds minutes to the given Date object and returns it.
addMonths(Date, int) - Static method in class de.alpharogroup.date.CalculateDateExtensions
Adds months to the given Date object and returns it.
addSeconds(Date, int) - Static method in class de.alpharogroup.date.CalculateDateExtensions
Adds seconds to the given Date object and returns it.
addWeeks(Date, int) - Static method in class de.alpharogroup.date.CalculateDateExtensions
Adds weeks to the given Date object and returns it.
addYears(Date, int) - Static method in class de.alpharogroup.date.CalculateDateExtensions
Adds years to the given Date object and returns it.
after(Date, Date) - Static method in class de.alpharogroup.date.CalculateDateExtensions
Returns true if the given from Date is after the given when Date otherwise false.
Age - Class in de.alpharogroup.date
Helper class to present one long value from a calculate two Dates in a human readable string.
Age(Date) - Constructor for class de.alpharogroup.date.Age
Instantiates a new Age object from the given birthday Date object.
Age(Date, Date) - Constructor for class de.alpharogroup.date.Age
Instantiates a new Age object from the given birthday Date object and the given till Date object.
Age(long) - Constructor for class de.alpharogroup.date.Age
Instantiates a new Age object from the given long that represents a Date object.

B

before(Date, Date) - Static method in class de.alpharogroup.date.CalculateDateExtensions
Returns true if the given from Date is before the given when Date otherwise false.

C

CalculateDateExtensions - Class in de.alpharogroup.date
Utility class for the use of Date and Calendar object.
CalculateDateExtensions() - Constructor for class de.alpharogroup.date.CalculateDateExtensions
 
calculateElapsedTime(Date, Date) - Static method in class de.alpharogroup.date.CalculateDateExtensions
Calculates the elapsed time from the past to now.
calculateElapsedTimeInSeconds(long) - Static method in class de.alpharogroup.date.CalculateDateExtensions
Calculate elapsed time in seconds from the given start time as long to the current system time.
calculateInDays() - Method in class de.alpharogroup.date.Age
Calculate in days.
calculateInDays(long) - Method in class de.alpharogroup.date.Age
Calculate in days.
calculateInDefaultMonth() - Method in class de.alpharogroup.date.Age
Calculate in default month.
calculateInDefaultMonth(long) - Method in class de.alpharogroup.date.Age
Calculate in default month.
calculateInHours() - Method in class de.alpharogroup.date.Age
Calculate in hours.
calculateInHours(long) - Method in class de.alpharogroup.date.Age
Calculate in hours.
calculateInMinutes() - Method in class de.alpharogroup.date.Age
Calculate in minutes.
calculateInMinutes(long) - Method in class de.alpharogroup.date.Age
Calculate in minutes.
calculateInSeconds() - Method in class de.alpharogroup.date.Age
Calculate in seconds.
calculateInSeconds(long) - Method in class de.alpharogroup.date.Age
Calculate in minutes.
calculateInYears() - Method in class de.alpharogroup.date.Age
Calculate in years.
calculateInYears(long) - Method in class de.alpharogroup.date.Age
Calculate in years.
calculateInYearsMonthsDaysHoursMinutesAndSeconds() - Method in class de.alpharogroup.date.Age
Calculate in years months days hours minutes and seconds.
calculateInYearsMonthsDaysHoursMinutesAndSeconds(long) - Method in class de.alpharogroup.date.Age
Calculate in years months days hours minutes and seconds.
calculateTimeFromNow(Date, Date) - Static method in class de.alpharogroup.date.CalculateDateExtensions
Calculates the elapsed time from the future to now.
compare(Day, Day) - Method in class de.alpharogroup.date.comparators.DayComparator
Compare.
computeAge(Date, Date) - Static method in class de.alpharogroup.date.CalculateDateExtensions
Computes the Age from the birthday till the computeDate object.
computeEasternSunday(int) - Static method in class de.alpharogroup.date.CalculateDateExtensions
Computes the eastern sunday for the given year.
computeEasternSundayNumber(int) - Static method in class de.alpharogroup.date.CalculateDateExtensions
Computes the number from eastern sunday for the given year.
ConvertDateExtensions - Class in de.alpharogroup.date
Utility class for the use of Date and Calendar object.
ConvertDateExtensions() - Constructor for class de.alpharogroup.date.ConvertDateExtensions
 
CreateDateExtensions - Class in de.alpharogroup.date
Utility class for the use of Date and Calendar object.
CreateDateExtensions() - Constructor for class de.alpharogroup.date.CreateDateExtensions
 

D

DateExtensions - Class in de.alpharogroup.date
Utility class for the use of Date and Calendar object.
DateExtensions() - Constructor for class de.alpharogroup.date.DateExtensions
 
DatePatterns - Interface in de.alpharogroup.date
Interface for Date-Patterns.
Day - Enum in de.alpharogroup.date
The Enum Day.
DayComparator - Class in de.alpharogroup.date.comparators
The class DayComparator.
DayComparator() - Constructor for class de.alpharogroup.date.comparators.DayComparator
 
DD_MMM_YY - Static variable in interface de.alpharogroup.date.DatePatterns
Dateformat in String.
de.alpharogroup.date - package de.alpharogroup.date
This package contains helper classes for Date and Calendar Objects.
de.alpharogroup.date.comparators - package de.alpharogroup.date.comparators
Provides classes for the comparators in the package 'de.alpharogroup.date'.
DOT_DD_MM - Static variable in interface de.alpharogroup.date.DatePatterns
Dateformat in String.
DOT_DD_MM_YY - Static variable in interface de.alpharogroup.date.DatePatterns
Dateformat in String.
DOT_DD_MM_YYYY - Static variable in interface de.alpharogroup.date.DatePatterns
Dateformat in String.
DOT_DD_MM_YYYY_HH_MM_SS - Static variable in interface de.alpharogroup.date.DatePatterns
Dateformat in String.
DOT_YYYY_MM_DD_HH_MM_SS - Static variable in interface de.alpharogroup.date.DatePatterns
Dateformat in String.

E

EEE_MMM_DD_HH_MM_SS_Z_YYYY - Static variable in interface de.alpharogroup.date.DatePatterns
Dateformat in String.
EEEE_MMM_DD_YYYY - Static variable in interface de.alpharogroup.date.DatePatterns
Dateformat in String.

G

getAllDateFormats() - Static method in class de.alpharogroup.date.DateExtensions
Returns a list with all dateformats from the Interface DateFormats.
getAllDatePatterns() - Static method in class de.alpharogroup.date.DateExtensions
Returns a map with all datepatterns from the Interface DatePatterns.
getDay(Date) - Static method in class de.alpharogroup.date.DateExtensions
The Method from the Date.getDay is deprecated.
getHours(Date) - Static method in class de.alpharogroup.date.DateExtensions
The Method from the Date.getHours is deprecated.
getHumanReadableAge() - Method in class de.alpharogroup.date.Age
Gets a human readable string from the age.
getHumanReadableAge(int[]) - Method in class de.alpharogroup.date.Age
Gets a human readable string from the age.
getMinutes(Date) - Static method in class de.alpharogroup.date.DateExtensions
The Method from the Date.getMinutes is deprecated.
getMonth(Date) - Static method in class de.alpharogroup.date.DateExtensions
The Method from the Date.getMonth is deprecated.
getSeconds(Date) - Static method in class de.alpharogroup.date.DateExtensions
The Method from the Date.getSeconds is deprecated.
getTimezoneOffsetInHours(Date) - Static method in class de.alpharogroup.date.TimeZoneExtensions
Gets the timezone offset in hours.
getTimezoneOffsetInMinutes(Date) - Static method in class de.alpharogroup.date.TimeZoneExtensions
Gets the timezone offset in minutes.
getWeekOfYear(Date) - Static method in class de.alpharogroup.date.DateExtensions
The week of the year as an int from the given Date-object.
getYear(Date) - Static method in class de.alpharogroup.date.DateExtensions
The year as int from the Date-object.

I

inPast(Date, int) - Static method in class de.alpharogroup.date.CreateDateExtensions
Creates a date in past from the given Date back in milliseconds.
IntervalExtensions - Class in de.alpharogroup.date
The class IntervalExtensions provides algorithms for compute if a given time range is between of two points of time.
IntervalExtensions() - Constructor for class de.alpharogroup.date.IntervalExtensions
 
isBetween(Date, Date, Date) - Static method in class de.alpharogroup.date.CalculateDateExtensions
Checks if the Date object "between" is between from the given to Date objects.
isBetween(Interval, Interval) - Static method in class de.alpharogroup.date.IntervalExtensions
Checks if the given time range is between the given time range to check.
isDateInTheFuture(Date) - Static method in class de.alpharogroup.date.CalculateDateExtensions
Checks if the given date object is in the future.
isDateInThePast(Date) - Static method in class de.alpharogroup.date.CalculateDateExtensions
Checks if the given date object is in the past.
isLeapYear(int) - Static method in class de.alpharogroup.date.CalculateDateExtensions
Determines if the given year is a leap year.
isValidDate(String, String, boolean) - Static method in class de.alpharogroup.date.CalculateDateExtensions
Checks if the Date is valid to convert.

L

LHH_MM_SS - Static variable in interface de.alpharogroup.date.DatePatterns
Dateformat in String.

N

newDate(int, int, int) - Static method in class de.alpharogroup.date.CreateDateExtensions
Creates a new Date object from the given values.
newDate(int, int, int, int, int, int) - Static method in class de.alpharogroup.date.CreateDateExtensions
Creates a new Date object from the given values.
newDate(int, int, int, int, int, int, int) - Static method in class de.alpharogroup.date.CreateDateExtensions
Creates a new Date object from the given values.
newDate(long) - Static method in class de.alpharogroup.date.CreateDateExtensions
Creates a date from the given long value.
newRandomDate(Date) - Static method in class de.alpharogroup.date.CreateDateExtensions
Creates the random date.
now() - Static method in class de.alpharogroup.date.CreateDateExtensions
Creates a date from the current system time.

O

of(Date) - Static method in class de.alpharogroup.date.Age
Factory method to create a new Age object from the given birthday Date object.
of(Date, Date) - Static method in class de.alpharogroup.date.Age
Factory method to create a new Age object from the given birthday Date object and the given till Date object.
of(long) - Static method in class de.alpharogroup.date.Age
Factory method to create a new Age object from the given birthday Date object.
ONE_DAY - Static variable in class de.alpharogroup.date.Age
The Constant ONE_DAY.
ONE_DEFAULT_MONTH - Static variable in class de.alpharogroup.date.Age
The Constant ONE_DEFAULT_MONTH.
ONE_HOUR - Static variable in class de.alpharogroup.date.Age
The Constant ONE_HOUR.
ONE_MINUTE - Static variable in class de.alpharogroup.date.Age
The Constant ONE_MINUTE.
ONE_SECOND - Static variable in class de.alpharogroup.date.Age
The Constant ONE_SECOND.
ONE_YEAR - Static variable in class de.alpharogroup.date.Age
The Constant ONE_YEAR.

P

parseDate(String, List<String>) - Static method in class de.alpharogroup.date.ParseDateExtensions
Tries to convert the given String to a Date.
ParseDateExtensions - Class in de.alpharogroup.date
Utility class for the use of Date and Calendar object.
ParseDateExtensions() - Constructor for class de.alpharogroup.date.ParseDateExtensions
 
parseToDate(String, String) - Static method in class de.alpharogroup.date.ParseDateExtensions
Parses the String date to a date object.
parseToDate(String, String[], Locale) - Static method in class de.alpharogroup.date.ParseDateExtensions
Returns a date-object if the array with the formats are valid otherwise null.
parseToDateLenient(String, String, boolean) - Static method in class de.alpharogroup.date.ParseDateExtensions
Parses the String date to a date object.
parseToString(Date, String) - Static method in class de.alpharogroup.date.ParseDateExtensions
The Method parseToString(Date, String) formats the given Date to the given Format.
parseToString(Date, String, Locale) - Static method in class de.alpharogroup.date.ParseDateExtensions
The Method parseToString(Date, String) formats the given Date to the given Format.
parseToString(String, String, String) - Static method in class de.alpharogroup.date.ParseDateExtensions
The Method parseToString(String, String, String) formats the given Date as string from the current Format to the new given Format.

S

setDate(Date, int, int, int, int, TimeZone, Locale) - Static method in class de.alpharogroup.date.DateExtensions
Returns a new Date object from the given Date object and sets the given parameters.
substractDaysFromDate(Date, int) - Static method in class de.alpharogroup.date.CalculateDateExtensions
Substract days to the given Date object and returns it.
substractMonthsFromDate(Date, int) - Static method in class de.alpharogroup.date.CalculateDateExtensions
Substract months to the given Date object and returns it.
substractWeeksFromDate(Date, int) - Static method in class de.alpharogroup.date.CalculateDateExtensions
Substract weeks to the given Date object and returns it.
substractYearsFromDate(Date, int) - Static method in class de.alpharogroup.date.CalculateDateExtensions
Substract years to the given Date object and returns it.

T

TimeZoneExtensions - Class in de.alpharogroup.date
TimeZoneExtensions() - Constructor for class de.alpharogroup.date.TimeZoneExtensions
 
toCalendar(Date) - Static method in class de.alpharogroup.date.ConvertDateExtensions
Converts a Date to a Calendar-object.
toCalendar(long) - Static method in class de.alpharogroup.date.ConvertDateExtensions
Converts the given long value to a calendar object.
toDate(Calendar) - Static method in class de.alpharogroup.date.ConvertDateExtensions
Converts a Calendar-object to a Date.
toDate(long) - Static method in class de.alpharogroup.date.ConvertDateExtensions
Converts the given long value to a Date object.
toTimestamp(Date) - Static method in class de.alpharogroup.date.ConvertDateExtensions
Converts a Date to a Timestamp-object.

U

UHH_MM - Static variable in interface de.alpharogroup.date.DatePatterns
Dateformat in String.
UHH_MM_SS - Static variable in interface de.alpharogroup.date.DatePatterns
Dateformat in String.

V

valueOf(String) - Static method in enum de.alpharogroup.date.Day
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.alpharogroup.date.Day
Returns an array containing the constants of this enum type, in the order they are declared.

Y

YYYY_MM_DD - Static variable in interface de.alpharogroup.date.DatePatterns
Dateformat in String.
YYYY_MM_DD_HH_MM_SS - Static variable in interface de.alpharogroup.date.DatePatterns
Dateformat in String.
YYYY_MM_DD_HH_MM_SS_S - Static variable in interface de.alpharogroup.date.DatePatterns
Dateformat in String.
YYYY_MM_DD_T_HH_MM_SS - Static variable in interface de.alpharogroup.date.DatePatterns
Dateformat in String.
YYYYMMDDHHMMSS - Static variable in interface de.alpharogroup.date.DatePatterns
Dateformat in String.
A B C D E G I L N O P S T U V Y 
Skip navigation links

Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.