Long lastKey() {
   try {
     return skipListMap.lastKey();
   } catch (NoSuchElementException e) {
     return null;
   }
 }