Collections.Set.createTreeSetWithId()

Signature

Object createTreeSetWithId ( String setId )

Domain

ACTION

Description

Create and return instance of TreeSet for the given setID. If the set already exists, return the existing Set.

Parameters

NameTypeDescription
setIdStringThe String ID of the set to create

Returns

TypeDescription
ObjectInstance of TreeSet

Cautions

none