12131415161718
/** * Constructs the lock map. */ public WeakKeyLockMap() { m_lockMap = new WeakKeyHashTab(); }