Package | Description |
---|---|
com.mattunderscore.trees.examples | |
com.mattunderscore.trees.selection |
Provides interfaces for selecting nodes and subtrees.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeSelectorExamples.selectorExample(TreeSelector<String> selector,
Tree<String,Node<String>> tree) |
void |
TreeSelectorExamples.selectorExampleOnMutableTree(TreeSelector<String> selector,
MutableTree<String,MutableNode<String>> tree) |
Modifier and Type | Method and Description |
---|---|
<E> TreeSelector<E> |
TreeSelectorFactory.newSelector(Predicate<OpenNode<? extends E,?>> predicate)
Create a tree selector for the root node (entire tree).
|
<E> TreeSelector<E> |
TreeSelectorFactory.newSelector(TreeSelector<E> selector,
Predicate<OpenNode<? extends E,?>> predicate)
Create a tree selector for the children of another tree selector.
|
Modifier and Type | Method and Description |
---|---|
<E> TreeSelector<E> |
TreeSelectorFactory.newSelector(TreeSelector<E> selector,
Predicate<OpenNode<? extends E,?>> predicate)
Create a tree selector for the children of another tree selector.
|
Copyright © 2014–2016. All rights reserved.