public abstract class Node extends Object implements Switchable, Cloneable
| Constructor and Description |
|---|
Node() |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
clone() |
protected <T extends Node> |
cloneList(List<T> list) |
protected <T extends Node> |
cloneNode(T node) |
Node |
parent() |
void |
replaceBy(Node node) |
protected String |
toString(List<?> list) |
protected String |
toString(Node node) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyCopyright © 2018. All rights reserved.