JavaAlgorithms
Elementary and no so elementary Java algorithms
treeAlgorithms.Algorithms.NodeVisitor< T extends Comparable< T > > Interface Reference

List of all members.

Package Functions

void visit (TreeNode< T > node)

Detailed Description

NodeVisitor Jun 20, 2013

Author:
Ian Kaplan, iank@bearcave.com
Parameters:
<T>

Definition at line 24 of file Algorithms.java.


Member Function Documentation

void treeAlgorithms.Algorithms.NodeVisitor< T extends Comparable< T > >.visit ( TreeNode< T >  node) [package]

Do something when a node is visited.

Parameters:
node

The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables