class Found
{ private boolean found = false ;
public synchronized boolean notYet ()
{ return ! found ; }
public synchronized void setFound ()
{ found = true ; }
}
Vorherige Folie
Nächste Folie
Zurück zur ersten Folie
Graphik-Version anzeigen