public class BiNode<A,B> extends Node<A>
Tree<A>
class. Has an extra "value" element
of type B.Constructor and Description |
---|
BiNode()
Default constructor.
|
BiNode(A data,
B value)
Convenience constructor.
|
Modifier and Type | Method and Description |
---|---|
B |
getValue() |
void |
setData(A data,
B value) |
java.lang.String |
toString() |
addChild, addChildren, clear, consolidate, detachFromParent, detachFromParents, equalsNode, getChild, getChildren, getData, getNumberOfChildren, getNumberOfParents, getParent, getParents, insertChildAt, removeAllChildren, removeChild, removeChild, setChildren, setData