public final class com.google.common.util.concurrent.CycleDetectingLockFactory$WithExplicitOrdering<E extends java.lang.Enum<E>> extends com.google.common.util.concurrent.CycleDetectingLockFactory
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: com.google.common.util.concurrent.CycleDetectingLockFactory$WithExplicitOrdering
super_class: com.google.common.util.concurrent.CycleDetectingLockFactory
{
private final java.util.Map<E, com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode> lockGraphNodes;
descriptor: Ljava/util/Map;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/Map<TE;Lcom/google/common/util/concurrent/CycleDetectingLockFactory$LockGraphNode;>;
void <init>(com.google.common.util.concurrent.CycleDetectingLockFactory$Policy, java.util.Map<E, com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode>);
descriptor: (Lcom/google/common/util/concurrent/CycleDetectingLockFactory$Policy;Ljava/util/Map;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokespecial com.google.common.util.concurrent.CycleDetectingLockFactory.<init>:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory$Policy;)V
1: aload 0
aload 2
putfield com.google.common.util.concurrent.CycleDetectingLockFactory$WithExplicitOrdering.lockGraphNodes:Ljava/util/Map;
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/common/util/concurrent/CycleDetectingLockFactory$WithExplicitOrdering<TE;>;
0 3 1 policy Lcom/google/common/util/concurrent/CycleDetectingLockFactory$Policy;
0 3 2 lockGraphNodes Ljava/util/Map<TE;Lcom/google/common/util/concurrent/CycleDetectingLockFactory$LockGraphNode;>;
Signature: (Lcom/google/common/util/concurrent/CycleDetectingLockFactory$Policy;Ljava/util/Map<TE;Lcom/google/common/util/concurrent/CycleDetectingLockFactory$LockGraphNode;>;)V
RuntimeInvisibleAnnotations:
com.google.common.annotations.VisibleForTesting()
RuntimeInvisibleTypeAnnotations:
METHOD_RETURN
com.google.common.annotations.VisibleForTesting()
MethodParameters:
Name Flags
policy
lockGraphNodes
public java.util.concurrent.locks.ReentrantLock newReentrantLock(E);
descriptor: (Ljava/lang/Enum;)Ljava/util/concurrent/locks/ReentrantLock;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
iconst_0
invokevirtual com.google.common.util.concurrent.CycleDetectingLockFactory$WithExplicitOrdering.newReentrantLock:(Ljava/lang/Enum;Z)Ljava/util/concurrent/locks/ReentrantLock;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/util/concurrent/CycleDetectingLockFactory$WithExplicitOrdering<TE;>;
0 1 1 rank TE;
Signature: (TE;)Ljava/util/concurrent/locks/ReentrantLock;
MethodParameters:
Name Flags
rank
public java.util.concurrent.locks.ReentrantLock newReentrantLock(E, boolean);
descriptor: (Ljava/lang/Enum;Z)Ljava/util/concurrent/locks/ReentrantLock;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.google.common.util.concurrent.CycleDetectingLockFactory$WithExplicitOrdering.policy:Lcom/google/common/util/concurrent/CycleDetectingLockFactory$Policy;
getstatic com.google.common.util.concurrent.CycleDetectingLockFactory$Policies.DISABLED:Lcom/google/common/util/concurrent/CycleDetectingLockFactory$Policies;
if_acmpne 2
1: new java.util.concurrent.locks.ReentrantLock
dup
iload 2
invokespecial java.util.concurrent.locks.ReentrantLock.<init>:(Z)V
goto 3
2: StackMap locals:
StackMap stack:
new com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock
dup
aload 0
aload 0
getfield com.google.common.util.concurrent.CycleDetectingLockFactory$WithExplicitOrdering.lockGraphNodes:Ljava/util/Map;
aload 1
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode
iload 2
invokespecial com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock.<init>:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory;Lcom/google/common/util/concurrent/CycleDetectingLockFactory$LockGraphNode;Z)V
3: StackMap locals:
StackMap stack: java.util.concurrent.locks.ReentrantLock
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/common/util/concurrent/CycleDetectingLockFactory$WithExplicitOrdering<TE;>;
0 4 1 rank TE;
0 4 2 fair Z
Signature: (TE;Z)Ljava/util/concurrent/locks/ReentrantLock;
MethodParameters:
Name Flags
rank
fair
public java.util.concurrent.locks.ReentrantReadWriteLock newReentrantReadWriteLock(E);
descriptor: (Ljava/lang/Enum;)Ljava/util/concurrent/locks/ReentrantReadWriteLock;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
iconst_0
invokevirtual com.google.common.util.concurrent.CycleDetectingLockFactory$WithExplicitOrdering.newReentrantReadWriteLock:(Ljava/lang/Enum;Z)Ljava/util/concurrent/locks/ReentrantReadWriteLock;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/util/concurrent/CycleDetectingLockFactory$WithExplicitOrdering<TE;>;
0 1 1 rank TE;
Signature: (TE;)Ljava/util/concurrent/locks/ReentrantReadWriteLock;
MethodParameters:
Name Flags
rank
public java.util.concurrent.locks.ReentrantReadWriteLock newReentrantReadWriteLock(E, boolean);
descriptor: (Ljava/lang/Enum;Z)Ljava/util/concurrent/locks/ReentrantReadWriteLock;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.google.common.util.concurrent.CycleDetectingLockFactory$WithExplicitOrdering.policy:Lcom/google/common/util/concurrent/CycleDetectingLockFactory$Policy;
getstatic com.google.common.util.concurrent.CycleDetectingLockFactory$Policies.DISABLED:Lcom/google/common/util/concurrent/CycleDetectingLockFactory$Policies;
if_acmpne 2
1: new java.util.concurrent.locks.ReentrantReadWriteLock
dup
iload 2
invokespecial java.util.concurrent.locks.ReentrantReadWriteLock.<init>:(Z)V
goto 3
2: StackMap locals:
StackMap stack:
new com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock
dup
aload 0
aload 0
getfield com.google.common.util.concurrent.CycleDetectingLockFactory$WithExplicitOrdering.lockGraphNodes:Ljava/util/Map;
aload 1
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode
iload 2
invokespecial com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock.<init>:(Lcom/google/common/util/concurrent/CycleDetectingLockFactory;Lcom/google/common/util/concurrent/CycleDetectingLockFactory$LockGraphNode;Z)V
3: StackMap locals:
StackMap stack: java.util.concurrent.locks.ReentrantReadWriteLock
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/common/util/concurrent/CycleDetectingLockFactory$WithExplicitOrdering<TE;>;
0 4 1 rank TE;
0 4 2 fair Z
Signature: (TE;Z)Ljava/util/concurrent/locks/ReentrantReadWriteLock;
MethodParameters:
Name Flags
rank
fair
}
Signature: <E:Ljava/lang/Enum<TE;>;>Lcom/google/common/util/concurrent/CycleDetectingLockFactory;
SourceFile: "CycleDetectingLockFactory.java"
NestHost: com.google.common.util.concurrent.CycleDetectingLockFactory
InnerClasses:
final CycleDetectingReentrantLock = com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantLock of com.google.common.util.concurrent.CycleDetectingLockFactory
final CycleDetectingReentrantReadWriteLock = com.google.common.util.concurrent.CycleDetectingLockFactory$CycleDetectingReentrantReadWriteLock of com.google.common.util.concurrent.CycleDetectingLockFactory
private LockGraphNode = com.google.common.util.concurrent.CycleDetectingLockFactory$LockGraphNode of com.google.common.util.concurrent.CycleDetectingLockFactory
public abstract Policies = com.google.common.util.concurrent.CycleDetectingLockFactory$Policies of com.google.common.util.concurrent.CycleDetectingLockFactory
public abstract Policy = com.google.common.util.concurrent.CycleDetectingLockFactory$Policy of com.google.common.util.concurrent.CycleDetectingLockFactory
public final WithExplicitOrdering = com.google.common.util.concurrent.CycleDetectingLockFactory$WithExplicitOrdering of com.google.common.util.concurrent.CycleDetectingLockFactory
RuntimeInvisibleAnnotations:
com.google.common.annotations.Beta()