Esempio n. 1
0
 public Character firstKey() {
   return sortedMap.firstKey();
 }
Esempio n. 2
0
 public Character firstKey() {
   synchronized (sync) {
     return sortedMap.firstKey();
   }
 }