public class org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry<K, V> extends org.apache.commons.collections4.map.AbstractHashedMap$HashEntry<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry
  super_class: org.apache.commons.collections4.map.AbstractHashedMap$HashEntry
{
  private final org.apache.commons.collections4.map.AbstractReferenceMap<K, V> parent;
    descriptor: Lorg/apache/commons/collections4/map/AbstractReferenceMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;

  public void <init>(org.apache.commons.collections4.map.AbstractReferenceMap<K, V>, org.apache.commons.collections4.map.AbstractHashedMap$HashEntry<K, V>, int, K, );
    descriptor: (Lorg/apache/commons/collections4/map/AbstractReferenceMap;Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry;ILjava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry this
        start local 1 // org.apache.commons.collections4.map.AbstractReferenceMap parent
        start local 2 // org.apache.commons.collections4.map.AbstractHashedMap$HashEntry next
        start local 3 // int hashCode
        start local 4 // java.lang.Object key
        start local 5 // java.lang.Object value
         0: .line 621
            aload 0 /* this */
            aload 2 /* next */
            iload 3 /* hashCode */
            aconst_null
            aconst_null
            invokespecial org.apache.commons.collections4.map.AbstractHashedMap$HashEntry.<init>:(Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry;ILjava/lang/Object;Ljava/lang/Object;)V
         1: .line 622
            aload 0 /* this */
            aload 1 /* parent */
            putfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
         2: .line 623
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* parent */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.keyType:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            aload 4 /* key */
            iload 3 /* hashCode */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.toReference:(Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Ljava/lang/Object;I)Ljava/lang/Object;
            putfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.key:Ljava/lang/Object;
         3: .line 624
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* parent */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.valueType:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            aload 5 /* value */
            iload 3 /* hashCode */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.toReference:(Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Ljava/lang/Object;I)Ljava/lang/Object;
            putfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.value:Ljava/lang/Object;
         4: .line 625
            return
        end local 5 // java.lang.Object value
        end local 4 // java.lang.Object key
        end local 3 // int hashCode
        end local 2 // org.apache.commons.collections4.map.AbstractHashedMap$HashEntry next
        end local 1 // org.apache.commons.collections4.map.AbstractReferenceMap parent
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;
            0    5     1    parent  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;
            0    5     2      next  Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry<TK;TV;>;
            0    5     3  hashCode  I
            0    5     4       key  TK;
            0    5     5     value  TV;
    Signature: (Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry<TK;TV;>;ITK;TV;)V
    MethodParameters:
          Name  Flags
      parent    final
      next      final
      hashCode  final
      key       final
      value     final

  public K getKey();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry this
         0: .line 636
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.keyType:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            getstatic org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength.HARD:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            if_acmpne 1
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.key:Ljava/lang/Object;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.key:Ljava/lang/Object;
            checkcast java.lang.ref.Reference
            invokevirtual java.lang.ref.Reference.get:()Ljava/lang/Object;
      StackMap locals:
      StackMap stack: java.lang.Object
         2: areturn
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;
    Signature: ()TK;

  public V getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry this
         0: .line 648
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.valueType:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            getstatic org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength.HARD:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            if_acmpne 1
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.value:Ljava/lang/Object;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.value:Ljava/lang/Object;
            checkcast java.lang.ref.Reference
            invokevirtual java.lang.ref.Reference.get:()Ljava/lang/Object;
      StackMap locals:
      StackMap stack: java.lang.Object
         2: areturn
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;
    Signature: ()TV;

  public V setValue();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry this
        start local 1 // java.lang.Object obj
         0: .line 660
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.getValue:()Ljava/lang/Object;
            astore 2 /* old */
        start local 2 // java.lang.Object old
         1: .line 661
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.valueType:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            getstatic org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength.HARD:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            if_acmpeq 3
         2: .line 662
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.value:Ljava/lang/Object;
            checkcast java.lang.ref.Reference
            invokevirtual java.lang.ref.Reference.clear:()V
         3: .line 664
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.valueType:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            aload 1 /* obj */
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.hashCode:I
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.toReference:(Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Ljava/lang/Object;I)Ljava/lang/Object;
            putfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.value:Ljava/lang/Object;
         4: .line 665
            aload 2 /* old */
            areturn
        end local 2 // java.lang.Object old
        end local 1 // java.lang.Object obj
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;
            0    5     1   obj  TV;
            1    5     2   old  TV;
    Signature: (TV;)TV;
    MethodParameters:
      Name  Flags
      obj   final

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry this
        start local 1 // java.lang.Object obj
         0: .line 679
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 2
         1: .line 680
            iconst_1
            ireturn
         2: .line 682
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof java.util.Map$Entry
            ifne 4
         3: .line 683
            iconst_0
            ireturn
         4: .line 686
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         5: .line 687
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            astore 3 /* entryKey */
        start local 3 // java.lang.Object entryKey
         6: .line 688
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            astore 4 /* entryValue */
        start local 4 // java.lang.Object entryValue
         7: .line 689
            aload 3 /* entryKey */
            ifnull 8
            aload 4 /* entryValue */
            ifnonnull 9
         8: .line 690
      StackMap locals: java.util.Map$Entry java.lang.Object java.lang.Object
      StackMap stack:
            iconst_0
            ireturn
         9: .line 694
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
            aload 3 /* entryKey */
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.key:Ljava/lang/Object;
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.isEqualKey:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 12
        10: .line 695
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
            aload 4 /* entryValue */
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.getValue:()Ljava/lang/Object;
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.isEqualValue:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 12
        11: .line 694
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        12: iconst_0
            ireturn
        end local 4 // java.lang.Object entryValue
        end local 3 // java.lang.Object entryKey
        end local 2 // java.util.Map$Entry entry
        end local 1 // java.lang.Object obj
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;
            0   13     1         obj  Ljava/lang/Object;
            5   13     2       entry  Ljava/util/Map$Entry<**>;
            6   13     3    entryKey  Ljava/lang/Object;
            7   13     4  entryValue  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry this
         0: .line 707
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.getKey:()Ljava/lang/Object;
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.getValue:()Ljava/lang/Object;
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.hashEntry:(Ljava/lang/Object;Ljava/lang/Object;)I
            ireturn
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;

  protected <T>  toReference(org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength, T, int);
    descriptor: (Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Ljava/lang/Object;I)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry this
        start local 1 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength type
        start local 2 // java.lang.Object referent
        start local 3 // int hash
         0: .line 723
            aload 1 /* type */
            getstatic org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength.HARD:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            if_acmpne 2
         1: .line 724
            aload 2 /* referent */
            areturn
         2: .line 726
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            getstatic org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength.SOFT:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            if_acmpne 4
         3: .line 727
            new org.apache.commons.collections4.map.AbstractReferenceMap$SoftRef
            dup
            iload 3 /* hash */
            aload 2 /* referent */
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.queue:Ljava/lang/ref/ReferenceQueue;
            invokespecial org.apache.commons.collections4.map.AbstractReferenceMap$SoftRef.<init>:(ILjava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V
            areturn
         4: .line 729
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            getstatic org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength.WEAK:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            if_acmpne 6
         5: .line 730
            new org.apache.commons.collections4.map.AbstractReferenceMap$WeakRef
            dup
            iload 3 /* hash */
            aload 2 /* referent */
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.queue:Ljava/lang/ref/ReferenceQueue;
            invokespecial org.apache.commons.collections4.map.AbstractReferenceMap$WeakRef.<init>:(ILjava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V
            areturn
         6: .line 732
      StackMap locals:
      StackMap stack:
            new java.lang.Error
            dup
            invokespecial java.lang.Error.<init>:()V
            athrow
        end local 3 // int hash
        end local 2 // java.lang.Object referent
        end local 1 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength type
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;
            0    7     1      type  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            0    7     2  referent  TT;
            0    7     3      hash  I
    Signature: <T:Ljava/lang/Object;>(Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;TT;I)Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      type      final
      referent  final
      hash      final

  protected void onPurge();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry this
         0: .line 740
            return
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;

  protected boolean purge(java.lang.ref.Reference<?>);
    descriptor: (Ljava/lang/ref/Reference;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry this
        start local 1 // java.lang.ref.Reference ref
         0: .line 748
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.keyType:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            getstatic org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength.HARD:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            if_acmpeq 1
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.key:Ljava/lang/Object;
            aload 1 /* ref */
            if_acmpne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 2 /* r */
        start local 2 // boolean r
         3: .line 749
            iload 2 /* r */
            ifne 5
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.valueType:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            getstatic org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength.HARD:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            if_acmpeq 4
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.value:Ljava/lang/Object;
            aload 1 /* ref */
            if_acmpeq 5
      StackMap locals: int
      StackMap stack:
         4: iconst_0
            goto 6
      StackMap locals:
      StackMap stack:
         5: iconst_1
      StackMap locals:
      StackMap stack: int
         6: istore 2 /* r */
         7: .line 750
            iload 2 /* r */
            ifeq 15
         8: .line 751
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.keyType:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            getstatic org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength.HARD:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            if_acmpeq 10
         9: .line 752
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.key:Ljava/lang/Object;
            checkcast java.lang.ref.Reference
            invokevirtual java.lang.ref.Reference.clear:()V
        10: .line 754
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.valueType:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            getstatic org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength.HARD:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            if_acmpeq 13
        11: .line 755
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.value:Ljava/lang/Object;
            checkcast java.lang.ref.Reference
            invokevirtual java.lang.ref.Reference.clear:()V
        12: .line 756
            goto 15
      StackMap locals:
      StackMap stack:
        13: aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.purgeValues:Z
            ifeq 15
        14: .line 757
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.nullValue:()V
        15: .line 760
      StackMap locals:
      StackMap stack:
            iload 2 /* r */
            ireturn
        end local 2 // boolean r
        end local 1 // java.lang.ref.Reference ref
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;
            0   16     1   ref  Ljava/lang/ref/Reference<*>;
            3   16     2     r  Z
    Signature: (Ljava/lang/ref/Reference<*>;)Z
    MethodParameters:
      Name  Flags
      ref   final

  protected org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry<K, V> next();
    descriptor: ()Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry this
         0: .line 769
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.next:Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry;
            checkcast org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry
            areturn
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;
    Signature: ()Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;

  protected void nullValue();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry this
         0: .line 776
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.value:Ljava/lang/Object;
         1: .line 777
            return
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry<TK;TV;>;
SourceFile: "AbstractReferenceMap.java"
NestHost: org.apache.commons.collections4.map.AbstractReferenceMap
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  protected HashEntry = org.apache.commons.collections4.map.AbstractHashedMap$HashEntry of org.apache.commons.collections4.map.AbstractHashedMap
  protected ReferenceEntry = org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry of org.apache.commons.collections4.map.AbstractReferenceMap
  public final ReferenceStrength = org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength of org.apache.commons.collections4.map.AbstractReferenceMap
  SoftRef = org.apache.commons.collections4.map.AbstractReferenceMap$SoftRef of org.apache.commons.collections4.map.AbstractReferenceMap
  WeakRef = org.apache.commons.collections4.map.AbstractReferenceMap$WeakRef of org.apache.commons.collections4.map.AbstractReferenceMap