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

A

addDays(Date, int) - Static method in class net.sourceforge.jaulp.date.CalculateDateUtils
Adds days to the given Date object and returns it.
addHours(Date, int) - Static method in class net.sourceforge.jaulp.date.CalculateDateUtils
Adds hours to the given Date object and returns it.
addMinutes(Date, int) - Static method in class net.sourceforge.jaulp.date.CalculateDateUtils
Adds minutes to the given Date object and returns it.
addMonths(Date, int) - Static method in class net.sourceforge.jaulp.date.CalculateDateUtils
Adds months to the given Date object and returns it.
addSeconds(Date, int) - Static method in class net.sourceforge.jaulp.date.CalculateDateUtils
Adds seconds to the given Date object and returns it.
addWeeks(Date, int) - Static method in class net.sourceforge.jaulp.date.CalculateDateUtils
Adds weeks to the given Date object and returns it.
addYears(Date, int) - Static method in class net.sourceforge.jaulp.date.CalculateDateUtils
Adds years to the given Date object and returns it.
after(Date, Date) - Static method in class net.sourceforge.jaulp.date.CalculateDateUtils
Returns true if the given from Date is after the given when Date otherwise false.
Age - Class in net.sourceforge.jaulp.date
Helper class to present one long value from a calculate two Dates in a human readable string.
Age(Date) - Constructor for class net.sourceforge.jaulp.date.Age
Instantiates a new Age object from the given Date objects.
Age(Date, Date) - Constructor for class net.sourceforge.jaulp.date.Age
Instantiates a new Age object from the given Date objects.
Age(long) - Constructor for class net.sourceforge.jaulp.date.Age
Default constructor.

B

before(Date, Date) - Static method in class net.sourceforge.jaulp.date.CalculateDateUtils
Returns true if the given from Date is before the given when Date otherwise false.

C

CalculateDateUtils - Class in net.sourceforge.jaulp.date
Utility class for the use of Date and Calendar object.
calculateElapsedTime(Date, Date) - Static method in class net.sourceforge.jaulp.date.CalculateDateUtils
Calculates the elapsed time from the past to now.
calculateInDays() - Method in class net.sourceforge.jaulp.date.Age
Calculate in days.
calculateInDays(long) - Method in class net.sourceforge.jaulp.date.Age
Calculate in days.
calculateInDefaultMonth() - Method in class net.sourceforge.jaulp.date.Age
Calculate in default month.
calculateInDefaultMonth(long) - Method in class net.sourceforge.jaulp.date.Age
Calculate in default month.
calculateInHours() - Method in class net.sourceforge.jaulp.date.Age
Calculate in hours.
calculateInHours(long) - Method in class net.sourceforge.jaulp.date.Age
Calculate in hours.
calculateInMinutes() - Method in class net.sourceforge.jaulp.date.Age
Calculate in minutes.
calculateInMinutes(long) - Method in class net.sourceforge.jaulp.date.Age
Calculate in minutes.
calculateInSeconds() - Method in class net.sourceforge.jaulp.date.Age
Calculate in seconds.
calculateInSeconds(long) - Method in class net.sourceforge.jaulp.date.Age
Calculate in minutes.
calculateInYears() - Method in class net.sourceforge.jaulp.date.Age
Calculate in years.
calculateInYears(long) - Method in class net.sourceforge.jaulp.date.Age
Calculate in years.
calculateInYearsMonthsDaysHoursMinutesAndSeconds() - Method in class net.sourceforge.jaulp.date.Age
Calculate in years months days hours minutes and seconds.
calculateInYearsMonthsDaysHoursMinutesAndSeconds(long) - Method in class net.sourceforge.jaulp.date.Age
Calculate in years months days hours minutes and seconds.
calculateTimeFromNow(Date, Date) - Static method in class net.sourceforge.jaulp.date.CalculateDateUtils
Calculates the elapsed time from the future to now.
compare(Day, Day) - Method in class net.sourceforge.jaulp.date.comparators.DayComparator
Compare.
computeAge(Date, Date) - Static method in class net.sourceforge.jaulp.date.CalculateDateUtils
Computes the Age from the birthday till the computeDate object.
computeEasternSunday(int) - Static method in class net.sourceforge.jaulp.date.CalculateDateUtils
Computes the eastern sunday for the given year.
computeEasternSundayNumber(int) - Static method in class net.sourceforge.jaulp.date.CalculateDateUtils
Computes the number from eastern sunday for the given year.
ConvertDateUtils - Class in net.sourceforge.jaulp.date
Utility class for the use of Date and Calendar object.
CreateDateUtils - Class in net.sourceforge.jaulp.date
Utility class for the use of Date and Calendar object.

