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