Package | gs.util |
Class | public final class DictionaryUtils |
Method | Defined by | ||
---|---|---|---|
keys(dict:Dictionary):Array
[static]
Return an Array of all keys in the dictionary.
| DictionaryUtils | ||
values(dict:Dictionary):Array
[static]
Return an Array of all values in the dictionary.
| DictionaryUtils |
keys | () | method |
public static function keys(dict:Dictionary):Array
Return an Array of all keys in the dictionary.
Parametersdict:Dictionary — A dictionary who's keys will be returned.
|
Array |
values | () | method |
public static function values(dict:Dictionary):Array
Return an Array of all values in the dictionary.
Parametersdict:Dictionary — dictionary who's values will be returned.
|
Array |