Complex Value Map
A map from key type string to value type {@link com.sap.cloud.mobile.kotlin.odata.ComplexValue}.
Constructors
See ComplexValueMap(Int).
Construct a new map with {@link com.sap.cloud.mobile.kotlin.odata.ComplexValueMap#size ComplexValueMap.size} of zero and optional initial capacity.
A map can expand in size beyond its initial capacity, but best performance
will be obtained if the initial capacity is close to (and not less than) the map's maximum size.
Types
Functions
Return a shallow copy of this map.
Return a list of the entries (key/value pairs) in this map.
Return (nullable) The value from the entry with the specified key (if found), otherwise null.
Return the value from the entry with the specified key (if found).
- Throws:
-
{@link com.sap.cloud.mobile.kotlin.odata.core.MissingEntryException} (fatal) if no entry is found for the specified key.
Return a list of the entry keys in this map.
Merge all the entries of from to this map, replacing any entry for which the key already exists in this map.
Add or replace an entry with the specified key and value.
Add or replace an entry with the specified key and value.
Return a sorted list of the entries in this map, using the ordering of this.keys().
Return a sorted list of the keys in this map.
Return a sorted list of the values in this map.
Return a list of the entry values in this map.