|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.test.util.Params
public class Params
Describe class Params here. Created: Tue May 17 23:10:31 2005
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
Params()
|
|
Params(Map map)
|
|
Params(String pars)
|
|
Params(String[] pars)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Params()
public Params(Map map)
public Params(String pars)
public Params(String[] pars)
| Method Detail |
|---|
protected static Map<String,Object> parseParams(String[] args)
public Map<String,String> getMap()
public int hashCode()
hashCode method here.
hashCode in interface Map<String,Object>hashCode in class Objectint value
public Object put(String key,
Object value)
put method here.
put in interface Map<String,Object>key - an String valuevalue - an Object value
Object valuepublic void clear()
clear method here.
clear in interface Map<String,Object>public boolean equals(Object object)
equals method here.
equals in interface Map<String,Object>equals in class Objectobject - an Object value
boolean valuepublic Set<Map.Entry<String,Object>> entrySet()
entrySet method here.
entrySet in interface Map<String,Object>Set valuepublic Object get(Object key)
get method here.
get in interface Map<String,Object>object - an Object value
Object value
public String get(String key,
String def)
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.
putAll in interface Map<String,Object>map - a Map valuepublic int size()
size method here.
size in interface Map<String,Object>int valuepublic Collection<Object> values()
values method here.
values in interface Map<String,Object>Collection valuepublic Object remove(Object key)
remove method here.
remove in interface Map<String,Object>object - an Object value
Object valuepublic boolean containsKey(Object key)
containsKey method here.
containsKey in interface Map<String,Object>object - an Object value
boolean valuepublic boolean containsValue(Object object)
containsValue method here.
containsValue in interface Map<String,Object>object - an Object value
boolean valuepublic boolean isEmpty()
isEmpty method here.
isEmpty in interface Map<String,Object>boolean valuepublic Set<String> keySet()
keySet method here.
keySet in interface Map<String,Object>Set valuepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||