public class org.apache.commons.collections4.map.ReferenceMap<K, V> extends org.apache.commons.collections4.map.AbstractReferenceMap<K, V> implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.collections4.map.ReferenceMap
  super_class: org.apache.commons.collections4.map.AbstractReferenceMap
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1555089888138299607

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.map.ReferenceMap this
         0: .line 92
            aload 0 /* this */
            getstatic org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength.HARD:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            getstatic org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength.SOFT:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            bipush 16
         1: .line 93
            ldc 0.75
            iconst_0
            invokespecial org.apache.commons.collections4.map.AbstractReferenceMap.<init>:(Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;IFZ)V
         2: .line 94
            return
        end local 0 // org.apache.commons.collections4.map.ReferenceMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections4/map/ReferenceMap<TK;TV;>;

  public void <init>(org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength, org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength);
    descriptor: (Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.apache.commons.collections4.map.ReferenceMap this
        start local 1 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength keyType
        start local 2 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength valueType
         0: .line 110
            aload 0 /* this */
            aload 1 /* keyType */
            aload 2 /* valueType */
            bipush 16
            ldc 0.75
            iconst_0
            invokespecial org.apache.commons.collections4.map.AbstractReferenceMap.<init>:(Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;IFZ)V
         1: .line 111
            return
        end local 2 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength valueType
        end local 1 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength keyType
        end local 0 // org.apache.commons.collections4.map.ReferenceMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/commons/collections4/map/ReferenceMap<TK;TV;>;
            0    2     1    keyType  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            0    2     2  valueType  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
    Signature: (Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;)V
    MethodParameters:
           Name  Flags
      keyType    final
      valueType  final

  public void <init>(org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength, org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength, );
    descriptor: (Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.apache.commons.collections4.map.ReferenceMap this
        start local 1 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength keyType
        start local 2 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength valueType
        start local 3 // boolean purgeValues
         0: .line 129
            aload 0 /* this */
            aload 1 /* keyType */
            aload 2 /* valueType */
            bipush 16
            ldc 0.75
            iload 3 /* purgeValues */
            invokespecial org.apache.commons.collections4.map.AbstractReferenceMap.<init>:(Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;IFZ)V
         1: .line 130
            return
        end local 3 // boolean purgeValues
        end local 2 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength valueType
        end local 1 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength keyType
        end local 0 // org.apache.commons.collections4.map.ReferenceMap this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/apache/commons/collections4/map/ReferenceMap<TK;TV;>;
            0    2     1      keyType  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            0    2     2    valueType  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            0    2     3  purgeValues  Z
    Signature: (Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Z)V
    MethodParameters:
             Name  Flags
      keyType      final
      valueType    final
      purgeValues  final

  public void <init>(org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength, org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength, int, );
    descriptor: (Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;IF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.apache.commons.collections4.map.ReferenceMap this
        start local 1 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength keyType
        start local 2 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength valueType
        start local 3 // int capacity
        start local 4 // float loadFactor
         0: .line 150
            aload 0 /* this */
            aload 1 /* keyType */
            aload 2 /* valueType */
            iload 3 /* capacity */
            fload 4 /* loadFactor */
            iconst_0
            invokespecial org.apache.commons.collections4.map.AbstractReferenceMap.<init>:(Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;IFZ)V
         1: .line 151
            return
        end local 4 // float loadFactor
        end local 3 // int capacity
        end local 2 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength valueType
        end local 1 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength keyType
        end local 0 // org.apache.commons.collections4.map.ReferenceMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/apache/commons/collections4/map/ReferenceMap<TK;TV;>;
            0    2     1     keyType  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            0    2     2   valueType  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            0    2     3    capacity  I
            0    2     4  loadFactor  F
    Signature: (Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;IF)V
    MethodParameters:
            Name  Flags
      keyType     final
      valueType   final
      capacity    final
      loadFactor  final

  public void <init>(org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength, org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength, int, float, );
    descriptor: (Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;IFZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // org.apache.commons.collections4.map.ReferenceMap this
        start local 1 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength keyType
        start local 2 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength valueType
        start local 3 // int capacity
        start local 4 // float loadFactor
        start local 5 // boolean purgeValues
         0: .line 173
            aload 0 /* this */
            aload 1 /* keyType */
            aload 2 /* valueType */
            iload 3 /* capacity */
            fload 4 /* loadFactor */
            iload 5 /* purgeValues */
            invokespecial org.apache.commons.collections4.map.AbstractReferenceMap.<init>:(Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;IFZ)V
         1: .line 174
            return
        end local 5 // boolean purgeValues
        end local 4 // float loadFactor
        end local 3 // int capacity
        end local 2 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength valueType
        end local 1 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength keyType
        end local 0 // org.apache.commons.collections4.map.ReferenceMap this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/apache/commons/collections4/map/ReferenceMap<TK;TV;>;
            0    2     1      keyType  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            0    2     2    valueType  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            0    2     3     capacity  I
            0    2     4   loadFactor  F
            0    2     5  purgeValues  Z
    Signature: (Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;IFZ)V
    MethodParameters:
             Name  Flags
      keyType      final
      valueType    final
      capacity     final
      loadFactor   final
      purgeValues  final

  private void writeObject(java.io.ObjectOutputStream);
    descriptor: (Ljava/io/ObjectOutputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections4.map.ReferenceMap this
        start local 1 // java.io.ObjectOutputStream out
         0: .line 184
            aload 1 /* out */
            invokevirtual java.io.ObjectOutputStream.defaultWriteObject:()V
         1: .line 185
            aload 0 /* this */
            aload 1 /* out */
            invokevirtual org.apache.commons.collections4.map.ReferenceMap.doWriteObject:(Ljava/io/ObjectOutputStream;)V
         2: .line 186
            return
        end local 1 // java.io.ObjectOutputStream out
        end local 0 // org.apache.commons.collections4.map.ReferenceMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections4/map/ReferenceMap<TK;TV;>;
            0    3     1   out  Ljava/io/ObjectOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   final

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections4.map.ReferenceMap this
        start local 1 // java.io.ObjectInputStream in
         0: .line 196
            aload 1 /* in */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 197
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual org.apache.commons.collections4.map.ReferenceMap.doReadObject:(Ljava/io/ObjectInputStream;)V
         2: .line 198
            return
        end local 1 // java.io.ObjectInputStream in
        end local 0 // org.apache.commons.collections4.map.ReferenceMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections4/map/ReferenceMap<TK;TV;>;
            0    3     1    in  Ljava/io/ObjectInputStream;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      in    final
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;Ljava/io/Serializable;
SourceFile: "ReferenceMap.java"
InnerClasses:
  public final ReferenceStrength = org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength of org.apache.commons.collections4.map.AbstractReferenceMap