@0b5vr/experimental
Preparing search index...
MapOfSet
Class MapOfSet<K, V>
Type Parameters
K
V
Index
Constructors
constructor
Properties
map
Methods
add
get
Constructors
constructor
new
MapOfSet
<
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
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
map
Methods
add
get
@0b5vr/experimental
Loading...