public final synchronized int take() {
   return theCollection.take();
 }