798799800801802803804
if (containerId.equals(node.id)) { return node; } } //at this point: no node throw new NoSuchNodeException(containerId); }