public abstract class Node extends Object implements Switchable, Cloneable
Constructor and Description |
---|
Node() |
Modifier and Type | Method and Description |
---|---|
abstract Object |
clone() |
protected <T> List<T> |
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, wait
apply
Copyright © 2010–2014 Google. All rights reserved.