public boolean isEmpty() {
   synchronized (myMonitor) {
     return myMapping.isEmpty();
   }
 }