Home Reference Source
public class | source

StrDict

String Dictionary implememtation that minimizes the garbage created

Constructor Summary

Public Constructor
public

constructor(maxLen: int32)

[constructor description]

Member Summary

Public Members
public
public
public

Method Summary

Public Methods
public

expand(): [type]

[expand description]

public

get(str: String, start: int32, end: int32, valStr: string/opt): [type]

[get description]

public

getV()

public

values(): [type]

[values description]

Public Constructors

public constructor(maxLen: int32) source

[constructor description]

Params:

NameTypeAttributeDescription
maxLen int32

[description]

Public Members

public dictI source

public dictV source

public length source

Public Methods

public expand(): [type] source

[expand description]

Return:

[type]

[description]

public get(str: String, start: int32, end: int32, valStr: string/opt): [type] source

[get description]

Params:

NameTypeAttributeDescription
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]

public getV() source

public values(): [type] source

[values description]

Return:

[type]

[description]