public static class CaseInsensitiveContainerFactory.CaseInsensitiveMap extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
CaseInsensitiveMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsKey(Object key) |
Object |
get(Object key) |
Object |
put(Object key,
Object value) |
void |
putAll(Map m) |
Object |
remove(Object key) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic boolean containsKey(Object key)
containsKey 在接口中 MapcontainsKey 在类中 HashMapCopyright © 2015. All rights reserved.