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.
|
<T> T |
remove(Class<T> key)
Convenience method for removing typed objects from the map.
|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic <T> T get(Class<T> key)
StringMappublic <T> void put(Class<T> key, T value)
StringMapApache CXF