public char lastCharKey() {
   return sortedMap.lastCharKey();
 }
 public char lastCharKey() {
   synchronized (sync) {
     return sortedMap.lastCharKey();
   }
 }