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 Object
get(String name)
boolean
getBoolean(String name)
byte
getByte(String name)
byte[]
getBytes(String name)
char
getChar(String name)
double
getDouble(String name)
float
getFloat(String name)
int
getInt(String name)
long
getLong(String name)
org.apache.axiom.om.OMElement
getOMElement()
org.apache.axiom.om.OMElement
getOMElement(org.apache.axiom.om.OMFactory fac)
short
getShort(String name)
String
getString(String name)
void
put(String name, Object value)
void
putBoolean(String name, boolean b)
void
putByte(String name, byte b)
void
putBytes(String name, byte[] bytes)
void
putChar(String name, char c)
void
putDouble(String name, double d)
void
putFloat(String name, float fl)
void
putInt(String name, int i)
void
putLong(String name, long l)
void
putShort(String name, short s)
void
putString(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:
getBoolean
in interfaceSimpleMap
-
putBoolean
public void putBoolean(String name, boolean b)
- Specified by:
putBoolean
in 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)
-
-