Uses of Class
org.javarosa.core.util.OrderedMap
| Package | Description |
|---|---|
| org.javarosa.core.reference | |
| org.javarosa.core.services.locale | |
| org.javarosa.core.util |
-
Uses of OrderedMap in org.javarosa.core.reference
Methods in org.javarosa.core.reference that return OrderedMap Modifier and Type Method Description OrderedMap<String,String>ReferenceDataSource. getLocalizedText() -
Uses of OrderedMap in org.javarosa.core.services.locale
Methods in org.javarosa.core.services.locale that return OrderedMap Modifier and Type Method Description OrderedMap<String,String>Localizer. getLocaleData(String locale)Get the set of mappings for a locale.OrderedMap<String,String>Localizer. getLocaleMap(String locale)Get the mappings for a locale, but throw an exception if locale is not defined.OrderedMap<String,String>LocaleDataSource. getLocalizedText()OrderedMap<String,String>ResourceFileDataSource. getLocalizedText()OrderedMap<String,String>TableLocaleSource. getLocalizedText()static OrderedMap<String,String>LocalizationUtils. parseLocaleInput(InputStream is)Constructors in org.javarosa.core.services.locale with parameters of type OrderedMap Constructor Description TableLocaleSource(OrderedMap<String,String> localeData) -
Uses of OrderedMap in org.javarosa.core.util
Subclasses of OrderedMap in org.javarosa.core.util Modifier and Type Class Description classMap<K,V>A Map is a data object that maintains a map from one set of data objects to another.