Class AbstractMultiReaderMutableCollection.LockWrapper
- java.lang.Object
-
- org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.LockWrapper
-
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- AbstractMultiReaderMutableCollection<T>
public static class AbstractMultiReaderMutableCollection.LockWrapper extends Object implements AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description LockWrapper(Lock lock)
-
-
-
Constructor Detail
-
LockWrapper
public LockWrapper(Lock lock)
-
-
Method Detail
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable
-
-