|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis.transport.jms.MapUtils
MapUtils provides convenience methods for accessing a java.util.Map
Constructor Summary | |
MapUtils()
|
Method Summary | |
static boolean |
removeBooleanProperty(Map properties,
String key,
boolean defaultValue)
Returns a boolean property from a Map and removes it. |
static int |
removeIntProperty(Map properties,
String key,
int defaultValue)
Returns an int property from a Map and removes it. |
static long |
removeLongProperty(Map properties,
String key,
long defaultValue)
Returns a long property from a Map and removes it. |
static Object |
removeObjectProperty(Map properties,
String key,
Object defaultValue)
Returns an Object property from a Map and removes it. |
static String |
removeStringProperty(Map properties,
String key,
String defaultValue)
Returns a String property from a Map and removes it. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MapUtils()
Method Detail |
public static int removeIntProperty(Map properties, String key, int defaultValue)
properties
- key
- defaultValue
-
public static long removeLongProperty(Map properties, String key, long defaultValue)
properties
- key
- defaultValue
-
public static String removeStringProperty(Map properties, String key, String defaultValue)
properties
- key
- defaultValue
-
public static boolean removeBooleanProperty(Map properties, String key, boolean defaultValue)
properties
- key
- defaultValue
-
public static Object removeObjectProperty(Map properties, String key, Object defaultValue)
properties
- key
- defaultValue
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |