Class AbstractMultiReaderMutableCollection.ReadWriteLockWrapper
java.lang.Object
org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.ReadWriteLockWrapper
- Enclosing class:
AbstractMultiReaderMutableCollection<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AbstractMultiReaderMutableCollection.LockWrapper
private final AbstractMultiReaderMutableCollection.LockWrapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method must be wrapped in a try block.This method must be wrapped in a try block.
-
Field Details
-
readLock
-
writeLock
-
-
Constructor Details
-
ReadWriteLockWrapper
-
-
Method Details
-
acquireReadLock
This method must be wrapped in a try block. -
acquireWriteLock
This method must be wrapped in a try block.
-