A version of {@link VisibleOwnerReentrantLock} that has a reference counter, and implements {@link RefCountingLock}. Used with a lock-per-entry container, in this case the {@link ReentrantPerEntryLockContainer}.
@author Manik Surtani
@since 5.2
@see ReentrantPerEntryLockContainer
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.