Class GermanHolidays


  • public class GermanHolidays
    extends Holidays
    • Constructor Detail

      • GermanHolidays

        public GermanHolidays()
    • Method Detail

      • getHolidays

        public Map<Date,​String> getHolidays​(MNls nls,
                                                  int year,
                                                  String regionHint)
        Description copied from class: Holidays
        Return a list of national holidays for the year.
        Specified by:
        getHolidays in class Holidays
        Parameters:
        nls - The nls or null for default
        year - The year to provide holidays
        regionHint - Region hint or null
        Returns:
        List of holidays for the year, key, name of the holiday, value the date in the year.