sfcc-dev-mcp
Version:
MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools
43 lines (23 loc) • 532 B
Markdown
## Package: dw.util
# Class HashMap
## Inheritance Hierarchy
- Object
- dw.util.Map
- dw.util.HashMap
## Description
Represents a hash map of objects.
## Constructor Summary
HashMap() Constructs a new HashMap.
## Method Summary
### clone
**Signature:** `clone() : HashMap`
Returns a shallow copy of this map.
## Constructor Detail
## Method Detail
## Method Details
### clone
**Signature:** `clone() : HashMap`
**Description:** Returns a shallow copy of this map.
**Returns:**
a shallow copy of this map.
---