All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdsl.core.algo.treetraversals.PreorderTraversal

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

public class PreorderTraversal
extends BinaryTreeTraversal

Variable Index

 o positions

Constructor Index

 o PreorderTraversal()

Method Index

 o execute(BinaryTree)
 o external(Position, TraversalResult)
 o left(Position, TraversalResult)

Variables

 o positions
 protected Sequence positions

Constructors

 o PreorderTraversal
 public PreorderTraversal()

Methods

 o execute
 public Object execute(BinaryTree T)
Overrides:
execute in class BinaryTreeTraversal
 o external
 protected void external(Position p,
                         TraversalResult r)
Overrides:
external in class BinaryTreeTraversal
 o left
 protected void left(Position p,
                     TraversalResult r)
Overrides:
left in class BinaryTreeTraversal

All Packages  Class Hierarchy  This Package  Previous  Next  Index