class org.springframework.util.ConcurrentReferenceHashMap$Segment$1 extends org.springframework.util.ConcurrentReferenceHashMap<K, V>.Entries
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.util.ConcurrentReferenceHashMap$Segment$1
  super_class: org.springframework.util.ConcurrentReferenceHashMap$Entries
{
  final org.springframework.util.ConcurrentReferenceHashMap$Segment this$1;
    descriptor: Lorg/springframework/util/ConcurrentReferenceHashMap$Segment;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.Object val$key;
    descriptor: Ljava/lang/Object;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$hash;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.springframework.util.ConcurrentReferenceHashMap$Reference val$head;
    descriptor: Lorg/springframework/util/ConcurrentReferenceHashMap$Reference;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$index;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.springframework.util.ConcurrentReferenceHashMap$Segment, org.springframework.util.ConcurrentReferenceHashMap, java.lang.Object, int, org.springframework.util.ConcurrentReferenceHashMap$Reference, int);
    descriptor: (Lorg/springframework/util/ConcurrentReferenceHashMap$Segment;Lorg/springframework/util/ConcurrentReferenceHashMap;Ljava/lang/Object;ILorg/springframework/util/ConcurrentReferenceHashMap$Reference;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // org.springframework.util.ConcurrentReferenceHashMap$Segment$1 this
         0: .line 532
            aload 0 /* this */
            aload 1
            putfield org.springframework.util.ConcurrentReferenceHashMap$Segment$1.this$1:Lorg/springframework/util/ConcurrentReferenceHashMap$Segment;
            aload 0 /* this */
            aload 3
            putfield org.springframework.util.ConcurrentReferenceHashMap$Segment$1.val$key:Ljava/lang/Object;
            aload 0 /* this */
            iload 4
            putfield org.springframework.util.ConcurrentReferenceHashMap$Segment$1.val$hash:I
            aload 0 /* this */
            aload 5
            putfield org.springframework.util.ConcurrentReferenceHashMap$Segment$1.val$head:Lorg/springframework/util/ConcurrentReferenceHashMap$Reference;
            aload 0 /* this */
            iload 6
            putfield org.springframework.util.ConcurrentReferenceHashMap$Segment$1.val$index:I
            aload 0 /* this */
            aload 2
            invokespecial org.springframework.util.ConcurrentReferenceHashMap$Entries.<init>:(Lorg/springframework/util/ConcurrentReferenceHashMap;)V
            return
        end local 0 // org.springframework.util.ConcurrentReferenceHashMap$Segment$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/util/ConcurrentReferenceHashMap$Segment$1;
    MethodParameters:
           Name  Flags
      this$0     final
      this$1     final
      val$key    final
      val$hash   final
      val$head   final
      val$index  final

  public void add();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.springframework.util.ConcurrentReferenceHashMap$Segment$1 this
        start local 1 // java.lang.Object value
         0: .line 536
            new org.springframework.util.ConcurrentReferenceHashMap$Entry
            dup
            aload 0 /* this */
            getfield org.springframework.util.ConcurrentReferenceHashMap$Segment$1.val$key:Ljava/lang/Object;
            aload 1 /* value */
            invokespecial org.springframework.util.ConcurrentReferenceHashMap$Entry.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
            astore 2 /* newEntry */
        start local 2 // org.springframework.util.ConcurrentReferenceHashMap$Entry newEntry
         1: .line 537
            aload 0 /* this */
            getfield org.springframework.util.ConcurrentReferenceHashMap$Segment$1.this$1:Lorg/springframework/util/ConcurrentReferenceHashMap$Segment;
            getfield org.springframework.util.ConcurrentReferenceHashMap$Segment.referenceManager:Lorg/springframework/util/ConcurrentReferenceHashMap$ReferenceManager;
            aload 2 /* newEntry */
            aload 0 /* this */
            getfield org.springframework.util.ConcurrentReferenceHashMap$Segment$1.val$hash:I
            aload 0 /* this */
            getfield org.springframework.util.ConcurrentReferenceHashMap$Segment$1.val$head:Lorg/springframework/util/ConcurrentReferenceHashMap$Reference;
            invokevirtual org.springframework.util.ConcurrentReferenceHashMap$ReferenceManager.createReference:(Lorg/springframework/util/ConcurrentReferenceHashMap$Entry;ILorg/springframework/util/ConcurrentReferenceHashMap$Reference;)Lorg/springframework/util/ConcurrentReferenceHashMap$Reference;
            astore 3 /* newReference */
        start local 3 // org.springframework.util.ConcurrentReferenceHashMap$Reference newReference
         2: .line 538
            aload 0 /* this */
            getfield org.springframework.util.ConcurrentReferenceHashMap$Segment$1.this$1:Lorg/springframework/util/ConcurrentReferenceHashMap$Segment;
            getfield org.springframework.util.ConcurrentReferenceHashMap$Segment.references:[Lorg/springframework/util/ConcurrentReferenceHashMap$Reference;
            aload 0 /* this */
            getfield org.springframework.util.ConcurrentReferenceHashMap$Segment$1.val$index:I
            aload 3 /* newReference */
            aastore
         3: .line 539
            aload 0 /* this */
            getfield org.springframework.util.ConcurrentReferenceHashMap$Segment$1.this$1:Lorg/springframework/util/ConcurrentReferenceHashMap$Segment;
            dup
            getfield org.springframework.util.ConcurrentReferenceHashMap$Segment.count:I
            iconst_1
            iadd
            putfield org.springframework.util.ConcurrentReferenceHashMap$Segment.count:I
         4: .line 540
            return
        end local 3 // org.springframework.util.ConcurrentReferenceHashMap$Reference newReference
        end local 2 // org.springframework.util.ConcurrentReferenceHashMap$Entry newEntry
        end local 1 // java.lang.Object value
        end local 0 // org.springframework.util.ConcurrentReferenceHashMap$Segment$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lorg/springframework/util/ConcurrentReferenceHashMap$Segment$1;
            0    5     1         value  TV;
            1    5     2      newEntry  Lorg/springframework/util/ConcurrentReferenceHashMap$Entry<TK;TV;>;
            2    5     3  newReference  Lorg/springframework/util/ConcurrentReferenceHashMap$Reference<TK;TV;>;
    Signature: (TV;)V
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
       Name  Flags
      value  
}
Signature: Lorg/springframework/util/ConcurrentReferenceHashMap<TK;TV;>.Entries;
SourceFile: "ConcurrentReferenceHashMap.java"
EnclosingMethod: org.springframework.util.ConcurrentReferenceHashMap$Segment.doTask:(ILjava/lang/Object;Lorg/springframework/util/ConcurrentReferenceHashMap$Task;)Ljava/lang/Object;
NestHost: org.springframework.util.ConcurrentReferenceHashMap
InnerClasses:
  private abstract Entries = org.springframework.util.ConcurrentReferenceHashMap$Entries of org.springframework.util.ConcurrentReferenceHashMap
  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
  protected ReferenceManager = org.springframework.util.ConcurrentReferenceHashMap$ReferenceManager of org.springframework.util.ConcurrentReferenceHashMap
  protected final Segment = org.springframework.util.ConcurrentReferenceHashMap$Segment of org.springframework.util.ConcurrentReferenceHashMap
  org.springframework.util.ConcurrentReferenceHashMap$Segment$1
  private abstract Task = org.springframework.util.ConcurrentReferenceHashMap$Task of org.springframework.util.ConcurrentReferenceHashMap