public class SimpleMapImpl extends HashMap implements SimpleMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
SimpleMapImpl() |
SimpleMapImpl(org.apache.axiom.om.OMElement el) |
Modifier and Type | Method and 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) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
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
public SimpleMapImpl()
public SimpleMapImpl(org.apache.axiom.om.OMElement el)
public boolean getBoolean(String name)
getBoolean
in interface SimpleMap
public void putBoolean(String name, boolean b)
putBoolean
in interface SimpleMap
public void putBytes(String name, byte[] bytes)
public void putDouble(String name, double d)
public org.apache.axiom.om.OMElement getOMElement()
public org.apache.axiom.om.OMElement getOMElement(org.apache.axiom.om.OMFactory fac)
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.