public final class NodeSelectorExamples extends Object
Constructor and Description |
---|
NodeSelectorExamples() |
Modifier and Type | Method and Description |
---|---|
void |
selectorExample(NodeSelector<String> selector,
Tree<String,Node<String>> tree) |
void |
selectorExampleOnMutableTree(NodeSelector<String> selector,
Tree<String,MutableNode<String>> tree) |
public void selectorExample(NodeSelector<String> selector, Tree<String,Node<String>> tree)
public void selectorExampleOnMutableTree(NodeSelector<String> selector, Tree<String,MutableNode<String>> tree)
Copyright © 2014–2016. All rights reserved.