Salesforce B2C Commerce 23.6 > B2C Commerce API > B2C Commerce Script > dw.util
dw.util
Class MapEntry
Object
dw.util.MapEntry
The class represent an entry within a Map.
Properties
key  :  Object  (Read Only)
The entry's key.
value  :  Object  (Read Only)
The entry's value.
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
getKey() : Object
Returns the entry's key.
getValue() : Object
Returns the entry's value.
Methods inherited from class Object
Method Detail
getKey
getKey() : Object
Returns the entry's key.
Returns:
the entry's key.

getValue
getValue() : Object
Returns the entry's value.
Returns:
the entry's value.

X Privacy Update: We use cookies to make interactions with our websites and services easy and meaningful, to better understand how they are used. By continuing to use this site you are giving us your consent to do this. Privacy Policy.