Collections.List.createList()

Signature

Object createList ( String className )

Domain

ACTION

Description

Creates user specified List implementation

Parameters

NameTypeDescription
classNameStringSpecify the className that implements the List interface

Returns

TypeDescription
ObjectInstance of user specified List implementation

Cautions

none