Class JOTreeNode<A>

java.lang.Object
com.io7m.jorchard.core.JOTreeNode<A>
Type Parameters:
A - The type of values contained within the tree
All Implemented Interfaces:
JOTreeNodeReadableType<A>, JOTreeNodeType<A>

public final class JOTreeNode<A> extends Object implements JOTreeNodeType<A>
The default implementation of the JOTreeNodeType type.