| Modifier and Type | Field and Description |
|---|---|
static int |
HASH_MAP |
static int |
TREE_MAP |
| Constructor and Description |
|---|
OptionalParamMap(int type)
Create an optional param map based on the specified map type
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object o) |
boolean |
containsValue(Object o) |
Set<Map.Entry<String,Object>> |
entrySet() |
boolean |
equals(Object o) |
Object |
get(Object key) |
Double |
getDouble(String key,
Double defaultValue) |
Integer |
getInteger(String key,
Integer defaultValue) |
Long |
getLong(String key,
Long defaultValue) |
String |
getString(String key,
String defaultValue) |
boolean |
isEmpty() |
Set<String> |
keySet() |
Object |
put(String key,
Object value) |
void |
putAll(Map map) |
Object |
remove(Object o) |
int |
size() |
String |
toString() |
Collection<Object> |
values() |
public static final int HASH_MAP
public static final int TREE_MAP
public OptionalParamMap(int type)
throws IllegalArgumentException
type - IllegalArgumentExceptionCopyright © 2016. All rights reserved.