public interface I18N
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String key) |
String |
get(String key) |
String |
get(String key,
String defaultVal) |
static I18N |
instance(Properties props,
Locale locale) |
void |
put(String key,
String... values) |
Copyright © 2011–2018 David R. Smith. All rights reserved.