Collections.List.createArrayListWithId()

Signature

Object createArrayListWithId ( String listId )

Domain

ACTION

Description

Create and return instance of ArrayList for the given listID. If the list already exists, return the existing List.

Parameters

NameTypeDescription
listIdStringThe String ID of the list to create

Returns

TypeDescription
ObjectInstance of ArrayList

Cautions

none