dw.util
Class MapEntry

dw.util.MapEntry
The class represent an entry within a Map.
key
:
Object
(Read Only)The entry's key.
value
:
Object
(Read Only)The entry's value.
This class does not have a constructor, so you cannot create it directly.
assign,
create,
create,
defineProperties,
defineProperty,
entries,
freeze,
fromEntries,
getOwnPropertyDescriptor,
getOwnPropertyNames,
getOwnPropertySymbols,
getPrototypeOf,
hasOwnProperty,
is,
isExtensible,
isFrozen,
isPrototypeOf,
isSealed,
keys,
preventExtensions,
propertyIsEnumerable,
seal,
setPrototypeOf,
toLocaleString,
toString,
valueOf,
values
getKey
Returns the entry's key.
Returns:
the entry's key.
getValue
Returns the entry's value.
Returns:
the entry's value.
© Copyright 2000-2023, salesforce.com inc. All rights reserved. Various trademarks held by their respective owners.