[scriptable, uuid(18013cf9-b104-49cf-9484-c2a7a845457e)]
Attributes
Methods
Retrieve an item with a given key @param key key to retrieve @returns found item or null if the key was not found
Retrieve the name of the key at a particular index. @param index index of the item to retrieve @returns the key at index @throws INDEX_SIZE_ERR if there is no key at that index
Remove a key and its corresponding value. @param key key to remove
Assign a value with a key. If the key does not exist already, a new key is added associated with that value. If the key already exists, then the existing value is replaced with a new value. @param key key to set @param data data to associate with the key
