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 java.util.concurrent.locks.ReadWriteLock readWriteLock;
descriptor: Ljava/util/concurrent/locks/ReadWriteLock;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.readWriteLock:Ljava/util/concurrent/locks/ReadWriteLock;
2: aload 0
new org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
dup
aload 1
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;
3: aload 0
new org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
dup
aload 1
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;
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
0 5 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 0: aload 0
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: aload 0
getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.readLock:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
areturn
end local 0 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 0: aload 0
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: aload 0
getfield org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.writeLock:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
areturn
end local 0 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