K
- The key type.V
- The value type.public interface SdkAutoConstructMap<K,V> extends Map<K,V>
The main purpose of this class is to help distinguish explicitly empty maps
set on requests by the user, as some services may treat null
or
missing maps and empty map members differently. As such, this class should
not be used directly by the user.
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Copyright © 2018. All rights reserved.