jdsl.core.algo.treetraversals
Class PreorderTraversal

java.lang.Object
  |
  +--jdsl.core.algo.treetraversals.BinaryTreeTraversal
        |
        +--jdsl.core.algo.treetraversals.PreorderTraversal

public class PreorderTraversal
extends BinaryTreeTraversal


Constructor Summary
PreorderTraversal()
           
 
Method Summary
 java.lang.Object execute(BinaryTree T)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreorderTraversal

public PreorderTraversal()
Method Detail

execute

public java.lang.Object execute(BinaryTree T)
Overrides:
execute in class BinaryTreeTraversal