public class LoggingHashMap extends HashMap<String,String>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
| LoggingHashMap() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | put(String key,
   String value)Override the put() method to log the entry being added. | 
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, putAll, remove, size, valuesequals, hashCode, toStringCopyright © 2013. All rights reserved.