PPT-Folie
public static void main (String [] args) throws InterruptedException
{ BTree b = ... ;
Found found = new Found() ;
SearchThread thread = new SearchThread(b, new Integer(3), found) ;
thread.start() ;
thread.join() ;
System.out.println(!(found.notYet())) ;
}
Vorherige Folie
Nächste Folie
Zurück zur ersten Folie
Graphik-Version anzeigen