public class org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry extends org.apache.commons.collections.map.AbstractHashedMap$HashEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry
  super_class: org.apache.commons.collections.map.AbstractHashedMap$HashEntry
{
  protected final org.apache.commons.collections.map.AbstractReferenceMap parent;
    descriptor: Lorg/apache/commons/collections/map/AbstractReferenceMap;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  public void <init>(org.apache.commons.collections.map.AbstractReferenceMap, org.apache.commons.collections.map.AbstractHashedMap$HashEntry, int, java.lang.Object, java.lang.Object);
    descriptor: (Lorg/apache/commons/collections/map/AbstractReferenceMap;Lorg/apache/commons/collections/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.collections.map.AbstractReferenceMap$ReferenceEntry this
        start local 1 // org.apache.commons.collections.map.AbstractReferenceMap parent
        start local 2 // org.apache.commons.collections.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 574
            aload 0 /* this */
            aload 2 /* next */
            iload 3 /* hashCode */
            aconst_null
            aconst_null
            invokespecial org.apache.commons.collections.map.AbstractHashedMap$HashEntry.<init>:(Lorg/apache/commons/collections/map/AbstractHashedMap$HashEntry;ILjava/lang/Object;Ljava/lang/Object;)V
         1: .line 575
            aload 0 /* this */
            aload 1 /* parent */
            putfield org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections/map/AbstractReferenceMap;
         2: .line 576
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* parent */
            getfield org.apache.commons.collections.map.AbstractReferenceMap.keyType:I
            aload 4 /* key */
            iload 3 /* hashCode */
            invokevirtual org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.toReference:(ILjava/lang/Object;I)Ljava/lang/Object;
            putfield org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.key:Ljava/lang/Object;
         3: .line 577
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* parent */
            getfield org.apache.commons.collections.map.AbstractReferenceMap.valueType:I
            aload 5 /* value */
            iload 3 /* hashCode */
            invokevirtual org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.toReference:(ILjava/lang/Object;I)Ljava/lang/Object;
            putfield org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.value:Ljava/lang/Object;
         4: .line 578
            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.collections.map.AbstractHashedMap$HashEntry next
        end local 1 // org.apache.commons.collections.map.AbstractReferenceMap parent
        end local 0 // org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/apache/commons/collections/map/AbstractReferenceMap$ReferenceEntry;
            0    5     1    parent  Lorg/apache/commons/collections/map/AbstractReferenceMap;
            0    5     2      next  Lorg/apache/commons/collections/map/AbstractHashedMap$HashEntry;
            0    5     3  hashCode  I
            0    5     4       key  Ljava/lang/Object;
            0    5     5     value  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      parent    
      next      
      hashCode  
      key       
      value     

  public java.lang.Object getKey();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry this
         0: .line 587
            aload 0 /* this */
            getfield org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections/map/AbstractReferenceMap;
            getfield org.apache.commons.collections.map.AbstractReferenceMap.keyType:I
            ifle 1
            aload 0 /* this */
            getfield org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.key:Ljava/lang/Object;
            checkcast java.lang.ref.Reference
            invokevirtual java.lang.ref.Reference.get:()Ljava/lang/Object;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.key:Ljava/lang/Object;
      StackMap locals:
      StackMap stack: java.lang.Object
         2: areturn
        end local 0 // org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections/map/AbstractReferenceMap$ReferenceEntry;

  public java.lang.Object getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry this
         0: .line 597
            aload 0 /* this */
            getfield org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections/map/AbstractReferenceMap;
            getfield org.apache.commons.collections.map.AbstractReferenceMap.valueType:I
            ifle 1
            aload 0 /* this */
            getfield org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.value:Ljava/lang/Object;
            checkcast java.lang.ref.Reference
            invokevirtual java.lang.ref.Reference.get:()Ljava/lang/Object;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.value:Ljava/lang/Object;
      StackMap locals:
      StackMap stack: java.lang.Object
         2: areturn
        end local 0 // org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections/map/AbstractReferenceMap$ReferenceEntry;

  public java.lang.Object setValue(java.lang.Object);
    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.collections.map.AbstractReferenceMap$ReferenceEntry this
        start local 1 // java.lang.Object obj
         0: .line 607
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.getValue:()Ljava/lang/Object;
            astore 2 /* old */
        start local 2 // java.lang.Object old
         1: .line 608
            aload 0 /* this */
            getfield org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections/map/AbstractReferenceMap;
            getfield org.apache.commons.collections.map.AbstractReferenceMap.valueType:I
            ifle 3
         2: .line 609
            aload 0 /* this */
            getfield org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.value:Ljava/lang/Object;
            checkcast java.lang.ref.Reference
            invokevirtual java.lang.ref.Reference.clear:()V
         3: .line 611
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections/map/AbstractReferenceMap;
            getfield org.apache.commons.collections.map.AbstractReferenceMap.valueType:I
            aload 1 /* obj */
            aload 0 /* this */
            getfield org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.hashCode:I
            invokevirtual org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.toReference:(ILjava/lang/Object;I)Ljava/lang/Object;
            putfield org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.value:Ljava/lang/Object;
         4: .line 612
            aload 2 /* old */
            areturn
        end local 2 // java.lang.Object old
        end local 1 // java.lang.Object obj
        end local 0 // org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/collections/map/AbstractReferenceMap$ReferenceEntry;
            0    5     1   obj  Ljava/lang/Object;
            1    5     2   old  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  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.collections.map.AbstractReferenceMap$ReferenceEntry this
        start local 1 // java.lang.Object obj
         0: .line 625
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 2
         1: .line 626
            iconst_1
            ireturn
         2: .line 628
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof java.util.Map$Entry
            ifne 4
         3: .line 629
            iconst_0
            ireturn
         4: .line 632
      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 633
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            astore 3 /* entryKey */
        start local 3 // java.lang.Object entryKey
         6: .line 634
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            astore 4 /* entryValue */
        start local 4 // java.lang.Object entryValue
         7: .line 635
            aload 3 /* entryKey */
            ifnull 8
            aload 4 /* entryValue */
            ifnonnull 9
         8: .line 636
      StackMap locals: java.util.Map$Entry java.lang.Object java.lang.Object
      StackMap stack:
            iconst_0
            ireturn
         9: .line 640
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections/map/AbstractReferenceMap;
            aload 3 /* entryKey */
            aload 0 /* this */
            getfield org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.key:Ljava/lang/Object;
            invokevirtual org.apache.commons.collections.map.AbstractReferenceMap.isEqualKey:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 12
        10: .line 641
            aload 0 /* this */
            getfield org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections/map/AbstractReferenceMap;
            aload 4 /* entryValue */
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.getValue:()Ljava/lang/Object;
            invokevirtual org.apache.commons.collections.map.AbstractReferenceMap.isEqualValue:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 12
        11: .line 640
            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.collections.map.AbstractReferenceMap$ReferenceEntry this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lorg/apache/commons/collections/map/AbstractReferenceMap$ReferenceEntry;
            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   

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

  protected java.lang.Object toReference(int, java.lang.Object, int);
    descriptor: (ILjava/lang/Object;I)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry this
        start local 1 // int type
        start local 2 // java.lang.Object referent
        start local 3 // int hash
         0: .line 666
            iload 1 /* type */
            tableswitch { // 0 - 2
                    0: 1
                    1: 2
                    2: 3
              default: 4
          }
         1: .line 667
      StackMap locals:
      StackMap stack:
            aload 2 /* referent */
            areturn
         2: .line 668
      StackMap locals:
      StackMap stack:
            new org.apache.commons.collections.map.AbstractReferenceMap$SoftRef
            dup
            iload 3 /* hash */
            aload 2 /* referent */
            aload 0 /* this */
            getfield org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections/map/AbstractReferenceMap;
            getfield org.apache.commons.collections.map.AbstractReferenceMap.queue:Ljava/lang/ref/ReferenceQueue;
            invokespecial org.apache.commons.collections.map.AbstractReferenceMap$SoftRef.<init>:(ILjava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V
            areturn
         3: .line 669
      StackMap locals:
      StackMap stack:
            new org.apache.commons.collections.map.AbstractReferenceMap$WeakRef
            dup
            iload 3 /* hash */
            aload 2 /* referent */
            aload 0 /* this */
            getfield org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections/map/AbstractReferenceMap;
            getfield org.apache.commons.collections.map.AbstractReferenceMap.queue:Ljava/lang/ref/ReferenceQueue;
            invokespecial org.apache.commons.collections.map.AbstractReferenceMap$WeakRef.<init>:(ILjava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V
            areturn
         4: .line 670
      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 // int type
        end local 0 // org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/apache/commons/collections/map/AbstractReferenceMap$ReferenceEntry;
            0    5     1      type  I
            0    5     2  referent  Ljava/lang/Object;
            0    5     3      hash  I
    MethodParameters:
          Name  Flags
      type      
      referent  
      hash      

  boolean purge(java.lang.ref.Reference);
    descriptor: (Ljava/lang/ref/Reference;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry this
        start local 1 // java.lang.ref.Reference ref
         0: .line 680
            aload 0 /* this */
            getfield org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections/map/AbstractReferenceMap;
            getfield org.apache.commons.collections.map.AbstractReferenceMap.keyType:I
            ifle 1
            aload 0 /* this */
            getfield org.apache.commons.collections.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 681
            iload 2 /* r */
            ifne 5
            aload 0 /* this */
            getfield org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections/map/AbstractReferenceMap;
            getfield org.apache.commons.collections.map.AbstractReferenceMap.valueType:I
            ifle 4
            aload 0 /* this */
            getfield org.apache.commons.collections.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 682
            iload 2 /* r */
            ifeq 15
         8: .line 683
            aload 0 /* this */
            getfield org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections/map/AbstractReferenceMap;
            getfield org.apache.commons.collections.map.AbstractReferenceMap.keyType:I
            ifle 10
         9: .line 684
            aload 0 /* this */
            getfield org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.key:Ljava/lang/Object;
            checkcast java.lang.ref.Reference
            invokevirtual java.lang.ref.Reference.clear:()V
        10: .line 686
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections/map/AbstractReferenceMap;
            getfield org.apache.commons.collections.map.AbstractReferenceMap.valueType:I
            ifle 13
        11: .line 687
            aload 0 /* this */
            getfield org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.value:Ljava/lang/Object;
            checkcast java.lang.ref.Reference
            invokevirtual java.lang.ref.Reference.clear:()V
        12: .line 688
            goto 15
      StackMap locals:
      StackMap stack:
        13: aload 0 /* this */
            getfield org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections/map/AbstractReferenceMap;
            getfield org.apache.commons.collections.map.AbstractReferenceMap.purgeValues:Z
            ifeq 15
        14: .line 689
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.value:Ljava/lang/Object;
        15: .line 692
      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.collections.map.AbstractReferenceMap$ReferenceEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lorg/apache/commons/collections/map/AbstractReferenceMap$ReferenceEntry;
            0   16     1   ref  Ljava/lang/ref/Reference;
            3   16     2     r  Z
    MethodParameters:
      Name  Flags
      ref   

  protected org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry next();
    descriptor: ()Lorg/apache/commons/collections/map/AbstractReferenceMap$ReferenceEntry;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry this
         0: .line 701
            aload 0 /* this */
            getfield org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry.next:Lorg/apache/commons/collections/map/AbstractHashedMap$HashEntry;
            checkcast org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry
            areturn
        end local 0 // org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/map/AbstractReferenceMap$ReferenceEntry;
}
SourceFile: "AbstractReferenceMap.java"
NestHost: org.apache.commons.collections.map.AbstractReferenceMap
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  protected HashEntry = org.apache.commons.collections.map.AbstractHashedMap$HashEntry of org.apache.commons.collections.map.AbstractHashedMap
  protected ReferenceEntry = org.apache.commons.collections.map.AbstractReferenceMap$ReferenceEntry of org.apache.commons.collections.map.AbstractReferenceMap
  SoftRef = org.apache.commons.collections.map.AbstractReferenceMap$SoftRef of org.apache.commons.collections.map.AbstractReferenceMap
  WeakRef = org.apache.commons.collections.map.AbstractReferenceMap$WeakRef of org.apache.commons.collections.map.AbstractReferenceMap