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