예제 #1
0
 public Integer firstKey() {
   return sortedMap.firstKey();
 }
예제 #2
0
 public Integer firstKey() {
   synchronized (sync) {
     return sortedMap.firstKey();
   }
 }