Class HolidayBundle

    • Constructor Detail

      • HolidayBundle

        public HolidayBundle()
    • Method Detail

      • getContents

        public Object[][] getContents()
        Description copied from class: ListResourceBundle
        Returns an Object array containing the resources of this ListResourceBundle. Each element in the array is an array of two elements, the first is the resource key string and the second is the resource.
        Specified by:
        getContents in class ListResourceBundle
        Returns:
        a Object array containing the resources.