Search
Preparing search index...
The search index is not available
typedoc
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
typedoc
TypeScript
ReadonlyESMap
Interface ReadonlyESMap<K, V>
ES6 Map interface, only read methods included.
Type parameters
K
V
Hierarchy
ReadonlyCollection
<
K
>
ReadonlyESMap
ReadonlyMap
ESMap
ReadonlyUnderscoreEscapedMap
Index
Properties
size
Methods
entries
for
Each
get
has
keys
values
Properties
Readonly
size
size
:
number
Methods
entries
entries
(
)
:
Iterator
<
[
K
,
V
]
>
Returns
Iterator
<
[
K
,
V
]
>
for
Each
for
Each
(
action
:
(
value
:
V
, key
:
K
)
=>
void
)
:
void
Parameters
action:
(
value
:
V
, key
:
K
)
=>
void
(
value
:
V
, key
:
K
)
:
void
Parameters
value:
V
key:
K
Returns
void
Returns
void
get
get
(
key
:
K
)
:
V
Parameters
key:
K
Returns
V
has
has
(
key
:
K
)
:
boolean
Parameters
key:
K
Returns
boolean
keys
keys
(
)
:
Iterator
<
K
>
Returns
Iterator
<
K
>
values
values
(
)
:
Iterator
<
V
>
Returns
Iterator
<
V
>
Exports
Externals
JSONOutput
Reflection
Kind
Type
Script
Type
Script.
Script
Snapshot
Type
Script.server
ReadonlyESMap
size
entries
for
Each
get
has
keys
values
Generated using
TypeDoc
ES6 Map interface, only read methods included.