public class TypedLinkedMultiValueMap<K,V> extends org.springframework.util.LinkedMultiValueMap<K,V> implements RemovableTypedKeyValue<K,V>
LinkedMultiValueMap with pre-defined get methods| 构造器和说明 |
|---|
TypedLinkedMultiValueMap() |
TypedLinkedMultiValueMap(int initialCapacity) |
TypedLinkedMultiValueMap(Map<K,List<V>> otherMap) |
| 限定符和类型 | 方法和说明 |
|---|---|
V |
getValue(K key) |
V |
removeKey(K key) |
add, addAll, addAll, clear, containsKey, containsValue, entrySet, equals, get, getFirst, hashCode, isEmpty, keySet, put, putAll, remove, set, setAll, size, toSingleValueMap, toString, valuesremoveBoolean, removeBoolean, removeDouble, removeDouble, removeFloat, removeFloat, removeInt, removeInt, removeLong, removeLong, removeString, removeStringget, getBoolean, getBoolean, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getRequired, getRequired, getRequiredBoolean, getRequiredDouble, getRequiredFloat, getRequiredInt, getRequiredLong, getRequiredString, getString, getString, hasKeycompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllCopyright © 2023. All rights reserved.