Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2015
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.32 KB | None | 0 0
  1.  @Override
  2.     public void run() {
  3.         while (!queue.isEmpty() || !hospital.areAllAdmited()) {
  4.             if (!queue.isEmpty()) {
  5.                 Patient p = queue.remove(0);
  6.                 doc.appointment(p);
  7.             }
  8.         }
  9.         System.out.println(doc.getSpecialization() + " KOΕƒCZY PRACĘ");
  10.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement