public boolean isEmpty() {
   synchronized (mutex) {
     return m.isEmpty();
   }
 }