public class MyHashMap extends HashMap<String,Object> implements Map<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Map.Entry<K,V>
MyHashMap()
MyHashMap(Map<String,Object> map)
MyHashMap
put(String key, Object value)
set(String key, Object value)
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, putAll, remove, size, values
equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, values
public MyHashMap()
public MyHashMap(Map<String,Object> map)
public MyHashMap set(String key, Object value)
set
HashMap<String,Object>
public MyHashMap put(String key, Object value)
put
Map<String,Object>
Copyright © 2015. All rights reserved.