Пример #1
0
 public Integer lastKey() {
   return sortedMap.lastKey();
 }
Пример #2
0
 public Integer lastKey() {
   synchronized (sync) {
     return sortedMap.lastKey();
   }
 }