public synchronized void put(int producteur, int valeur) { ... } public synchronized int get(int consommateur){ ... }