sfcc-dev-mcp
Version:
MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools
43 lines (23 loc) • 654 B
Markdown
## Package: dw.util
# Class LinkedHashMap
## Inheritance Hierarchy
- Object
- dw.util.Map
- dw.util.LinkedHashMap
## Description
This class implements a HashMap, which guarantees a iteration order according the put-order of the elements in the map.
## Constructor Summary
LinkedHashMap() Constructs a new LinkedHashMap.
## Method Summary
### clone
**Signature:** `clone() : LinkedHashMap`
Returns a shallow copy of this map.
## Constructor Detail
## Method Detail
## Method Details
### clone
**Signature:** `clone() : LinkedHashMap`
**Description:** Returns a shallow copy of this map.
**Returns:**
a shallow copy of this map.
---