public Consumer(PCBuffer buffer, int id) { this.buffer = buffer; this.consumerId = id; }
public Producer(PCBuffer buffer, int id) { this.buffer = buffer; producerId = id; }