Constructors
See ObjectMap(Int).
Construct a new map with {@link com.sap.cloud.mobile.kotlin.odata.ObjectMap#size ObjectMap.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 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.
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.