Uses of Class
com.yetanalytics.xapi.model.LangTag
-
Packages that use LangTag Package Description com.yetanalytics.xapi.model -
-
Uses of LangTag in com.yetanalytics.xapi.model
Methods in com.yetanalytics.xapi.model that return LangTag Modifier and Type Method Description LangTagContext. getLanguage()static LangTagLangTag. parse(String langTag)Static method to create a LangTag instance from the langTag string.Methods in com.yetanalytics.xapi.model that return types with arguments of type LangTag Modifier and Type Method Description Set<LangTag>LangMap. getKeys()Retrieves the full set of RFC 5646 Language Tags contained in the MapMap<LangTag,String>LangMap. getMap()Retrieves the full Language Map in the form of a HashMap<String, String>Methods in com.yetanalytics.xapi.model with parameters of type LangTag Modifier and Type Method Description StringLangMap. get(LangTag languageCode)Retrieve the value for a specific language.voidLangMap. put(LangTag languageCode, String value)Sets an entry in the Language MapvoidLangMap. remove(LangTag languageCode)Remove an entry from the Language MapvoidContext. setLanguage(LangTag language)Constructor parameters in com.yetanalytics.xapi.model with type arguments of type LangTag Constructor Description LangMap(HashMap<LangTag,String> input)Create a new langmap from a HashMap
-