Class: Set

hangul. Set

new Set()

Source:

Methods

add(e)

Adds the specified object into this set.
Parameters:
Name Type Description
e object object to be added this set
Source:

has(e)

Returns true if this set contains the specified object.
Parameters:
Name Type Description
e object object whose presence in this set is to be tested
Source: