()
| 97 | } |
| 98 | |
| 99 | public Iterable<Device> getChildren() { |
| 100 | return children; |
| 101 | } |
| 102 | |
| 103 | public void setAllDevices(Collection<Device> newDevices) { |
| 104 | children.stream().filter(d-> !newDevices.contains(d)).forEach(this::removeChildDevice); |
no outgoing calls
no test coverage detected