Uses of Class
com.nimbusds.langtag.LangTag
-
-
Uses of LangTag in com.nimbusds.langtag
Methods in com.nimbusds.langtag that return LangTag Modifier and Type Method Description static LangTagLangTagUtils. extract(String s)Extracts the language tag, if any is found, from the specified string.static LangTagLangTag. parse(String s)Parses the specified string representation of a language tag.static LangTag[]LangTagUtils. parseLangTagArray(String... values)Parses a language tag array from the specified string values.Methods in com.nimbusds.langtag that return types with arguments of type LangTag Modifier and Type Method Description static <T> Map<LangTag,T>LangTagUtils. find(String baseName, Map<String,T> map)Finds all language-tagged entries with the specified base name.static List<LangTag>LangTagUtils. parseLangTagList(String spaceDelimitedValues)Parses a language tag list from the specified string containing space delimited values.static List<LangTag>LangTagUtils. parseLangTagList(String... values)Parses a language tag list from the specified string values.static List<LangTag>LangTagUtils. parseLangTagList(Collection<String> collection)Parses a language tag list from the specified string collection.static Map.Entry<String,LangTag>LangTagUtils. split(String s)Splits the specified optionally language tagged string into a string and language tag pair.Method parameters in com.nimbusds.langtag with type arguments of type LangTag Modifier and Type Method Description static StringLangTagUtils. concat(List<LangTag> langTags)Concatenates the specified language tags with a single space.static String[]LangTagUtils. toStringArray(Collection<LangTag> langTags)Returns a string array representation of the specified language tags collection.static List<String>LangTagUtils. toStringList(Collection<LangTag> langTags)Returns a string list representation of the specified language tags collection.
-