Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public get |
dict: [type] [dict description] |
|
| public get |
zip(k: [type]): [type] [description] |
|
| Private Members | ||
| private |
|
|
Method Summary
| Public Methods | ||
| public |
add(key: [type], value: [type]) [add description] |
|
| public |
get(key: [type]): [type] [get description] |
|
| public |
getA() |
|
| public |
put(key: [type], value: [type]): [type] [put description] |
|
| public |
[put description] |
|
| Private Methods | ||
| private |
_elem() |
|
| private |
_toHtml() |
|
Public Constructors
public constructor() source
Public Methods
public add(key: [type], value: [type]) source
[add description]
Params:
| Name | Type | Attribute | Description |
| key | [type] | [description] |
|
| value | [type] | [description] |
public get(key: [type]): [type] source
[get description]
Params:
| Name | Type | Attribute | Description |
| key | [type] | [description] |
Return:
| [type] | [description] |
public getA() source
public put(key: [type], value: [type]): [type] source
[put description]
Params:
| Name | Type | Attribute | Description |
| key | [type] | [description] |
|
| value | [type] | [description] |
Return:
| [type] | [description] |
