public abstract class Node extends java.lang.Object implements Switchable, java.lang.Cloneable
| Constructor and Description |
|---|
Node() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Object |
clone() |
protected <T> java.util.List<T> |
cloneList(java.util.List<T> list) |
protected <T extends Node> |
cloneNode(T node) |
Node |
parent() |
void |
replaceBy(Node node) |
protected java.lang.String |
toString(java.util.List list) |
protected java.lang.String |
toString(Node node) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply