| Package | Description |
|---|---|
| org.apache.commons.lang3.concurrent.locks |
Provides support classes for multi-threaded programming.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LockingVisitors.ReadWriteLockVisitor<O>
Wraps a
ReadWriteLock and object to protect. |
static class |
LockingVisitors.ReentrantLockVisitor<O>
Wraps a
ReentrantLock and object to protect. |
static class |
LockingVisitors.StampedLockVisitor<O>
Wraps a
StampedLock and object to protect. |
| Modifier and Type | Method and Description |
|---|---|
LockingVisitors.LockVisitor<O,L> |
LockingVisitors.LockVisitor.LVBuilder.get() |
Copyright © 2001–2025 The Apache Software Foundation. All rights reserved.