Contains utilities for working with Dictionaries.
Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1
public static function containsKey(dictionary:Dictionary, key:Object):Boolean
Check whether the given dictionary contains the given key.
Parameters
| dictionary:Dictionary — the dictionary to check for a key
|
| |
| key:Object — the key to look up in the dictionary
|
Returns
| Boolean — true if the dictionary contains the given key, false if not
|
public static function containsValue(dictionary:Dictionary, value:Object):Boolean
Check whether the given dictionary contains the given value.
Parameters
| dictionary:Dictionary — the dictionary to check for a value
|
| |
| value:Object — the value to look up in the dictionary
|
Returns
| Boolean — true if the dictionary contains the given value, false if not
|
public static function getKeys(dictionary:Dictionary):Array
Returns an array with the keys of the dictionary.
Parameters
Returns
Spring ActionScript 0.7.1 - 2009