Collections.Set.createSet()

Signature

Object createSet ( String className )

Domain

ACTION

Description

Create and return instance of user specified Set implementation.

Parameters

NameTypeDescription
classNameStringSpecify the className that implements the Set interface

Returns

TypeDescription
ObjectInstance of user specified Set implementation

Cautions

none