public class StringMapImpl extends HashMap<String,Object> implements StringMap
Class.getName().AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
| StringMapImpl() | 
| StringMapImpl(int initialSize,
             float factor) | 
| 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, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic StringMapImpl()
public StringMapImpl(int initialSize,
                     float factor)
public <T> T get(Class<T> key)
StringMappublic <T> void put(Class<T> key, T value)
StringMapApache CXF