Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for convertMap (0.06 sec)

  1. src/main/java/org/codelibs/core/io/ResourceBundleUtil.java

         * @param locale the locale
         * @return {@link Map}
         */
        public static final Map<String, String> convertMap(final String name, final Locale locale) {
            assertArgumentNotEmpty("name", name);
    
            final ResourceBundle bundle = getBundle(name, locale);
            return convertMap(bundle);
        }
    
        /**
         * Returns the {@literal locale} if not {@literal null}, otherwise returns the default locale.
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Thu Jul 31 08:16:49 UTC 2025
    - 5.3K bytes
    - Viewed (0)
Back to top