Map<String,String>, CommentedMap<String,String>, MultiMap<String,String>, OptionMapOptionspublic class BasicOptionMap extends CommonMultiMap<String,String> implements OptionMap
| Constructor | Description |
|---|---|
BasicOptionMap() |
|
BasicOptionMap(boolean propertyFirstUpper) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
add(String key,
Object value) |
|
void |
add(String key,
Object value,
int index) |
|
<T> T |
as(Class<T> clazz) |
|
<T> T |
as(Class<T> clazz,
String keyPrefix) |
|
String |
fetch(Object key) |
|
String |
fetch(Object key,
int index) |
|
<T> T |
fetch(Object key,
int index,
Class<T> clazz) |
|
<T> T |
fetch(Object key,
Class<T> clazz) |
|
<T> T |
fetchAll(Object key,
Class<T> clazz) |
|
void |
from(Object bean) |
|
void |
from(Object bean,
String keyPrefix) |
|
<T> T |
get(Object key,
int index,
Class<T> clazz) |
|
<T> T |
get(Object key,
Class<T> clazz) |
|
<T> T |
getAll(Object key,
Class<T> clazz) |
|
String |
put(String key,
Object value) |
|
String |
put(String key,
Object value,
int index) |
|
void |
putAll(String key,
Object value) |
|
void |
to(Object bean) |
|
void |
to(Object bean,
String keyPrefix) |
add, add, containsKey, containsValue, entrySet, get, get, getAll, isEmpty, keySet, length, put, put, putAll, size, toString, valuesgetComment, putComment, removeCommentclear, getComment, putAll, putComment, remove, remove, removeCommentclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entry, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, of, of, of, of, of, of, of, of, of, of, of, ofEntries, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic BasicOptionMap()
public BasicOptionMap(boolean propertyFirstUpper)