@Override
 public boolean isEmpty() {
   synchronized (mutex) {
     return c.isEmpty();
   }
 }