Search
Preparing search index...
The search index is not available
@0b5vr/experimental
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@0b5vr/experimental
MapOfSet
Class MapOfSet<K, V>
Type parameters
K
V
Hierarchy
MapOfSet
Index
Constructors
constructor
Properties
map
Methods
add
get
Constructors
constructor
new
Map
Of
Set
<
K
,
V
>
(
)
:
MapOfSet
<
K
,
V
>
Type parameters
K
V
Returns
MapOfSet
<
K
,
V
>
Properties
Readonly
map
map
:
Map
<
K
,
Set
<
V
>
>
Methods
add
add
(
key
:
K
, value
:
V
)
:
void
Parameters
key:
K
value:
V
Returns
void
get
get
(
key
:
K
)
:
Set
<
V
>
Parameters
key:
K
Returns
Set
<
V
>
Exports
Map
Of
Set
constructor
map
add
get
Generated using
TypeDoc