Get the parent container. @return Return the Container for which this Container is a child, if there is one. If there is no defined parent, return null .
()
| 211 | * return <code>null</code>. |
| 212 | */ |
| 213 | Container getParent(); |
| 214 | |
| 215 | |
| 216 | /** |
no outgoing calls
no test coverage detected