dataStructures
Interface Visitable


public abstract interface Visitable


Method Summary
 void visit(BinaryTreeNode t)
           
 

Method Detail

visit

public void visit(BinaryTreeNode t)