Class DiningPhilosophers
- java.lang.Object
-
- g1201_1300.s1226_the_dining_philosophers.DiningPhilosophers
-
public class DiningPhilosophers extends Object
-
-
Constructor Summary
Constructors Constructor Description DiningPhilosophers()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
wantsToEat(int philosopher, Runnable pickLeftFork, Runnable pickRightFork, Runnable eat, Runnable putLeftFork, Runnable putRightFork)
-
-
-
Method Detail
-
wantsToEat
public void wantsToEat(int philosopher, Runnable pickLeftFork, Runnable pickRightFork, Runnable eat, Runnable putLeftFork, Runnable putRightFork) throws InterruptedException
- Throws:
InterruptedException
-
-