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