| Package | Description |
|---|---|
| app.pickmaven.businessdays |
| Modifier and Type | Method and Description |
|---|---|
Holidays |
Holidays.asLinkedList()
Sets the internal implementation of list of holidas as
LinkedList. |
Holidays |
BusinessDay.getHolidays(Integer... years)
Gets the
app.pickmaven.businessdays.Holidays object; this method gives you the possibility to filter the holidays based on years
you pass as integers. |
Holidays |
BusinessDay.getHolidaysForTemporalRange(TemporalRange range)
Gets the
app.pickmaven.businessdays.Holidays object filtered based temporal range you pass as parameter. |
Holidays |
BusinessDay.getHolidaysFromNow(Integer... years)
Gets the
app.pickmaven.businessdays.Holidays object starting from current date; this method gives you the possibility to filter the holidays based on years
you pass as integers. |
Holidays |
BusinessDay.getHolidaysFromStartingDate(Integer... years)
Gets the
app.pickmaven.businessdays.Holidays object starting from starting date; this method gives you the possibility to filter the holidays based on years
you pass as integers. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Holidays.addAll(Holidays holidays)
Adds all
app.pickmaven.businessdays.Holiday of holidays to this. |
boolean |
Holidays.containsAll(Holidays holidayList)
Checks if this
app.pickmaven.businessdays.Holidays contains all elements of the app.pickmaven.businessdays.Holidays object
passed in as parameter. |
BusinessDay.Builder |
BusinessDay.Builder.givenHolidays(Holidays holidays)
Sets the
app.pickmaven.businessdays.Holidays object in the app.pickmaven.businessdays.BusinessDay object. |
| Constructor and Description |
|---|
Holidays(Holidays holidays)
Constructor from
app.pickmaven.businessdays.Holidays |
Copyright © 2020. All rights reserved.