public abstract class BaseNodeImpl extends Object implements Node
| Constructor and Description |
|---|
BaseNodeImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(Node node) |
boolean |
equals(Object o) |
List<Node> |
getChildren() |
Node |
getParent() |
int |
hashCode() |
Iterator<Node> |
iterator() |
void |
removeChild(Node node) |
void |
setParent(Node node) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic void removeChild(Node node)
removeChild in interface Nodepublic List<Node> getChildren()
getChildren in interface NodeCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.