K - the key typeV - the value typepublic interface TypedMap<K,V> extends Map<K,V>, TypedDictionary<K,V>
Map| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsKey(Object key) |
V |
put(K key,
V value) |
V |
remove(Object key) |
clear, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, valuesget, get, getBoolean, getBoolean, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getRequired, getRequired, getRequiredBoolean, getRequiredDouble, getRequiredFloat, getRequiredInt, getRequiredLong, getRequiredString, getString, getString, removeBoolean, removeBoolean, removeDouble, removeDouble, removeFloat, removeFloat, removeInt, removeInt, removeLong, removeLong, removeString, removeStringboolean containsKey(Object key)
containsKey 在接口中 Map<K,V>containsKey 在接口中 TypedDictionary<K,V>Copyright © 2024. All rights reserved.