Uses of Interface
com.pow2.structures.tree.NodeVisitorInterface

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
 



Copyright © 2002-2004 Power Of Two S.R.L. All Rights Reserved.