Releases the lock for the specified key regardless of the lock owner. It always successfully unlocks the key, never blocks and returns immediately.
Warning:
This method uses hashCode and equals of binary form of the key, not the actual implementations of hashCode and equals defined in key's class.
@param key key to lock.
@throws NullPointerException if the specified key is null
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.