Collections.Set.getSet()

Signature

Object getSet ( String setId )

Domain

ACTION

Description

Returns the instance of Set for the given setID.
This function can not be used when a set is created using createSet(), createHashSet(), createLinkedHashSet() and createTreeSet() functions.

Parameters

NameTypeDescription
setIdStringThe String ID of the Set

Returns

TypeDescription
ObjectThe instance of Set

Cautions

none