Package org.aoju.bus.core.map
Class CaseInsensitiveLinkedMap<K,V>
java.lang.Object
org.aoju.bus.core.map.MapWrapper<K,V>
org.aoju.bus.core.map.TransitionMap<K,V>
org.aoju.bus.core.map.CustomKeyMap<K,V>
org.aoju.bus.core.map.FuncKeyMap<K,V>
org.aoju.bus.core.map.CaseInsensitiveMap<K,V>
org.aoju.bus.core.map.CaseInsensitiveLinkedMap<K,V>
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.aoju.bus.core.map.MapWrapper
DEFAULT_INITIAL_CAPACITY, DEFAULT_LOAD_FACTOR -
Constructor Summary
ConstructorsConstructorDescription构造CaseInsensitiveLinkedMap(float loadFactor, Map<? extends K, ? extends V> map) 构造CaseInsensitiveLinkedMap(int initialCapacity) 构造CaseInsensitiveLinkedMap(int initialCapacity, float loadFactor) 构造CaseInsensitiveLinkedMap(Map<? extends K, ? extends V> m) 构造 -
Method Summary
Methods inherited from class org.aoju.bus.core.map.FuncKeyMap
customKeyMethods inherited from class org.aoju.bus.core.map.CustomKeyMap
customValueMethods inherited from class org.aoju.bus.core.map.TransitionMap
compute, computeIfAbsent, computeIfPresent, containsKey, get, getOrDefault, merge, put, putAll, putIfAbsent, remove, remove, replace, replaceMethods inherited from class org.aoju.bus.core.map.MapWrapper
clear, clone, containsValue, entrySet, equals, forEach, getRaw, hashCode, isEmpty, iterator, keySet, replaceAll, size, toString, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
CaseInsensitiveLinkedMap
public CaseInsensitiveLinkedMap()构造 -
CaseInsensitiveLinkedMap
public CaseInsensitiveLinkedMap(int initialCapacity) 构造- Parameters:
initialCapacity- 初始大小
-
CaseInsensitiveLinkedMap
-
CaseInsensitiveLinkedMap
-
CaseInsensitiveLinkedMap
public CaseInsensitiveLinkedMap(int initialCapacity, float loadFactor) 构造- Parameters:
initialCapacity- 初始大小loadFactor- 加载因子
-