UNPKG

sfcc-dev-mcp

Version:

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

50 lines (27 loc) 818 B
## Package: dw.util # Class ArrayList ## Inheritance Hierarchy - Object - dw.util.Collection - dw.util.List - dw.util.ArrayList ## Description The ArrayList class is a container for a list of objects. ## Constructor Summary ArrayList() Constructor for a new ArrayList. ArrayList(collection : Collection) Constructor for a new ArrayList. ArrayList(iterator : Iterator) Constructor for a new ArrayList. ArrayList(values : Object...) Constructor for a new ArrayList. ## Method Summary ### clone **Signature:** `clone() : ArrayList` Returns a shallow copy of this array list. ## Constructor Detail ## Method Detail ## Method Details ### clone **Signature:** `clone() : ArrayList` **Description:** Returns a shallow copy of this array list. **Returns:** a shallow copy of this array list. ---