Multimap
Constructor Summary
| Public Constructor | ||
| public |
|
|
Method Summary
| Public Methods | ||
| public |
[util.inspect.custom](depth: *, options: *): string |
|
| public |
clear() |
|
| public |
|
|
| public |
deleteAll(key: K) |
|
| public |
firstKey(): K |
|
| public |
firstValue(key: K): V |
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
set(key: K, value: V) |
|
| public |
|
|
Public Constructors
public constructor() source
Public Members
Private Members
Public Methods
public [util.inspect.custom](depth: *, options: *): string source
Params:
| Name | Type | Attribute | Description |
| depth | * | ||
| options | * |
public clear() source
public deleteAll(key: K) source
Params:
| Name | Type | Attribute | Description |
| key | K |
public hasValue(key: K, value: V): boolean source
Params:
| Name | Type | Attribute | Description |
| key | K | ||
| value | V |
public set(key: K, value: V) source
Params:
| Name | Type | Attribute | Description |
| key | K | ||
| value | V |
