|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Immutable public interface TranslationStore
Store for i18n keys and their respective values.
| Method Summary | |
|---|---|
boolean |
containsKey(String key)
Whether this TranslationStore contains the given key. |
String |
get(String key)
Returns the i18n value associated with a key. |
Iterable<String> |
keys()
Returns an Iterable over this TranslationStore's keys. |
| Method Detail |
|---|
String get(String key)
key - a String key
boolean containsKey(String key)
key - a String key
Iterable<String> keys()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||