| Constructor and Description |
|---|
Params() |
Params(Map map) |
Params(String pars) |
Params(String[] pars) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Describe
clear method here. |
boolean |
containsKey(Object key)
Describe
containsKey method here. |
boolean |
containsValue(Object object)
Describe
containsValue method here. |
static boolean |
decodeBoolean(String val) |
Set<Map.Entry<String,Object>> |
entrySet()
Describe
entrySet method here. |
boolean |
equals(Object object)
Describe
equals method here. |
Object |
get(Object key)
Describe
get method here. |
boolean |
get(String key,
boolean def) |
int |
get(String key,
int def) |
long |
get(String key,
long def) |
String |
get(String key,
String def) |
Map<String,String> |
getMap() |
int |
hashCode()
Describe
hashCode method here. |
boolean |
isEmpty()
Describe
isEmpty method here. |
boolean |
isFalse(String key) |
Set<String> |
keySet()
Describe
keySet method here. |
protected static Map<String,Object> |
parseParams(String[] args) |
Object |
put(String key,
Object value)
Describe
put method here. |
void |
putAll(Map map)
Describe
putAll method here. |
Object |
remove(Object key)
Describe
remove method here. |
int |
size()
Describe
size method here. |
String |
toString() |
Collection<Object> |
values()
Describe
values method here. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Params()
public Params(Map map)
public Params(String pars)
public Params(String[] pars)
public int hashCode()
hashCode method here.public void clear()
clear method here.public boolean equals(Object object)
equals method here.public int get(String key, int def)
public long get(String key, long def)
public static boolean decodeBoolean(String val)
public boolean isFalse(String key)
public boolean get(String key, boolean def)
public void putAll(Map map)
putAll method here.public int size()
size method here.public Collection<Object> values()
values method here.public boolean containsKey(Object key)
containsKey method here.containsKey in interface Map<String,Object>object - an Object valueboolean valuepublic boolean containsValue(Object object)
containsValue method here.containsValue in interface Map<String,Object>object - an Object valueboolean valuepublic boolean isEmpty()
isEmpty method here.Copyright © 2005–2017 Tigase. All rights reserved.