jdsl.core.ref
Class Node
java.lang.Object
|
+--jdsl.core.ref.Node
- public class Node
- extends java.lang.Object
- implements Position
This is a very simple node class for a linked binary tree
- Author:
- Luca Vismara, Roberto Tamassia
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Node
public Node()
Node
public Node(java.lang.Object o,
Node u,
Node v,
Node w,
Container c)
element
public java.lang.Object element()
- Specified by:
- element in interface Position
container
public Container container()
- Specified by:
- container in interface Position