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, wait
forEach, spliterator
public void removeChild(Node node)
removeChild
in interface Node
public List<Node> getChildren()
getChildren
in interface Node
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.