K - The key type.V - The value type.public final class DefaultSdkAutoConstructMap<K,V> extends Object implements SdkAutoConstructMap<K,V>
SdkAutoConstructMap.
 This is an empty, unmodifiable map.
| Modifier and Type | Method and Description | 
|---|---|
void | 
clear()  | 
boolean | 
containsKey(Object key)  | 
boolean | 
containsValue(Object value)  | 
Set<Map.Entry<K,V>> | 
entrySet()  | 
boolean | 
equals(Object o)  | 
V | 
get(Object key)  | 
static <K,V> DefaultSdkAutoConstructMap<K,V> | 
getInstance()  | 
int | 
hashCode()  | 
boolean | 
isEmpty()  | 
Set<K> | 
keySet()  | 
V | 
put(K key,
   V value)  | 
void | 
putAll(Map<? extends K,? extends V> m)  | 
V | 
remove(Object key)  | 
int | 
size()  | 
String | 
toString()  | 
Collection<V> | 
values()  | 
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic static <K,V> DefaultSdkAutoConstructMap<K,V> getInstance()
public boolean containsKey(Object key)
containsKey in interface Map<K,V>public boolean containsValue(Object value)
containsValue in interface Map<K,V>public boolean equals(Object o)
public int hashCode()
Copyright © 2022. All rights reserved.