Bluestep JS Documentation
Preparing search index...
Java
Java
Set
Interface Set<E>
interface
Set
<
E
>
{
add
(
e
:
E
)
:
boolean
;
addAll
(
c
:
Collection
<
E
>
)
:
boolean
;
clear
()
:
void
;
contains
(
o
:
any
)
:
boolean
;
containsAll
(
c
:
Collection
<
any
>
)
:
boolean
;
forEach
(
action
:
Consumer
<
E
>
)
:
void
;
hashCode
()
:
number
;
isEmpty
()
:
boolean
;
iterator
()
:
Iterator
<
E
>
;
remove
(
o
:
any
)
:
boolean
;
removeAll
(
c
:
Collection
<
any
>
)
:
boolean
;
removeIf
(
filter
:
Predicate
<
E
>
)
:
boolean
;
retainAll
(
c
:
Collection
<
any
>
)
:
boolean
;
size
()
:
number
;
toArray
()
:
any
[]
;
toArray
<
T
>
(
a
:
T
[]
)
:
T
[]
;
}
Type Parameters
E
Hierarchy (
View Summary
)
Collection
<
E
>
Set
Index
Methods
add
add
All
clear
contains
contains
All
for
Each
hash
Code
is
Empty
iterator
remove
remove
All
remove
If
retain
All
size
to
Array
Methods
add
add
(
e
:
E
)
:
boolean
Parameters
e
:
E
Returns
boolean
add
All
addAll
(
c
:
Collection
<
E
>
)
:
boolean
Parameters
c
:
Collection
<
E
>
Returns
boolean
clear
clear
()
:
void
Returns
void
contains
contains
(
o
:
any
)
:
boolean
Parameters
o
:
any
Returns
boolean
contains
All
containsAll
(
c
:
Collection
<
any
>
)
:
boolean
Parameters
c
:
Collection
<
any
>
Returns
boolean
for
Each
forEach
(
action
:
Consumer
<
E
>
)
:
void
Parameters
action
:
Consumer
<
E
>
Returns
void
hash
Code
hashCode
()
:
number
Returns
number
is
Empty
isEmpty
()
:
boolean
Returns
boolean
iterator
iterator
()
:
Iterator
<
E
>
Returns
Iterator
<
E
>
remove
remove
(
o
:
any
)
:
boolean
Parameters
o
:
any
Returns
boolean
remove
All
removeAll
(
c
:
Collection
<
any
>
)
:
boolean
Parameters
c
:
Collection
<
any
>
Returns
boolean
remove
If
removeIf
(
filter
:
Predicate
<
E
>
)
:
boolean
Parameters
filter
:
Predicate
<
E
>
Returns
boolean
retain
All
retainAll
(
c
:
Collection
<
any
>
)
:
boolean
Parameters
c
:
Collection
<
any
>
Returns
boolean
size
size
()
:
number
Returns
number
to
Array
toArray
()
:
any
[]
Returns
any
[]
toArray
<
T
>
(
a
:
T
[]
)
:
T
[]
Type Parameters
T
Parameters
a
:
T
[]
Returns
T
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
add
add
All
clear
contains
contains
All
for
Each
hash
Code
is
Empty
iterator
remove
remove
All
remove
If
retain
All
size
to
Array
Bluestep JS Documentation
Loading...