Search
Preparing search index...
The search index is not available
typed-structures
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"collections/set/set"
Set
Class Set<E>
Type parameters
E
Hierarchy
Set
Implements
ISet
<
E
>
Index
Constructors
constructor
Properties
_elements
Methods
add
add
All
clear
contains
contains
All
equals
hash
Code
is
Empty
remove
remove
All
retain
All
size
to
Array
Constructors
constructor
new
Set
(
)
:
Set
Returns
Set
Properties
Private
_elements
_elements
:
E
[]
Methods
add
add
(
e
:
E
)
:
boolean
Parameters
e:
E
Returns
boolean
add
All
add
All
(
c
:
E
[]
)
:
boolean
Parameters
c:
E
[]
Returns
boolean
clear
clear
(
)
:
void
Returns
void
contains
contains
(
o
:
any
)
:
boolean
Parameters
o:
any
Returns
boolean
contains
All
contains
All
(
c
:
any
[]
)
:
boolean
Parameters
c:
any
[]
Returns
boolean
equals
equals
(
o
:
ISet
<
E
>
)
:
boolean
Parameters
o:
ISet
<
E
>
Returns
boolean
hash
Code
hash
Code
(
)
:
number
Returns
number
is
Empty
is
Empty
(
)
:
boolean
Returns
boolean
remove
remove
(
o
:
any
)
:
boolean
Parameters
o:
any
Returns
boolean
remove
All
remove
All
(
c
:
any
[]
)
:
boolean
Parameters
c:
any
[]
Returns
boolean
retain
All
retain
All
(
c
:
any
[]
)
:
boolean
Parameters
c:
any
[]
Returns
boolean
size
size
(
)
:
number
Returns
number
to
Array
to
Array
(
)
:
E
[]
Returns
E
[]
Globals
"collections/set/set"
Set
constructor
_elements
add
add
All
clear
contains
contains
All
equals
hash
Code
is
Empty
remove
remove
All
retain
All
size
to
Array
Generated using
TypeDoc