<V> V |
Backend.getValue(String bundle,
String key,
Class<V> valueType) |
<V> V |
Configuration.getValue(String bundle,
String key,
Class<V> valueType) |
<V> V |
Backend.getValue(String bundle,
String key,
V defaultValue) |
<V> V |
Configuration.getValue(String bundle,
String key,
V defaultValue) |
<V> V[] |
Backend.getValues(String bundle,
String key,
Class<V> valueType) |
<V> V[] |
Configuration.getValues(String bundle,
String key,
Class<V> valueType) |
<V> V[] |
Backend.getValues(String bundle,
String key,
V[] defaultValues) |
<V> V[] |
Configuration.getValues(String bundle,
String key,
V[] defaultValues) |