Uses of Interface
com.iotabits.revisitor.iVisitable

Packages that use iVisitable
com.iotabits.examples.revisitor   
com.iotabits.revisitor   
 

Uses of iVisitable in com.iotabits.examples.revisitor
 

Classes in com.iotabits.examples.revisitor that implement iVisitable
 class BinaryTreeNode
          This class provides an example of using the visitor without a passback.
 class GraphNode
          This class provides an example of using the revisitor with a passback.
 

Uses of iVisitable in com.iotabits.revisitor
 

Classes in com.iotabits.revisitor that implement iVisitable
 class BasicVisitable
          This is simplest and default implementation of the iVisitable interface.