Exemplo n.º 1
0
 public int firstIntKey() {
   return sortedMap.firstIntKey();
 }
Exemplo n.º 2
0
 public int firstIntKey() {
   synchronized (sync) {
     return sortedMap.firstIntKey();
   }
 }