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