public boolean isEmpty() {
   return map.isEmpty();
 }