public class AcceptableLanguages extends ArrayList<String>
modCount| Constructor and Description |
|---|
AcceptableLanguages(List<String> rawLanguageStrs)
Construct a normalized list of acceptable language strings
from a set of raw language strings.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic AcceptableLanguages(List<String> rawLanguageStrs)
rawLanguageStrs - may not be nullCopyright © 2021. All rights reserved.