Class LockingVisitors.ReentrantLockVisitor<O>

java.lang.Object
org.apache.commons.lang3.concurrent.locks.LockingVisitors.LockVisitor<O,ReentrantLock>
org.apache.commons.lang3.concurrent.locks.LockingVisitors.ReentrantLockVisitor<O>
Type Parameters:
O - The type of the object to protect.
Enclosing class:
LockingVisitors

public static class LockingVisitors.ReentrantLockVisitor<O> extends LockingVisitors.LockVisitor<O,ReentrantLock>
Since:
3.18.0
See Also: