abstract class org.springframework.util.ConcurrentReferenceHashMap$Entries
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.util.ConcurrentReferenceHashMap$Entries
  super_class: java.lang.Object
{
  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$Entries this
         0: .line 834
            aload 0 /* this */
            aload 1
            putfield org.springframework.util.ConcurrentReferenceHashMap$Entries.this$0:Lorg/springframework/util/ConcurrentReferenceHashMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.util.ConcurrentReferenceHashMap$Entries this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/util/ConcurrentReferenceHashMap$Entries;
    MethodParameters:
        Name  Flags
      this$0  final

  public abstract void add();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TV;)V
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "ConcurrentReferenceHashMap.java"
NestHost: org.springframework.util.ConcurrentReferenceHashMap
InnerClasses:
  private abstract Entries = org.springframework.util.ConcurrentReferenceHashMap$Entries of org.springframework.util.ConcurrentReferenceHashMap