K
- 键类型V
- 值类型public class CamelCaseMap<K,V> extends CustomKeyMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
CamelCaseMap()
构造
|
CamelCaseMap(int initialCapacity)
构造
|
CamelCaseMap(int initialCapacity,
float loadFactor)
构造
|
CamelCaseMap(Map<? extends K,? extends V> m)
构造
|
Modifier and Type | Method and Description |
---|---|
protected Object |
customKey(Object key)
将Key转为驼峰风格,如果key为字符串的话
|
containsKey, get, put, putAll
clear, clone, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
Copyright © 2020. All rights reserved.