public static class AbstractMultiReaderMutableCollection.ReadWriteLockWrapper extends Object
| Constructor and Description |
|---|
ReadWriteLockWrapper(ReadWriteLock readWriteLock) |
| Modifier and Type | Method and Description |
|---|---|
AbstractMultiReaderMutableCollection.LockWrapper |
acquireReadLock()
This method must be wrapped in a try block.
|
AbstractMultiReaderMutableCollection.LockWrapper |
acquireWriteLock()
This method must be wrapped in a try block.
|
public ReadWriteLockWrapper(ReadWriteLock readWriteLock)
public AbstractMultiReaderMutableCollection.LockWrapper acquireReadLock()
public AbstractMultiReaderMutableCollection.LockWrapper acquireWriteLock()
Copyright © 2004–2022. All rights reserved.