sfcc-dev-mcp
Version:
MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools
70 lines (36 loc) • 785 B
Markdown
## Package: dw.util
# Class MapEntry
## Inheritance Hierarchy
- Object
- dw.util.MapEntry
## Description
The class represent an entry within a Map.
## Properties
### key
**Type:** Object (Read Only)
The entry's key.
### value
**Type:** Object (Read Only)
The entry's value.
## Constructor Summary
## Method Summary
### getKey
**Signature:** `getKey() : Object`
Returns the entry's key.
### getValue
**Signature:** `getValue() : Object`
Returns the entry's value.
## Method Detail
## Method Details
### getKey
**Signature:** `getKey() : Object`
**Description:** Returns the entry's key.
**Returns:**
the entry's key.
### getValue
**Signature:** `getValue() : Object`
**Description:** Returns the entry's value.
**Returns:**
the entry's value.