class org.springframework.util.ConcurrentReferenceHashMap$3 extends org.springframework.util.ConcurrentReferenceHashMap<K, V>.Task<java.lang.Boolean>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.util.ConcurrentReferenceHashMap$3
super_class: org.springframework.util.ConcurrentReferenceHashMap$Task
{
final org.springframework.util.ConcurrentReferenceHashMap this$0;
descriptor: Lorg/springframework/util/ConcurrentReferenceHashMap;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final java.lang.Object val$value;
descriptor: Ljava/lang/Object;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.springframework.util.ConcurrentReferenceHashMap, org.springframework.util.ConcurrentReferenceHashMap, org.springframework.util.ConcurrentReferenceHashMap$TaskOption[], java.lang.Object);
descriptor: (Lorg/springframework/util/ConcurrentReferenceHashMap;Lorg/springframework/util/ConcurrentReferenceHashMap;[Lorg/springframework/util/ConcurrentReferenceHashMap$TaskOption;Ljava/lang/Object;)V
flags: (0x0080) ACC_VARARGS
Code:
stack=3, locals=5, args_size=5
start local 0 start local 3 0: aload 0
aload 2
putfield org.springframework.util.ConcurrentReferenceHashMap$3.this$0:Lorg/springframework/util/ConcurrentReferenceHashMap;
aload 0
aload 4
putfield org.springframework.util.ConcurrentReferenceHashMap$3.val$value:Ljava/lang/Object;
aload 0
aload 1
aload 3
invokespecial org.springframework.util.ConcurrentReferenceHashMap$Task.<init>:(Lorg/springframework/util/ConcurrentReferenceHashMap;[Lorg/springframework/util/ConcurrentReferenceHashMap$TaskOption;)V
return
end local 3 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/util/ConcurrentReferenceHashMap$3;
0 1 3 $anonymous0 [Lorg/springframework/util/ConcurrentReferenceHashMap$TaskOption;
MethodParameters:
Name Flags
this$0 final
this$1 final
$anonymous0
val$value final
protected java.lang.Boolean execute(org.springframework.util.ConcurrentReferenceHashMap$Reference<K, V>, org.springframework.util.ConcurrentReferenceHashMap$Entry<K, V>);
descriptor: (Lorg/springframework/util/ConcurrentReferenceHashMap$Reference;Lorg/springframework/util/ConcurrentReferenceHashMap$Entry;)Ljava/lang/Boolean;
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 2
ifnull 4
aload 2
invokevirtual org.springframework.util.ConcurrentReferenceHashMap$Entry.getValue:()Ljava/lang/Object;
aload 0
getfield org.springframework.util.ConcurrentReferenceHashMap$3.val$value:Ljava/lang/Object;
invokestatic org.springframework.util.ObjectUtils.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 4
1: aload 1
ifnull 3
2: aload 1
invokeinterface org.springframework.util.ConcurrentReferenceHashMap$Reference.release:()V
3: StackMap locals:
StackMap stack:
iconst_1
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
areturn
4: StackMap locals:
StackMap stack:
iconst_0
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/springframework/util/ConcurrentReferenceHashMap$3;
0 5 1 ref Lorg/springframework/util/ConcurrentReferenceHashMap$Reference<TK;TV;>;
0 5 2 entry Lorg/springframework/util/ConcurrentReferenceHashMap$Entry<TK;TV;>;
Signature: (Lorg/springframework/util/ConcurrentReferenceHashMap$Reference<TK;TV;>;Lorg/springframework/util/ConcurrentReferenceHashMap$Entry<TK;TV;>;)Ljava/lang/Boolean;
RuntimeVisibleParameterAnnotations:
0:
org.springframework.lang.Nullable()
1:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
ref
entry
protected java.lang.Object execute(org.springframework.util.ConcurrentReferenceHashMap$Reference, org.springframework.util.ConcurrentReferenceHashMap$Entry);
descriptor: (Lorg/springframework/util/ConcurrentReferenceHashMap$Reference;Lorg/springframework/util/ConcurrentReferenceHashMap$Entry;)Ljava/lang/Object;
flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
invokevirtual org.springframework.util.ConcurrentReferenceHashMap$3.execute:(Lorg/springframework/util/ConcurrentReferenceHashMap$Reference;Lorg/springframework/util/ConcurrentReferenceHashMap$Entry;)Ljava/lang/Boolean;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lorg/springframework/util/ConcurrentReferenceHashMap<TK;TV;>.Task<Ljava/lang/Boolean;>;
SourceFile: "ConcurrentReferenceHashMap.java"
EnclosingMethod: org.springframework.util.ConcurrentReferenceHashMap.remove:(Ljava/lang/Object;Ljava/lang/Object;)Z
NestHost: org.springframework.util.ConcurrentReferenceHashMap
InnerClasses:
org.springframework.util.ConcurrentReferenceHashMap$3
protected final Entry = org.springframework.util.ConcurrentReferenceHashMap$Entry of org.springframework.util.ConcurrentReferenceHashMap
protected abstract Reference = org.springframework.util.ConcurrentReferenceHashMap$Reference of org.springframework.util.ConcurrentReferenceHashMap
private abstract Task = org.springframework.util.ConcurrentReferenceHashMap$Task of org.springframework.util.ConcurrentReferenceHashMap
private final TaskOption = org.springframework.util.ConcurrentReferenceHashMap$TaskOption of org.springframework.util.ConcurrentReferenceHashMap