/* 241 */ public LongSet keySet() {
   if (this.keys == null) this.keys = LongSets.synchronize(this.map.keySet(), this.sync);
   return this.keys;
 }