Constructors
See IntMap(Int).
Construct a new map with {@link com.sap.cloud.mobile.kotlin.odata.IntMap#size IntMap.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 clone of this value if it (together with all value subcomponents) is possibly mutable, or return this value if it (together with all value subcomponents) is definitely immutable. The resulting value might share mutable metadata with this query.
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.