| Package | Description |
|---|---|
| org.apache.commons.lang3.concurrent.locks |
Provides support classes for multi-threaded programming.
|
| Modifier and Type | Method and Description |
|---|---|
static <O> LockingVisitors.ReentrantLockVisitor<O> |
LockingVisitors.create(O object,
ReentrantLock reentrantLock)
Creates a new instance of
LockingVisitors.ReentrantLockVisitor with the given object and lock. |
LockingVisitors.ReentrantLockVisitor<O> |
LockingVisitors.ReentrantLockVisitor.Builder.get() |
static <O> LockingVisitors.ReentrantLockVisitor<O> |
LockingVisitors.reentrantLockVisitor(O object)
Creates a new instance of
LockingVisitors.ReentrantLockVisitor with the given object. |
Copyright © 2001–2025 The Apache Software Foundation. All rights reserved.