public class I18NHolder extends Object
| Constructor and Description |
|---|
I18NHolder() |
| Modifier and Type | Method and Description |
|---|---|
I18N |
add(Locale loc,
I18N i18n) |
void |
clear() |
boolean |
containsI18n(I18N i18n) |
boolean |
containsLocale(Locale loc) |
I18N |
get(Locale loc) |
boolean |
isEmpty() |
List<Locale> |
locales() |
void |
putAll(Map<? extends Locale,? extends I18N> map) |
I18N |
remove(Locale loc) |
int |
size() |
Copyright © 2015. All Rights Reserved.