Class DefaultSdkAutoConstructMap<K,V> 
java.lang.Object
software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap<K,V> 
- Type Parameters:
 K- The key type.V- The value type.
- All Implemented Interfaces:
 Serializable,Map<K,,V> SdkAutoConstructMap<K,V> 
public final class DefaultSdkAutoConstructMap<K,V> 
extends Object
implements SdkAutoConstructMap<K,V>, Serializable 
Default implementation of 
SdkAutoConstructMap.
 This is an empty, unmodifiable map.
- See Also:
 
- 
Nested Class Summary
 - 
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleanstatic <K,V> DefaultSdkAutoConstructMap <K, V> inthashCode()booleanisEmpty()keySet()voidintsize()toString()values()Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll 
- 
Method Details
- 
getInstance
 - 
size
 - 
isEmpty
 - 
containsKey
- Specified by:
 containsKeyin interfaceMap<K,V> 
 - 
containsValue
- Specified by:
 containsValuein interfaceMap<K,V> 
 - 
get
 - 
put
 - 
remove
 - 
putAll
 - 
clear
 - 
keySet
 - 
values
 - 
entrySet
 - 
equals
 - 
hashCode
 - 
toString
 
 -