@Override
 public int size() {
   synchronized (mutex) {
     return c.size();
   }
 }