Packagecom.adobe.utils
Classpublic class DictionaryUtil



Public Methods
 MethodDefined by
  
getKeys(d:Dictionary):Array
[static] Returns an Array of all keys within the specified dictionary.
DictionaryUtil
  
getValues(d:Dictionary):Array
[static] Returns an Array of all values within the specified dictionary.
DictionaryUtil
Method detail
getKeys()method
public static function getKeys(d:Dictionary):Array

Returns an Array of all keys within the specified dictionary.

Parameters
d:Dictionary — The Dictionary instance whose keys will be returned.

Returns
Array — Array of keys contained within the Dictionary
getValues()method 
public static function getValues(d:Dictionary):Array

Returns an Array of all values within the specified dictionary.

Parameters
d:Dictionary — The Dictionary instance whose values will be returned.

Returns
Array — Array of values contained within the Dictionary