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