public Integer lastKey() {
   return sortedMap.lastKey();
 }
 public Integer lastKey() {
   synchronized (sync) {
     return sortedMap.lastKey();
   }
 }