Set (of List)

class Set

Defined in System.sc.

The Set class extends the List class by ensuring there can be no duplicate objects in the set.

Subclasses: IconBar, EventHandler.

Properties

Inherited from List:

Property Description
elements  
size  
name  

Methods

showStr(buffer)

Copies the object’s name into the provided buffer.

isDuplicate(node)