public class StringMapImpl extends HashMap<String,Object> implements StringMap
Class.getName()
.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
StringMapImpl() |
StringMapImpl(Map<String,Object> i) |
Modifier and Type | Method and Description |
---|---|
<T> T |
get(Class<T> key)
Convenience method for storing/retrieving typed objects from the map.
|
<T> void |
put(Class<T> key,
T value)
Convenience method for storing/retrieving typed objects from the map.
|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
Apache CXF