/** Release the locks (either read or write). */
 protected final void unlock(L key) {
   locks.releaseLock(key);
 }