D

DatePatterns - Interface in net.sourceforge.jaulp.date
Interface for Date-Patterns.
DateUtils - Class in net.sourceforge.jaulp.date
Utility class for the use of Date and Calendar object.
Day - Enum in net.sourceforge.jaulp.date
The Enum Day.
DayComparator - Class in net.sourceforge.jaulp.date.comparators
The Class DayComparator.
DayComparator() - Constructor for class net.sourceforge.jaulp.date.comparators.DayComparator
 
DD_MMM_YY - Static variable in interface net.sourceforge.jaulp.date.DatePatterns
Dateformat in String.
DOT_DD_MM - Static variable in interface net.sourceforge.jaulp.date.DatePatterns
Dateformat in String.
DOT_DD_MM_YY - Static variable in interface net.sourceforge.jaulp.date.DatePatterns
Dateformat in String.
DOT_DD_MM_YYYY - Static variable in interface net.sourceforge.jaulp.date.DatePatterns
Dateformat in String.
DOT_DD_MM_YYYY_HH_MM_SS - Static variable in interface net.sourceforge.jaulp.date.DatePatterns
Dateformat in String.
DOT_YYYY_MM_DD_HH_MM_SS - Static variable in interface net.sourceforge.jaulp.date.DatePatterns
Dateformat in String.

E

EEE_MMM_DD_HH_MM_SS_Z_YYYY - Static variable in interface net.sourceforge.jaulp.date.DatePatterns
Dateformat in String.
EEEE_MMM_DD_YYYY - Static variable in interface net.sourceforge.jaulp.date.DatePatterns
Dateformat in String.

G

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

I

IntervalUtils - Class in net.sourceforge.jaulp.date
 
IntervalUtils() - Constructor for class net.sourceforge.jaulp.date.IntervalUtils
 
isBetween(Date, Date, Date) - Static method in class net.sourceforge.jaulp.date.CalculateDateUtils
Checks if the Date object "between" is between from the given to Date objects.
isBetween(Interval, Interval) - Static method in class net.sourceforge.jaulp.date.IntervalUtils
 
isDateInTheFuture(Date) - Static method in class net.sourceforge.jaulp.date.CalculateDateUtils
Checks if the given date object is in the future.
isDateInThePast(Date) - Static method in class net.sourceforge.jaulp.date.CalculateDateUtils
Checks if the given date object is in the past.
isLeapYear(int) - Static method in class net.sourceforge.jaulp.date.CalculateDateUtils
Determines if the given year is a leap year.
isValidDate(String, String, boolean) - Static method in class net.sourceforge.jaulp.date.CalculateDateUtils
Checks if the Date is valid to convert.

L

LHH_MM_SS - Static variable in interface net.sourceforge.jaulp.date.DatePatterns
Dateformat in String.

N

net.sourceforge.jaulp.date - package net.sourceforge.jaulp.date
This package contains helper classes for Date and Calendar Objects.
net.sourceforge.jaulp.date.comparators - package net.sourceforge.jaulp.date.comparators
Provides classes for the comparators in the package 'net.sourceforce.jaulp.date'.
newDate(int, int, int) - Static method in class net.sourceforge.jaulp.date.CreateDateUtils
Creates a new Date object from the given values.
newDate(int, int, int, int, int, int) - Static method in class net.sourceforge.jaulp.date.CreateDateUtils
Creates a new Date object from the given values.
newDate(int, int, int, int, int, int, int) - Static method in class net.sourceforge.jaulp.date.CreateDateUtils
Creates a new Date object from the given values.
newRandomDate(Date) - Static method in class net.sourceforge.jaulp.date.CreateDateUtils
Creates the random date.
now() - Static method in class net.sourceforge.jaulp.date.CreateDateUtils
Creates a date from the current system time.

O

