{@inheritDoc}
()
| 398 | |
| 399 | /** {@inheritDoc} */ |
| 400 | @Override |
| 401 | public Set entrySet() { |
| 402 | return delegateMap.entrySet(); |
| 403 | } |
| 404 | |
| 405 | /** |
| 406 | * Returns a shallow copy of this ConfigObject, keys and configuration entries are not cloned. |
no outgoing calls