|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeVisitorInterface | |
com.pow2.structures.tree |
Uses of NodeVisitorInterface in com.pow2.structures.tree |
Classes in com.pow2.structures.tree that implement NodeVisitorInterface | |
class |
StringBufferNodeVisitor
StringBufferNodeVisitor class. |
Fields in com.pow2.structures.tree declared as NodeVisitorInterface | |
protected NodeVisitorInterface |
BinaryTree.nodeVisitor
the nodeVisitor reference |
Methods in com.pow2.structures.tree that return NodeVisitorInterface | |
NodeVisitorInterface |
BinaryTree.getNodeVisitor()
Gets the nodeVisitor attribute of the BinaryTree object |
Methods in com.pow2.structures.tree with parameters of type NodeVisitorInterface | |
void |
BinaryTree.setNodeVisitor(NodeVisitorInterface nodeVisitor)
Sets the nodeVisitor attribute of the BinaryTree object |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |