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