Package org.apache.activemq.util
Class MapHelper
- java.lang.Object
-
- org.apache.activemq.util.MapHelper
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetInt(Map map, String key, int defaultValue)Extracts the value from the map and coerces to an int value or returns a default value if one could not be found or coercedstatic StringgetString(Map map, String key)Extracts the value from the map and coerces to a String
-