ONE_DAY - Static variable in class net.sourceforge.jaulp.date.Age
The Constant ONE_DAY.
ONE_DEFAULT_MONTH - Static variable in class net.sourceforge.jaulp.date.Age
The Constant ONE_DEFAULT_MONTH.
ONE_HOUR - Static variable in class net.sourceforge.jaulp.date.Age
The Constant ONE_HOUR.
ONE_MINUTE - Static variable in class net.sourceforge.jaulp.date.Age
The Constant ONE_MINUTE.
ONE_SECOND - Static variable in class net.sourceforge.jaulp.date.Age
The Constant ONE_SECOND.
ONE_YEAR - Static variable in class net.sourceforge.jaulp.date.Age
The Constant ONE_YEAR.

P

parseDate(String, List<String>) - Static method in class net.sourceforge.jaulp.date.ParseDateUtils
Tries to convert the given String to a Date.
ParseDateUtils - Class in net.sourceforge.jaulp.date
Utility class for the use of Date and Calendar object.
parseToDate(String, String) - Static method in class net.sourceforge.jaulp.date.ParseDateUtils
Parses the String date to a date object.
parseToDate(String, String[], Locale) - Static method in class net.sourceforge.jaulp.date.ParseDateUtils
Returns a date-object if the array with the formats are valid otherwise null.
parseToDateLenient(String, String, boolean) - Static method in class net.sourceforge.jaulp.date.ParseDateUtils
Parses the String date to a date object.
parseToString(Date, String) - Static method in class net.sourceforge.jaulp.date.ParseDateUtils
The Method parseToString(Date, String) formats the given Date to the given Format.
parseToString(Date, String, Locale) - Static method in class net.sourceforge.jaulp.date.ParseDateUtils
The Method parseToString(Date, String) formats the given Date to the given Format.
parseToString(String, String, String) - Static method in class net.sourceforge.jaulp.date.ParseDateUtils
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 net.sourceforge.jaulp.date.DateUtils
Returns a new Date object from the given Date object and sets the given parameters.
substractDaysFromDate(Date, int) - Static method in class net.sourceforge.jaulp.date.CalculateDateUtils
Substract days to the given Date object and returns it.
substractMonthsFromDate(Date, int) - Static method in class net.sourceforge.jaulp.date.CalculateDateUtils
Substract months to the given Date object and returns it.
substractWeeksFromDate(Date, int) - Static method in class net.sourceforge.jaulp.date.CalculateDateUtils
Substract weeks to the given Date object and returns it.
substractYearsFromDate(Date, int) - Static method in class net.sourceforge.jaulp.date.CalculateDateUtils
Substract years to the given Date object and returns it.

T

TimeZoneUtils - Class in net.sourceforge.jaulp.date
The Class TimeZoneUtils.
TimeZoneUtils() - Constructor for class net.sourceforge.jaulp.date.TimeZoneUtils
 
toCalendar(Date) - Static method in class net.sourceforge.jaulp.date.ConvertDateUtils
Converts a Date to a Calendar-object.
toCalendar(long) - Static method in class net.sourceforge.jaulp.date.ConvertDateUtils
Converts the given long value to a calendar object.
toDate(Calendar) - Static method in class net.sourceforge.jaulp.date.ConvertDateUtils
Converts a Calendar-object to a Date.
toDate(long) - Static method in class net.sourceforge.jaulp.date.ConvertDateUtils
Converts the given long value to a Date object.
toTimestamp(Date) - Static method in class net.sourceforge.jaulp.date.ConvertDateUtils
Converts a Date to a Timestamp-object.

U

UHH_MM - Static variable in interface net.sourceforge.jaulp.date.DatePatterns
Dateformat in String.
UHH_MM_SS - Static variable in interface net.sourceforge.jaulp.date.DatePatterns
Dateformat in String.

V

valueOf(String) - Static method in enum net.sourceforge.jaulp.date.Day
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sourceforge.jaulp.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 net.sourceforge.jaulp.date.DatePatterns
Dateformat in String.
YYYY_MM_DD_HH_MM_SS - Static variable in interface net.sourceforge.jaulp.date.DatePatterns
Dateformat in String.
YYYY_MM_DD_HH_MM_SS_S - Static variable in interface net.sourceforge.jaulp.date.DatePatterns
Dateformat in String.
YYYY_MM_DD_T_HH_MM_SS - Static variable in interface net.sourceforge.jaulp.date.DatePatterns
Dateformat in String.
YYYYMMDDHHMMSS - Static variable in interface net.sourceforge.jaulp.date.DatePatterns
Dateformat in String.
A B C D E G I L N O P S T U V Y 

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