jac_usai

Untitled

Jun 11th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1. synchronized(bufferCondiviso) {
  2.             int numeroOttenuto = bufferCondiviso.get(0) //Ottengo e faccio qualcosa col numero
  3.             bufferCondiviso.remove(0);
  4.             bufferCondiviso.notifyAll();
  5.         }
Advertisement
Add Comment
Please, Sign In to add comment