K - 键类型V - 值类型public class CamelCaseLinkedMap<K,V> extends CustomKeyLinkedMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
CamelCaseLinkedMap()
构造
|
CamelCaseLinkedMap(int initialCapacity)
构造
|
CamelCaseLinkedMap(int initialCapacity,
float loadFactor)
构造
|
CamelCaseLinkedMap(Map<? extends K,? extends V> m)
构造
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected Object |
customKey(Object key)
将Key转为驼峰风格,如果key为字符串的话
|
containsKey, get, put, putAllclear, clone, containsValue, entrySet, isEmpty, keySet, remove, size, valuesequals, hashCode, toStringCopyright © 2018. All rights reserved.