| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.core.util |
| Modifier and Type | Method and Description |
|---|---|
Tree<A> |
Tree.addChild(A value) |
Tree<A> |
Tree.addChild(Tree<A> child) |
@Nullable Tree<A> |
Tree.getParent() |
<B> Tree<B> |
Tree.map(Function<A,B> f)
Map this tree into a new tree using the transformation
f. |
| Modifier and Type | Method and Description |
|---|---|
List<Tree<A>> |
Tree.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
Tree<A> |
Tree.addChild(Tree<A> child) |
| Modifier and Type | Method and Description |
|---|---|
void |
Tree.traverseNodes(Consumer<Tree<A>> c)
Traverse this tree consuming each
Tree node. |
| Constructor and Description |
|---|
Tree(@Nullable Tree<A> parent,
A value) |
Copyright © 2025. All rights reserved.