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