Remove the specified Valve from the pipeline associated with this Container, if it is found; otherwise, do nothing. If the Valve is found and removed, the Valve's setContainer(null) method will be called if it implements Contained . Implementation note: Implementations a
(Valve valve)
| 97 | * @param valve Valve to be removed |
| 98 | */ |
| 99 | void removeValve(Valve valve); |
| 100 | |
| 101 | |
| 102 | /** |
no outgoing calls
no test coverage detected