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 LangTag
Context. getLanguage()
static LangTag
LangTag. 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 String
LangMap. get(LangTag languageCode)
Retrieve the value for a specific language.void
LangMap. put(LangTag languageCode, String value)
Sets an entry in the Language Mapvoid
LangMap. remove(LangTag languageCode)
Remove an entry from the Language Mapvoid
Context. 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
-