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 TypeMethodDescriptionvoid
clear()
boolean
containsKey
(Object key) boolean
containsValue
(Object value) entrySet()
boolean
static <K,
V> DefaultSdkAutoConstructMap <K, V> int
hashCode()
boolean
isEmpty()
keySet()
void
int
size()
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:
containsKey
in interfaceMap<K,
V>
-
containsValue
- Specified by:
containsValue
in interfaceMap<K,
V>
-
get
-
put
-
remove
-
putAll
-
clear
-
keySet
-
values
-
entrySet
-
equals
-
hashCode
-
toString
-