| Package | Description |
|---|---|
| com.io7m.jorchard.core |
Core types and functions.
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
JOTreeNodeReadableType.forEachBreadthFirst(T context,
JOTreeNodeForEachFunctionType<A,T> f)
Visit each node in the tree in breadth-first order.
|
<T> void |
JOTreeNode.forEachBreadthFirst(T context,
JOTreeNodeForEachFunctionType<A,T> f) |
<T> void |
JOTreeNodeReadableType.forEachDepthFirst(T context,
JOTreeNodeForEachFunctionType<A,T> f)
Visit each node in the tree in depth-first order.
|
<T> void |
JOTreeNode.forEachDepthFirst(T context,
JOTreeNodeForEachFunctionType<A,T> f) |
Copyright © 2017 <code@io7m.com> http://io7m.com