Returns the component nodes.
()
| 90 | |
| 91 | /** Returns the component nodes. */ |
| 92 | public ImmutableSet<ComponentNode> componentNodes() { |
| 93 | return componentNodeStream().collect(toImmutableSet()); |
| 94 | } |
| 95 | |
| 96 | /** Returns the component node for a component. */ |
| 97 | public Optional<ComponentNode> componentNode(ComponentPath component) { |