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 // org.springframework.util.ConcurrentReferenceHashMap$EntrySet this
         0: .line 847
            aload 0 /* this */
            aload 1
            putfield org.springframework.util.ConcurrentReferenceHashMap$EntrySet.this$0:Lorg/springframework/util/ConcurrentReferenceHashMap;
            aload 0 /* this */
            invokespecial java.util.AbstractSet.<init>:()V
            return
        end local 0 // org.springframework.util.ConcurrentReferenceHashMap$EntrySet this
      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 // org.springframework.util.ConcurrentReferenceHashMap$EntrySet this
         0: .line 851
            new org.springframework.util.ConcurrentReferenceHashMap$EntryIterator
            dup
            aload 0 /* this */
            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 // org.springframework.util.ConcurrentReferenceHashMap$EntrySet this
      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 // org.springframework.util.ConcurrentReferenceHashMap$EntrySet this
        start local 1 // java.lang.Object o
         0: .line 856
            aload 1 /* o */
            instanceof java.util.Map$Entry
            ifeq 8
         1: .line 857
            aload 1 /* o */
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         2: .line 858
            aload 0 /* this */
            getfield org.springframework.util.ConcurrentReferenceHashMap$EntrySet.this$0:Lorg/springframework/util/ConcurrentReferenceHashMap;
            aload 2 /* entry */
            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 /* ref */
        start local 3 // org.springframework.util.ConcurrentReferenceHashMap$Reference ref
         3: .line 859
            aload 3 /* ref */
            ifnull 4
            aload 3 /* ref */
            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 /* otherEntry */
        start local 4 // org.springframework.util.ConcurrentReferenceHashMap$Entry otherEntry
         6: .line 860
            aload 4 /* otherEntry */
            ifnull 8
         7: .line 861
            aload 4 /* otherEntry */
            invokevirtual org.springframework.util.ConcurrentReferenceHashMap$Entry.getValue:()Ljava/lang/Object;
            aload 4 /* otherEntry */
            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 // org.springframework.util.ConcurrentReferenceHashMap$Entry otherEntry
        end local 3 // org.springframework.util.ConcurrentReferenceHashMap$Reference ref
        end local 2 // java.util.Map$Entry entry
         8: .line 864
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.springframework.util.ConcurrentReferenceHashMap$EntrySet this
      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 // org.springframework.util.ConcurrentReferenceHashMap$EntrySet this
        start local 1 // java.lang.Object o
         0: .line 869
            aload 1 /* o */
            instanceof java.util.Map$Entry
            ifeq 3
         1: .line 870
            aload 1 /* o */
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         2: .line 871
            aload 0 /* this */
            getfield org.springframework.util.ConcurrentReferenceHashMap$EntrySet.this$0:Lorg/springframework/util/ConcurrentReferenceHashMap;
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            aload 2 /* entry */
            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 // java.util.Map$Entry entry
         3: .line 873
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.springframework.util.ConcurrentReferenceHashMap$EntrySet this
      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 // org.springframework.util.ConcurrentReferenceHashMap$EntrySet this
         0: .line 878
            aload 0 /* this */
            getfield org.springframework.util.ConcurrentReferenceHashMap$EntrySet.this$0:Lorg/springframework/util/ConcurrentReferenceHashMap;
            invokevirtual org.springframework.util.ConcurrentReferenceHashMap.size:()I
            ireturn
        end local 0 // org.springframework.util.ConcurrentReferenceHashMap$EntrySet this
      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 // org.springframework.util.ConcurrentReferenceHashMap$EntrySet this
         0: .line 883
            aload 0 /* this */
            getfield org.springframework.util.ConcurrentReferenceHashMap$EntrySet.this$0:Lorg/springframework/util/ConcurrentReferenceHashMap;
            invokevirtual org.springframework.util.ConcurrentReferenceHashMap.clear:()V
         1: .line 884
            return
        end local 0 // org.springframework.util.ConcurrentReferenceHashMap$EntrySet this
      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