Returns true if the Config's root object contains no key-value pairs. @return true if the configuration is empty
()
| 467 | * @return true if the configuration is empty |
| 468 | */ |
| 469 | boolean isEmpty(); |
| 470 | |
| 471 | /** |
| 472 | * Returns the set of path-value pairs, excluding any null values, found by |
no outgoing calls
no test coverage detected