class org.springframework.util.ConcurrentReferenceHashMap$EntrySet extends java.util.AbstractSet<java.util.Map$Entry<K, V>>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.util.ConcurrentReferenceHashMap$EntrySet
super_class: java.util.AbstractSet
{
final org.springframework.util.ConcurrentReferenceHashMap this$0;
descriptor: Lorg/springframework/util/ConcurrentReferenceHashMap;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(org.springframework.util.ConcurrentReferenceHashMap);
descriptor: (Lorg/springframework/util/ConcurrentReferenceHashMap;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.springframework.util.ConcurrentReferenceHashMap$EntrySet.this$0:Lorg/springframework/util/ConcurrentReferenceHashMap;
aload 0
invokespecial java.util.AbstractSet.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/util/ConcurrentReferenceHashMap$EntrySet;
MethodParameters:
Name Flags
this$0 final
public java.util.Iterator<java.util.Map$Entry<K, V>> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.springframework.util.ConcurrentReferenceHashMap$EntryIterator
dup
aload 0
getfield org.springframework.util.ConcurrentReferenceHashMap$EntrySet.this$0:Lorg/springframework/util/ConcurrentReferenceHashMap;
invokespecial org.springframework.util.ConcurrentReferenceHashMap$EntryIterator.<init>:(Lorg/springframework/util/ConcurrentReferenceHashMap;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/util/ConcurrentReferenceHashMap$EntrySet;
Signature: ()Ljava/util/Iterator<Ljava/util/Map$Entry<TK;TV;>;>;
public boolean contains(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=2
start local 0 start local 1 0: aload 1
instanceof java.util.Map$Entry
ifeq 8
1: aload 1
checkcast java.util.Map$Entry
astore 2
start local 2 2: aload 0
getfield org.springframework.util.ConcurrentReferenceHashMap$EntrySet.this$0:Lorg/springframework/util/ConcurrentReferenceHashMap;
aload 2
invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
getstatic org.springframework.util.ConcurrentReferenceHashMap$Restructure.NEVER:Lorg/springframework/util/ConcurrentReferenceHashMap$Restructure;
invokevirtual org.springframework.util.ConcurrentReferenceHashMap.getReference:(Ljava/lang/Object;Lorg/springframework/util/ConcurrentReferenceHashMap$Restructure;)Lorg/springframework/util/ConcurrentReferenceHashMap$Reference;
astore 3
start local 3 3: aload 3
ifnull 4
aload 3
invokeinterface org.springframework.util.ConcurrentReferenceHashMap$Reference.get:()Lorg/springframework/util/ConcurrentReferenceHashMap$Entry;
goto 5
StackMap locals: java.util.Map$Entry org.springframework.util.ConcurrentReferenceHashMap$Reference
StackMap stack:
4: aconst_null
StackMap locals:
StackMap stack: org.springframework.util.ConcurrentReferenceHashMap$Entry
5: astore 4
start local 4 6: aload 4
ifnull 8
7: aload 4
invokevirtual org.springframework.util.ConcurrentReferenceHashMap$Entry.getValue:()Ljava/lang/Object;
aload 4
invokevirtual org.springframework.util.ConcurrentReferenceHashMap$Entry.getValue:()Ljava/lang/Object;
invokestatic org.springframework.util.ObjectUtils.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ireturn
end local 4 end local 3 end local 2 8: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/springframework/util/ConcurrentReferenceHashMap$EntrySet;
0 9 1 o Ljava/lang/Object;
2 8 2 entry Ljava/util/Map$Entry<**>;
3 8 3 ref Lorg/springframework/util/ConcurrentReferenceHashMap$Reference<TK;TV;>;
6 8 4 otherEntry Lorg/springframework/util/ConcurrentReferenceHashMap$Entry<TK;TV;>;
RuntimeVisibleParameterAnnotations:
0:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
o
public boolean remove(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 1
instanceof java.util.Map$Entry
ifeq 3
1: aload 1
checkcast java.util.Map$Entry
astore 2
start local 2 2: aload 0
getfield org.springframework.util.ConcurrentReferenceHashMap$EntrySet.this$0:Lorg/springframework/util/ConcurrentReferenceHashMap;
aload 2
invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
aload 2
invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
invokevirtual org.springframework.util.ConcurrentReferenceHashMap.remove:(Ljava/lang/Object;Ljava/lang/Object;)Z
ireturn
end local 2 3: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/springframework/util/ConcurrentReferenceHashMap$EntrySet;
0 4 1 o Ljava/lang/Object;
2 3 2 entry Ljava/util/Map$Entry<**>;
MethodParameters:
Name Flags
o
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.util.ConcurrentReferenceHashMap$EntrySet.this$0:Lorg/springframework/util/ConcurrentReferenceHashMap;
invokevirtual org.springframework.util.ConcurrentReferenceHashMap.size:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/util/ConcurrentReferenceHashMap$EntrySet;
public void clear();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.util.ConcurrentReferenceHashMap$EntrySet.this$0:Lorg/springframework/util/ConcurrentReferenceHashMap;
invokevirtual org.springframework.util.ConcurrentReferenceHashMap.clear:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/springframework/util/ConcurrentReferenceHashMap$EntrySet;
}
Signature: Ljava/util/AbstractSet<Ljava/util/Map$Entry<TK;TV;>;>;
SourceFile: "ConcurrentReferenceHashMap.java"
NestHost: org.springframework.util.ConcurrentReferenceHashMap
InnerClasses:
public abstract Entry = java.util.Map$Entry of java.util.Map
protected final Entry = org.springframework.util.ConcurrentReferenceHashMap$Entry of org.springframework.util.ConcurrentReferenceHashMap
private EntryIterator = org.springframework.util.ConcurrentReferenceHashMap$EntryIterator of org.springframework.util.ConcurrentReferenceHashMap
private EntrySet = org.springframework.util.ConcurrentReferenceHashMap$EntrySet of org.springframework.util.ConcurrentReferenceHashMap
protected abstract Reference = org.springframework.util.ConcurrentReferenceHashMap$Reference of org.springframework.util.ConcurrentReferenceHashMap
protected final Restructure = org.springframework.util.ConcurrentReferenceHashMap$Restructure of org.springframework.util.ConcurrentReferenceHashMap