au.id.pbw.hyfo.hyph
Class ShortTernaryTree.TernaryTreeWalker

java.lang.Object
  extended by au.id.pbw.hyfo.hyph.ShortTernaryTree.TernaryTreeWalker
All Implemented Interfaces:
Runnable
Enclosing class:
ShortTernaryTree

public class ShortTernaryTree.TernaryTreeWalker
extends Object
implements Runnable


Constructor Summary
ShortTernaryTree.TernaryTreeWalker(Thread consumer, ArrayBlockingQueue<TreeElement> queue)
           
 
Method Summary
 int[] get_key()
           
 void run()
           
 void walk(int node_int)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShortTernaryTree.TernaryTreeWalker

public ShortTernaryTree.TernaryTreeWalker(Thread consumer,
                                          ArrayBlockingQueue<TreeElement> queue)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

walk

public void walk(int node_int)
          throws InterruptedException
Throws:
InterruptedException

get_key

public int[] get_key()


Copyright © 2005-2006 Peter B. West.