UNPKG

sfcc-dev-mcp

Version:

MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools

46 lines (25 loc) 673 B
## Package: dw.util # Class HashSet ## Inheritance Hierarchy - Object - dw.util.Collection - dw.util.Set - dw.util.HashSet ## Description Represents a HashSet ## Constructor Summary HashSet() Constructs a new HashMap. HashSet(collection : Collection) Construct a new HashSet by initializing the HashSet with the elements of the given collection. ## Method Summary ### clone **Signature:** `clone() : HashSet` Returns a shallow copy of this set. ## Constructor Detail ## Method Detail ## Method Details ### clone **Signature:** `clone() : HashSet` **Description:** Returns a shallow copy of this set. **Returns:** a shallow copy of this set. ---