StrDict
String Dictionary implememtation that minimizes the garbage created
Constructor Summary
| Public Constructor | ||
| public |
constructor(maxLen: int32) [constructor description] |
|
Method Summary
| Public Methods | ||
| public |
expand(): [type] [expand description] |
|
| public |
[get description] |
|
| public |
getV() |
|
| public |
values(): [type] [values description] |
|
Public Constructors
public constructor(maxLen: int32) source
[constructor description]
Params:
| Name | Type | Attribute | Description |
| maxLen | int32 | [description] |
Public Methods
public get(str: String, start: int32, end: int32, valStr: string/opt): [type] source
[get description]
Params:
| Name | Type | Attribute | Description |
| str | String | [description] |
|
| start | int32 | [description] |
|
| end | int32 | [description] |
|
| valStr | string/opt | If this is set the value is used to populate the hsh table |
Return:
| [type] | [description] |
