Search
Preparing search index...
The search index is not available
typedoc
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
typedoc
TypeScript
Collection
Interface Collection<K>
Common write methods for ES6 Map/Set.
Type parameters
K
Hierarchy
ReadonlyCollection
<
K
>
Collection
ESMap
Set
Index
Properties
size
Methods
clear
delete
has
keys
Properties
Readonly
size
size
:
number
Methods
clear
clear
(
)
:
void
Returns
void
delete
delete
(
key
:
K
)
:
boolean
Parameters
key:
K
Returns
boolean
has
has
(
key
:
K
)
:
boolean
Parameters
key:
K
Returns
boolean
keys
keys
(
)
:
Iterator
<
K
>
Returns
Iterator
<
K
>
Exports
Externals
JSONOutput
Reflection
Kind
Type
Script
Type
Script.
Script
Snapshot
Type
Script.server
Collection
size
clear
delete
has
keys
Generated using
TypeDoc
Common write methods for ES6 Map/Set.