Package org.apache.synapse.util
Class SimpleMapImpl
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap
-
- org.apache.synapse.util.SimpleMapImpl
-
- All Implemented Interfaces:
Serializable,Cloneable,Map,SimpleMap
public class SimpleMapImpl extends HashMap implements SimpleMap
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description SimpleMapImpl()SimpleMapImpl(org.apache.axiom.om.OMElement el)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget(String name)booleangetBoolean(String name)bytegetByte(String name)byte[]getBytes(String name)chargetChar(String name)doublegetDouble(String name)floatgetFloat(String name)intgetInt(String name)longgetLong(String name)org.apache.axiom.om.OMElementgetOMElement()org.apache.axiom.om.OMElementgetOMElement(org.apache.axiom.om.OMFactory fac)shortgetShort(String name)StringgetString(String name)voidput(String name, Object value)voidputBoolean(String name, boolean b)voidputByte(String name, byte b)voidputBytes(String name, byte[] bytes)voidputChar(String name, char c)voidputDouble(String name, double d)voidputFloat(String name, float fl)voidputInt(String name, int i)voidputLong(String name, long l)voidputShort(String name, short s)voidputString(String name, String value)-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Method Detail
-
getBoolean
public boolean getBoolean(String name)
- Specified by:
getBooleanin interfaceSimpleMap
-
putBoolean
public void putBoolean(String name, boolean b)
- Specified by:
putBooleanin interfaceSimpleMap
-
putBytes
public void putBytes(String name, byte[] bytes)
-
putDouble
public void putDouble(String name, double d)
-
getOMElement
public org.apache.axiom.om.OMElement getOMElement()
-
getOMElement
public org.apache.axiom.om.OMElement getOMElement(org.apache.axiom.om.OMFactory fac)
-
-