| Package | Description |
|---|---|
| zipkin2.internal |
| Modifier and Type | Method and Description |
|---|---|
Node<V> |
Node.addChild(Node<V> child) |
Node<V> |
Node.TreeBuilder.build()
Builds a tree from calls to
Node.TreeBuilder.addNode(java.lang.String, java.lang.String, V), or returns an empty tree. |
Node<V> |
Node.parent()
Returns the parent, or null if root
|
Node<V> |
Node.value(V newValue) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Node<V>> |
Node.children()
Returns the children of this node.
|
Iterator<Node<V>> |
Node.traverse()
Traverses the tree, breadth-first.
|
| Modifier and Type | Method and Description |
|---|---|
Node<V> |
Node.addChild(Node<V> child) |
Copyright © 2015–2018 OpenZipkin. All rights reserved.