Modifier | Constructor and Description |
---|---|
protected |
Node(Locator location,
Leaf leaf) |
Modifier and Type | Method and Description |
---|---|
void |
addChild(Leaf child)
|
boolean |
hasOneChild()
Returns true if this node has only one child node.
|
Iterator<Leaf> |
iterator()
Iterates all the children.
|
public Leaf leaf
Copyright © 2014 Oracle. All Rights Reserved.