Returns the binding nodes.
()
| 78 | |
| 79 | /** Returns the binding nodes. */ |
| 80 | public ImmutableSet<BindingNode> bindingNodes() { |
| 81 | return bindingNodesStream().collect(toImmutableSet()); |
| 82 | } |
| 83 | |
| 84 | /** Returns the binding nodes for a key. */ |
| 85 | public ImmutableSet<BindingNode> bindingNodes(Key key) { |