| Package | org.spicefactory.lib.util |
| Class | public class DictionaryUtil |
| Inheritance | DictionaryUtil Object |
| Method | Defined By | ||
|---|---|---|---|
isEmpty(dict:Dictionary):Boolean [static]
Checks whether specified Dictionary does not contain any elements. | DictionaryUtil | ||
| isEmpty | () | method |
public static function isEmpty(dict:Dictionary):BooleanChecks whether specified Dictionary does not contain any elements.
Parameters
dict:Dictionary — the Dictionary to examine
|
Boolean — true if the Dictionary does not contain any elements
|