public class CaselessStringKeyHashMap<T,K> extends HashMap<T,K> implements Cacheable, Serializable
Title:
Description:
Copyright: Copyright (c) 2022
Company: www.raddev.cn
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
CaselessStringKeyHashMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsKey(Object key) |
K |
get(Object key) |
int |
getCachedSize()
Returns the approximate size of the Object in bytes.
|
K |
put(T key,
K value) |
void |
putAll(Map<? extends T,? extends K> m) |
K |
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 在接口中 Map<T,K>containsKey 在类中 HashMap<T,K>public int getCachedSize()
CacheablegetCachedSize 在接口中 CacheableCopyright © 2023 onecode. All rights reserved.