public class org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper
super_class: java.lang.Object
{
private final org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper readLock;
descriptor: Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper writeLock;
descriptor: Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(java.util.concurrent.locks.ReadWriteLock);
descriptor: (Ljava/util/concurrent/locks/ReadWriteLock;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper this
start local 1 // java.util.concurrent.locks.ReadWriteLock readWriteLock
0: .line 2147
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 2149
aload 0 /* this */
new org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
dup
aload 1 /* readWriteLock */
invokeinterface java.util.concurrent.locks.ReadWriteLock.readLock:()Ljava/util/concurrent/locks/Lock;
invokespecial org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.<init>:(Ljava/util/concurrent/locks/Lock;)V
putfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.readLock:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
2: .line 2150
aload 0 /* this */
new org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
dup
aload 1 /* readWriteLock */
invokeinterface java.util.concurrent.locks.ReadWriteLock.writeLock:()Ljava/util/concurrent/locks/Lock;
invokespecial org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.<init>:(Ljava/util/concurrent/locks/Lock;)V
putfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.writeLock:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
3: .line 2151
return
end local 1 // java.util.concurrent.locks.ReadWriteLock readWriteLock
end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
0 4 1 readWriteLock Ljava/util/concurrent/locks/ReadWriteLock;
MethodParameters:
Name Flags
readWriteLock
public org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper acquireReadLock();
descriptor: ()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper this
0: .line 2158
aload 0 /* this */
getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.readLock:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.lock:Ljava/util/concurrent/locks/Lock;
invokeinterface java.util.concurrent.locks.Lock.lock:()V
1: .line 2159
aload 0 /* this */
getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.readLock:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
areturn
end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
public org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper acquireWriteLock();
descriptor: ()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper this
0: .line 2167
aload 0 /* this */
getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.writeLock:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.lock:Ljava/util/concurrent/locks/Lock;
invokeinterface java.util.concurrent.locks.Lock.lock:()V
1: .line 2168
aload 0 /* this */
getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.writeLock:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
areturn
end local 0 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
}
SourceFile: "AbstractMultiReaderMutableCollection.java"
NestHost: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection
InnerClasses:
public LockWrapper = org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper of org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection
public ReadWriteLockWrapper = org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper of org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection