コード例 #1
0
 public int firstIntKey() {
   return sortedMap.firstIntKey();
 }
コード例 #2
0
 public int firstIntKey() {
   synchronized (sync) {
     return sortedMap.firstIntKey();
   }
 }