Lines Matching defs:List

288  * <p>A user's preference is called a <em>Language Priority List</em> and is
307 * kind of language ranges are included in the given Language Priority List.
320 * <p>For example, if a Language Priority List consists of two language ranges,
1492 List<String>subtags = tag.getVariants();
2782 * <th scope="col">Language Priority List: {@code "de-DE"}</th>
2783 * <th scope="col">Language Priority List: {@code "de-*-DE"}</th>
2849 * @see #filter(List, Collection, FilteringMode)
2850 * @see #filterTags(List, Collection, FilteringMode)
2857 * Priority List consisting of language ranges. If all of the ranges
2870 * included in the given Language Priority List are ignored.
2876 * included in the given Language Priority List, they are mapped to the
2887 * included in the given Language Priority List, the list is rejected
2900 * of language ranges is called a <em>Language Priority List</em>.
3053 * Parses the given {@code ranges} to generate a Language Priority List.
3082 * the Language Priority List based on priority or weight. If a
3084 * only the first one is included on the Language Priority List.
3102 * Language Priority List, locale-matching method can find Hebrew as a
3110 * @return a Language Priority List consisting of language ranges
3117 public static List<LanguageRange> parse(String ranges) {
3123 * List, and then customizes the list using the given {@code map}.
3132 * @return a Language Priority List with customization. The list is
3140 public static List<LanguageRange> parse(String ranges,
3141 Map<String, List<String>> map) {
3146 * Generates a new customized Language Priority List using the given
3167 * <p>For example, if a user's Language Priority List consists of five
3170 * Priority List which is customized using the above map example will
3177 * included in the Language Priority List. In this example, mapping
3185 * @param priorityList user's Language Priority List
3187 * @return a new Language Priority List with customization. The list is
3192 public static List<LanguageRange> mapEquivalents(
3193 List<LanguageRange>priorityList,
3194 Map<String, List<String>> map) {
3263 * @param priorityList user's Language Priority List in which each language
3278 public static List<Locale> filter(List<LanguageRange> priorityList,
3287 * {@link #filter(List, Collection, FilteringMode)} when {@code mode} is
3293 * @param priorityList user's Language Priority List in which each language
3304 public static List<Locale> filter(List<LanguageRange> priorityList,
3324 * @param priorityList user's Language Priority List in which each language
3339 public static List<String> filterTags(List<LanguageRange> priorityList,
3348 * {@link #filterTags(List, Collection, FilteringMode)} when {@code mode}
3362 * @param priorityList user's Language Priority List in which each language
3373 public static List<String> filterTags(List<LanguageRange> priorityList,
3382 * @param priorityList user's Language Priority List in which each language
3392 public static Locale lookup(List<LanguageRange> priorityList,
3404 * @param priorityList user's Language Priority List in which each language
3414 public static String lookupTag(List<LanguageRange> priorityList,