Uses of Interface
fr.marcwrobel.jbanking.calendar.Holiday
-
Packages that use Holiday Package Description fr.marcwrobel.jbanking.calendar -
-
Uses of Holiday in fr.marcwrobel.jbanking.calendar
Classes in fr.marcwrobel.jbanking.calendar that implement Holiday Modifier and Type Class Description classBridgedHolidayAHolidaybased on two other holidays that adds a holiday when the previous and next days are holidays.classDayOfWeekHolidayAHolidayoccurring the same day every week.classDayOfWeekInMonthHolidayAHolidayoccurring the same day of the week in a month every year.classFixedHolidayAHolidayoccurring at given dates.classMonthDayHolidayAHolidayoccurring the same day and month every year.classMovedHolidayAHolidaythat has been punctually moved to another day.classRelativeHolidayclassShiftedHolidayclassSuppressedHolidayAHolidaythat has been punctually suppressed.classWesternEasterThis class is modeling the western easter sunday.classYearRangeHolidayAHolidaythat is valid only for a given range or years.Methods in fr.marcwrobel.jbanking.calendar that return types with arguments of type Holiday Modifier and Type Method Description Set<Holiday>Calendar. getHolidaysFor(LocalDate date)Get all theHolidays matching with the given day.Set<Holiday>CompositeCalendar. getHolidaysFor(LocalDate date)Set<Holiday>ConfigurableCalendar. getHolidaysFor(LocalDate date)Set<Holiday>FinancialCalendars. getHolidaysFor(LocalDate date)Constructors in fr.marcwrobel.jbanking.calendar with parameters of type Holiday Constructor Description BridgedHoliday(Holiday first, Holiday second)ConfigurableCalendar(Holiday... holidays)Creates a new instance using the given bankHolidays.MovedHoliday(Holiday base, LocalDate... replacements)Create a new holiday using the given base and replacementsMap.RelativeHoliday(Holiday base, int plusDays)Create a new holiday using the givenbase holidayand the given number of days as the shift.ShiftedHoliday(Holiday base, ShiftingStrategy strategy)Create a new holiday using the givenbase holidayand shifting strategy.SuppressedHoliday(Holiday base, Integer... suppressedYears)Create a new holiday using the given base and suppressed years.SuppressedHoliday(Holiday base, Collection<Integer> suppressedYears)Create a new holiday using the given base and suppressed years.YearRangeHoliday(Holiday base, long from, long to)Create a new holiday using the given base and years of validity.YearRangeHoliday(Holiday base, ValueRange validityRange)Create a new holiday using the given base and years of validity.Constructor parameters in fr.marcwrobel.jbanking.calendar with type arguments of type Holiday Constructor Description ConfigurableCalendar(Collection<Holiday> holidays)Creates a new instance using the given bankHolidays.
-