Stores data for the AMFDictionary abstract.

Constructor

@:value({ weakKeys : false })new(weakKeys:Bool = false)

Creates a new AMFDictionaryData instance.

Methods

inlineiterator():Iterator<K>

Creates an iterator for the keys of the AMFDictionary.

inlinekeyValueIterator():AMFDictionaryKeyValueIterator<K, V>

Creates a key-value iterator for the AMFDictionary.

remove(key:K):Bool

Removes a key from the dictionary.