public class AlipayHashMap extends HashMap<String,String>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
AlipayHashMap()
Instantiates a new Alipay hash map.
|
AlipayHashMap(Map<? extends String,? extends String> m)
Instantiates a new Alipay hash map.
|
Modifier and Type | Method and Description |
---|---|
String |
put(String key,
Object value)
Put string.
|
String |
put(String key,
String value) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
Copyright © 2018. All rights reserved.