public class MiniDaoLinkedMap extends LinkedHashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
MiniDaoLinkedMap() |
MiniDaoLinkedMap(int initialCapacity) |
MiniDaoLinkedMap(int initialCapacity,
Locale locale) |
MiniDaoLinkedMap(Locale locale) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
protected String |
convertKey(String key) |
Object |
get(Object key) |
Object |
put(String key,
Object value) |
void |
putAll(Map map) |
Object |
remove(Object key) |
containsValue, entrySet, forEach, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, isEmpty, merge, putIfAbsent, remove, replace, replace, sizeequals, hashCode, toStringcompute, computeIfAbsent, computeIfPresent, equals, hashCode, isEmpty, merge, putIfAbsent, remove, replace, replace, sizepublic MiniDaoLinkedMap()
public MiniDaoLinkedMap(int initialCapacity)
public MiniDaoLinkedMap(int initialCapacity,
Locale locale)
public MiniDaoLinkedMap(Locale locale)
Copyright © 2023. All rights reserved.