.. Set

.. default - domain::js

.. include:: /includes/standard.rst

======================
Set (of :class:`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: :class:`IconBar`, :class:`EventHandler`.

Properties
==========

Inherited from :class:`List`:

======== ===========
Property Description
======== ===========
elements            
size                
name                
======== ===========


Methods
==========

.. function:: showStr(buffer)
	:noindex:

	Copies the object's name into the provided buffer.


.. function:: isDuplicate(node)
	:noindex:



