Collections.Set.createSetWithId()

Signature

Object createSetWithId ( String className, String setId )

Domain

ACTION

Description

Create and return instance of user specified Set implementation for the given setID. If the list already exists, return the existing Set.

Parameters

NameTypeDescription
classNameString Specify the className that implements the Set interface
setIdStringThe String ID of the set to create

Returns

TypeDescription
ObjectInstance of user specified Set implementation

Cautions

none