Package com.iotabits.examples.revisitor

Class Summary
BinaryTreeNode This class provides an example of using the visitor without a passback.
BinaryTreeNode.BinaryTreeNodePrinter  
GraphNode This class provides an example of using the revisitor with a passback.
GraphNode.GraphPrinter Our simple visitor.