Collections.List.createLinkedListWithId()

Signature

Object createLinkedListWithId ( String listId )

Domain

ACTION

Description

Create and return instance of LinkedList 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 LinkedList

Cautions

none