@Immutable public interface TranslationStore
Modifier and Type | Method and Description |
---|---|
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.
|
String get(String key)
key
- a String keyboolean containsKey(String key)
key
- a String keyCopyright © 2002-2023 Atlassian. All Rights Reserved.