| Interface | Description |
|---|---|
| JOTreeNodeForEachFunctionType<A,T> |
A function for traversing trees.
|
| JOTreeNodeReadableType<A> |
The type of readable tree nodes.
|
| JOTreeNodeType<A> |
The type of tree nodes.
|
| Class | Description |
|---|---|
| JOTreeNode<A> |
The default implementation of the
JOTreeNodeType type. |
| Exception | Description |
|---|---|
| JOTreeException |
The type of exceptions raised by the package.
|
| JOTreeExceptionCycle |
The type of exceptions raised when an operation would introduce a cycle into
a tree.
|
| JOTreeExceptionDetachDenied |
The type of exceptions raised when an operation would detach a node that is
not allowed to be detached.
|
Copyright © 2016 <code@io7m.com> http://io7m.com