|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.utils.ParameterMap
public class ParameterMap
Convenience class for looking up string and integer values in a parameter map.
| Constructor Summary | |
|---|---|
ParameterMap()
|
|
| Method Summary | |
|---|---|
static boolean |
getKeyedBoolean(Map map,
String key,
boolean defValue)
Deprecated. |
static int |
getKeyedInteger(Map map,
String key,
int defValue)
Deprecated. |
static int[] |
getKeyedIntegerArray(Map map,
String key,
int[] defValues)
Deprecated. |
static long |
getKeyedLong(Map map,
String key,
long defValue)
Deprecated. |
static String |
getKeyedString(Map map,
String key,
String defValue)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParameterMap()
| Method Detail |
|---|
@Deprecated
public static long getKeyedLong(Map map,
String key,
long defValue)
@Deprecated
public static int getKeyedInteger(Map map,
String key,
int defValue)
@Deprecated
public static final int[] getKeyedIntegerArray(Map map,
String key,
int[] defValues)
@Deprecated
public static String getKeyedString(Map map,
String key,
String defValue)
@Deprecated
public static boolean getKeyedBoolean(Map map,
String key,
boolean defValue)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||