public abstract class org.apache.commons.collections4.map.AbstractReferenceMap<K, V> extends org.apache.commons.collections4.map.AbstractHashedMap<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.commons.collections4.map.AbstractReferenceMap
  super_class: org.apache.commons.collections4.map.AbstractHashedMap
{
  private org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength keyType;
    descriptor: Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;

  private org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength valueType;
    descriptor: Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;

  private boolean purgeValues;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private transient java.lang.ref.ReferenceQueue<java.lang.Object> queue;
    descriptor: Ljava/lang/ref/ReferenceQueue;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT
    Signature: Ljava/lang/ref/ReferenceQueue<Ljava/lang/Object;>;

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
         0: .line 153
            aload 0 /* this */
            invokespecial org.apache.commons.collections4.map.AbstractHashedMap.<init>:()V
         1: .line 154
            return
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;

  protected 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: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap 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 176
            aload 0 /* this */
            iload 3 /* capacity */
            fload 4 /* loadFactor */
            invokespecial org.apache.commons.collections4.map.AbstractHashedMap.<init>:(IF)V
         1: .line 177
            aload 0 /* this */
            aload 1 /* keyType */
            putfield org.apache.commons.collections4.map.AbstractReferenceMap.keyType:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
         2: .line 178
            aload 0 /* this */
            aload 2 /* valueType */
            putfield org.apache.commons.collections4.map.AbstractReferenceMap.valueType:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
         3: .line 179
            aload 0 /* this */
            iload 5 /* purgeValues */
            putfield org.apache.commons.collections4.map.AbstractReferenceMap.purgeValues:Z
         4: .line 180
            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.AbstractReferenceMap this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;
            0    5     1      keyType  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            0    5     2    valueType  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            0    5     3     capacity  I
            0    5     4   loadFactor  F
            0    5     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

  protected void init();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
         0: .line 187
            aload 0 /* this */
            new java.lang.ref.ReferenceQueue
            dup
            invokespecial java.lang.ref.ReferenceQueue.<init>:()V
            putfield org.apache.commons.collections4.map.AbstractReferenceMap.queue:Ljava/lang/ref/ReferenceQueue;
         1: .line 188
            return
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
         0: .line 198
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.purgeBeforeRead:()V
         1: .line 199
            aload 0 /* this */
            invokespecial org.apache.commons.collections4.map.AbstractHashedMap.size:()I
            ireturn
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
         0: .line 209
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.purgeBeforeRead:()V
         1: .line 210
            aload 0 /* this */
            invokespecial org.apache.commons.collections4.map.AbstractHashedMap.isEmpty:()Z
            ireturn
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;

  public boolean containsKey(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
        start local 1 // java.lang.Object key
         0: .line 221
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.purgeBeforeRead:()V
         1: .line 222
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.getEntry:(Ljava/lang/Object;)Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry;
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         2: .line 223
            aload 2 /* entry */
            ifnonnull 4
         3: .line 224
            iconst_0
            ireturn
         4: .line 226
      StackMap locals: java.util.Map$Entry
      StackMap stack:
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            ifnull 5
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 2 // java.util.Map$Entry entry
        end local 1 // java.lang.Object key
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;
            0    6     1    key  Ljava/lang/Object;
            2    6     2  entry  Ljava/util/Map$Entry<TK;TV;>;
    MethodParameters:
      Name  Flags
      key   final

  public boolean containsValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
        start local 1 // java.lang.Object value
         0: .line 237
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.purgeBeforeRead:()V
         1: .line 238
            aload 1 /* value */
            ifnonnull 3
         2: .line 239
            iconst_0
            ireturn
         3: .line 241
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* value */
            invokespecial org.apache.commons.collections4.map.AbstractHashedMap.containsValue:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object value
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;
            0    4     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  final

  public V get();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
        start local 1 // java.lang.Object key
         0: .line 252
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.purgeBeforeRead:()V
         1: .line 253
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.getEntry:(Ljava/lang/Object;)Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry;
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         2: .line 254
            aload 2 /* entry */
            ifnonnull 4
         3: .line 255
            aconst_null
            areturn
         4: .line 257
      StackMap locals: java.util.Map$Entry
      StackMap stack:
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            areturn
        end local 2 // java.util.Map$Entry entry
        end local 1 // java.lang.Object key
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;
            0    5     1    key  Ljava/lang/Object;
            2    5     2  entry  Ljava/util/Map$Entry<TK;TV;>;
    Signature: (Ljava/lang/Object;)TV;
    MethodParameters:
      Name  Flags
      key   final

  public V put(K, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
        start local 1 // java.lang.Object key
        start local 2 // java.lang.Object value
         0: .line 272
            aload 1 /* key */
            ifnonnull 2
         1: .line 273
            new java.lang.NullPointerException
            dup
            ldc "null keys not allowed"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 275
      StackMap locals:
      StackMap stack:
            aload 2 /* value */
            ifnonnull 4
         3: .line 276
            new java.lang.NullPointerException
            dup
            ldc "null values not allowed"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.purgeBeforeWrite:()V
         5: .line 280
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* value */
            invokespecial org.apache.commons.collections4.map.AbstractHashedMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Object key
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;
            0    6     1    key  TK;
            0    6     2  value  TV;
    Signature: (TK;TV;)TV;
    MethodParameters:
       Name  Flags
      key    final
      value  final

  public V remove();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
        start local 1 // java.lang.Object key
         0: .line 291
            aload 1 /* key */
            ifnonnull 2
         1: .line 292
            aconst_null
            areturn
         2: .line 294
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.purgeBeforeWrite:()V
         3: .line 295
            aload 0 /* this */
            aload 1 /* key */
            invokespecial org.apache.commons.collections4.map.AbstractHashedMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object key
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;
            0    4     1   key  Ljava/lang/Object;
    Signature: (Ljava/lang/Object;)TV;
    MethodParameters:
      Name  Flags
      key   final

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
         0: .line 303
            aload 0 /* this */
            invokespecial org.apache.commons.collections4.map.AbstractHashedMap.clear:()V
         1: .line 305
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.queue:Ljava/lang/ref/ReferenceQueue;
            invokevirtual java.lang.ref.ReferenceQueue.poll:()Ljava/lang/ref/Reference;
            ifnonnull 1
         2: .line 308
            return
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;

  public org.apache.commons.collections4.MapIterator<K, V> mapIterator();
    descriptor: ()Lorg/apache/commons/collections4/MapIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
         0: .line 319
            new org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceMapIterator
            dup
            aload 0 /* this */
            invokespecial org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceMapIterator.<init>:(Lorg/apache/commons/collections4/map/AbstractReferenceMap;)V
            areturn
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;
    Signature: ()Lorg/apache/commons/collections4/MapIterator<TK;TV;>;

  public java.util.Set<java.util.Map$Entry<K, V>> entrySet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
         0: .line 331
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.entrySet:Lorg/apache/commons/collections4/map/AbstractHashedMap$EntrySet;
            ifnonnull 2
         1: .line 332
            aload 0 /* this */
            new org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntrySet
            dup
            aload 0 /* this */
            invokespecial org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntrySet.<init>:(Lorg/apache/commons/collections4/map/AbstractHashedMap;)V
            putfield org.apache.commons.collections4.map.AbstractReferenceMap.entrySet:Lorg/apache/commons/collections4/map/AbstractHashedMap$EntrySet;
         2: .line 334
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.entrySet:Lorg/apache/commons/collections4/map/AbstractHashedMap$EntrySet;
            areturn
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;
    Signature: ()Ljava/util/Set<Ljava/util/Map$Entry<TK;TV;>;>;

  public java.util.Set<K> keySet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
         0: .line 344
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.keySet:Lorg/apache/commons/collections4/map/AbstractHashedMap$KeySet;
            ifnonnull 2
         1: .line 345
            aload 0 /* this */
            new org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceKeySet
            dup
            aload 0 /* this */
            invokespecial org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceKeySet.<init>:(Lorg/apache/commons/collections4/map/AbstractHashedMap;)V
            putfield org.apache.commons.collections4.map.AbstractReferenceMap.keySet:Lorg/apache/commons/collections4/map/AbstractHashedMap$KeySet;
         2: .line 347
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.keySet:Lorg/apache/commons/collections4/map/AbstractHashedMap$KeySet;
            areturn
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;
    Signature: ()Ljava/util/Set<TK;>;

  public java.util.Collection<V> values();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
         0: .line 357
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.values:Lorg/apache/commons/collections4/map/AbstractHashedMap$Values;
            ifnonnull 2
         1: .line 358
            aload 0 /* this */
            new org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceValues
            dup
            aload 0 /* this */
            invokespecial org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceValues.<init>:(Lorg/apache/commons/collections4/map/AbstractHashedMap;)V
            putfield org.apache.commons.collections4.map.AbstractReferenceMap.values:Lorg/apache/commons/collections4/map/AbstractHashedMap$Values;
         2: .line 360
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.values:Lorg/apache/commons/collections4/map/AbstractHashedMap$Values;
            areturn
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;
    Signature: ()Ljava/util/Collection<TV;>;

  protected void purgeBeforeRead();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
         0: .line 370
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.purge:()V
         1: .line 371
            return
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;

  protected void purgeBeforeWrite();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
         0: .line 379
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.purge:()V
         1: .line 380
            return
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;

  protected void purge();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
         0: .line 391
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.queue:Ljava/lang/ref/ReferenceQueue;
            invokevirtual java.lang.ref.ReferenceQueue.poll:()Ljava/lang/ref/Reference;
            astore 1 /* ref */
        start local 1 // java.lang.ref.Reference ref
         1: .line 392
            goto 4
         2: .line 393
      StackMap locals: java.lang.ref.Reference
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ref */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.purge:(Ljava/lang/ref/Reference;)V
         3: .line 394
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.queue:Ljava/lang/ref/ReferenceQueue;
            invokevirtual java.lang.ref.ReferenceQueue.poll:()Ljava/lang/ref/Reference;
            astore 1 /* ref */
         4: .line 392
      StackMap locals:
      StackMap stack:
            aload 1 /* ref */
            ifnonnull 2
         5: .line 396
            return
        end local 1 // java.lang.ref.Reference ref
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;
            1    6     1   ref  Ljava/lang/ref/Reference<*>;

  protected void purge(java.lang.ref.Reference<?>);
    descriptor: (Ljava/lang/ref/Reference;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
        start local 1 // java.lang.ref.Reference ref
         0: .line 407
            aload 1 /* ref */
            invokevirtual java.lang.Object.hashCode:()I
            istore 2 /* hash */
        start local 2 // int hash
         1: .line 408
            aload 0 /* this */
            iload 2 /* hash */
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.data:[Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry;
            arraylength
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.hashIndex:(II)I
            istore 3 /* index */
        start local 3 // int index
         2: .line 409
            aconst_null
            astore 4 /* previous */
        start local 4 // org.apache.commons.collections4.map.AbstractHashedMap$HashEntry previous
         3: .line 410
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.data:[Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry;
            iload 3 /* index */
            aaload
            astore 5 /* entry */
        start local 5 // org.apache.commons.collections4.map.AbstractHashedMap$HashEntry entry
         4: .line 411
            goto 16
         5: .line 412
      StackMap locals: org.apache.commons.collections4.map.AbstractReferenceMap java.lang.ref.Reference int int org.apache.commons.collections4.map.AbstractHashedMap$HashEntry org.apache.commons.collections4.map.AbstractHashedMap$HashEntry
      StackMap stack:
            aload 5 /* entry */
            checkcast org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry
            astore 6 /* refEntry */
        start local 6 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry refEntry
         6: .line 413
            aload 6 /* refEntry */
            aload 1 /* ref */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.purge:(Ljava/lang/ref/Reference;)Z
            ifeq 14
         7: .line 414
            aload 4 /* previous */
            ifnonnull 10
         8: .line 415
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.data:[Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry;
            iload 3 /* index */
            aload 5 /* entry */
            getfield org.apache.commons.collections4.map.AbstractHashedMap$HashEntry.next:Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry;
            aastore
         9: .line 416
            goto 11
        10: .line 417
      StackMap locals: org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry
      StackMap stack:
            aload 4 /* previous */
            aload 5 /* entry */
            getfield org.apache.commons.collections4.map.AbstractHashedMap$HashEntry.next:Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry;
            putfield org.apache.commons.collections4.map.AbstractHashedMap$HashEntry.next:Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry;
        11: .line 419
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.size:I
            iconst_1
            isub
            putfield org.apache.commons.collections4.map.AbstractReferenceMap.size:I
        12: .line 420
            aload 6 /* refEntry */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.onPurge:()V
        13: .line 421
            return
        14: .line 423
      StackMap locals:
      StackMap stack:
            aload 5 /* entry */
            astore 4 /* previous */
        15: .line 424
            aload 5 /* entry */
            getfield org.apache.commons.collections4.map.AbstractHashedMap$HashEntry.next:Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry;
            astore 5 /* entry */
        end local 6 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry refEntry
        16: .line 411
      StackMap locals:
      StackMap stack:
            aload 5 /* entry */
            ifnonnull 5
        17: .line 427
            return
        end local 5 // org.apache.commons.collections4.map.AbstractHashedMap$HashEntry entry
        end local 4 // org.apache.commons.collections4.map.AbstractHashedMap$HashEntry previous
        end local 3 // int index
        end local 2 // int hash
        end local 1 // java.lang.ref.Reference ref
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;
            0   18     1       ref  Ljava/lang/ref/Reference<*>;
            1   18     2      hash  I
            2   18     3     index  I
            3   18     4  previous  Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry<TK;TV;>;
            4   18     5     entry  Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry<TK;TV;>;
            6   16     6  refEntry  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;
    Signature: (Ljava/lang/ref/Reference<*>;)V
    MethodParameters:
      Name  Flags
      ref   final

  protected org.apache.commons.collections4.map.AbstractHashedMap$HashEntry<K, V> getEntry();
    descriptor: (Ljava/lang/Object;)Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
        start local 1 // java.lang.Object key
         0: .line 438
            aload 1 /* key */
            ifnonnull 2
         1: .line 439
            aconst_null
            areturn
         2: .line 441
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* key */
            invokespecial org.apache.commons.collections4.map.AbstractHashedMap.getEntry:(Ljava/lang/Object;)Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry;
            areturn
        end local 1 // java.lang.Object key
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;
            0    3     1   key  Ljava/lang/Object;
    Signature: (Ljava/lang/Object;)Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry<TK;TV;>;
    MethodParameters:
      Name  Flags
      key   final

  protected int hashEntry(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
        start local 1 // java.lang.Object key
        start local 2 // java.lang.Object value
         0: .line 453
            aload 1 /* key */
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 1 /* key */
            invokevirtual java.lang.Object.hashCode:()I
         2: .line 454
      StackMap locals:
      StackMap stack: int
            aload 2 /* value */
            ifnonnull 3
            iconst_0
            goto 4
      StackMap locals:
      StackMap stack: int
         3: aload 2 /* value */
            invokevirtual java.lang.Object.hashCode:()I
         4: .line 453
      StackMap locals: org.apache.commons.collections4.map.AbstractReferenceMap java.lang.Object java.lang.Object
      StackMap stack: int int
            ixor
            ireturn
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Object key
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;
            0    5     1    key  Ljava/lang/Object;
            0    5     2  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      key    final
      value  final

  protected boolean isEqualKey(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
        start local 1 // java.lang.Object key1
        start local 2 // java.lang.Object key2
         0: .line 470
            aload 0 /* this */
            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 2 /* key2 */
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 2 /* key2 */
            checkcast java.lang.ref.Reference
            invokevirtual java.lang.ref.Reference.get:()Ljava/lang/Object;
      StackMap locals:
      StackMap stack: java.lang.Object
         2: astore 2 /* key2 */
         3: .line 471
            aload 1 /* key1 */
            aload 2 /* key2 */
            if_acmpeq 4
            aload 1 /* key1 */
            aload 2 /* key2 */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 4
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_1
            ireturn
        end local 2 // java.lang.Object key2
        end local 1 // java.lang.Object key1
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;
            0    5     1  key1  Ljava/lang/Object;
            0    5     2  key2  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      key1  final
      key2  

  protected org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry<K, V> createEntry(org.apache.commons.collections4.map.AbstractHashedMap$HashEntry<K, V>, int, K, V);
    descriptor: (Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry;ILjava/lang/Object;Ljava/lang/Object;)Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
        start local 1 // org.apache.commons.collections4.map.AbstractHashedMap$HashEntry next
        start local 2 // int hashCode
        start local 3 // java.lang.Object key
        start local 4 // java.lang.Object value
         0: .line 486
            new org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry
            dup
            aload 0 /* this */
            aload 1 /* next */
            iload 2 /* hashCode */
            aload 3 /* key */
            aload 4 /* value */
            invokespecial org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.<init>:(Lorg/apache/commons/collections4/map/AbstractReferenceMap;Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry;ILjava/lang/Object;Ljava/lang/Object;)V
            areturn
        end local 4 // java.lang.Object value
        end local 3 // java.lang.Object key
        end local 2 // int hashCode
        end local 1 // org.apache.commons.collections4.map.AbstractHashedMap$HashEntry next
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;
            0    1     1      next  Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry<TK;TV;>;
            0    1     2  hashCode  I
            0    1     3       key  TK;
            0    1     4     value  TV;
    Signature: (Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry<TK;TV;>;ITK;TV;)Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;
    MethodParameters:
          Name  Flags
      next      final
      hashCode  final
      key       final
      value     final

  protected java.util.Iterator<java.util.Map$Entry<K, V>> createEntrySetIterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
         0: .line 496
            new org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntrySetIterator
            dup
            aload 0 /* this */
            invokespecial org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntrySetIterator.<init>:(Lorg/apache/commons/collections4/map/AbstractReferenceMap;)V
            areturn
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;
    Signature: ()Ljava/util/Iterator<Ljava/util/Map$Entry<TK;TV;>;>;

  protected java.util.Iterator<K> createKeySetIterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
         0: .line 506
            new org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceKeySetIterator
            dup
            aload 0 /* this */
            invokespecial org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceKeySetIterator.<init>:(Lorg/apache/commons/collections4/map/AbstractReferenceMap;)V
            areturn
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;
    Signature: ()Ljava/util/Iterator<TK;>;

  protected java.util.Iterator<V> createValuesIterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
         0: .line 516
            new org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceValuesIterator
            dup
            aload 0 /* this */
            invokespecial org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceValuesIterator.<init>:(Lorg/apache/commons/collections4/map/AbstractReferenceMap;)V
            areturn
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;
    Signature: ()Ljava/util/Iterator<TV;>;

  protected void doWriteObject(java.io.ObjectOutputStream);
    descriptor: (Ljava/io/ObjectOutputStream;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
        start local 1 // java.io.ObjectOutputStream out
         0: .line 1031
            aload 1 /* out */
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.keyType:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength.value:I
            invokevirtual java.io.ObjectOutputStream.writeInt:(I)V
         1: .line 1032
            aload 1 /* out */
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.valueType:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength.value:I
            invokevirtual java.io.ObjectOutputStream.writeInt:(I)V
         2: .line 1033
            aload 1 /* out */
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.purgeValues:Z
            invokevirtual java.io.ObjectOutputStream.writeBoolean:(Z)V
         3: .line 1034
            aload 1 /* out */
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.loadFactor:F
            invokevirtual java.io.ObjectOutputStream.writeFloat:(F)V
         4: .line 1035
            aload 1 /* out */
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.data:[Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry;
            arraylength
            invokevirtual java.io.ObjectOutputStream.writeInt:(I)V
         5: .line 1036
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.mapIterator:()Lorg/apache/commons/collections4/MapIterator;
            astore 2 /* it */
        start local 2 // org.apache.commons.collections4.MapIterator it
         6: goto 9
         7: .line 1037
      StackMap locals: org.apache.commons.collections4.MapIterator
      StackMap stack:
            aload 1 /* out */
            aload 2 /* it */
            invokeinterface org.apache.commons.collections4.MapIterator.next:()Ljava/lang/Object;
            invokevirtual java.io.ObjectOutputStream.writeObject:(Ljava/lang/Object;)V
         8: .line 1038
            aload 1 /* out */
            aload 2 /* it */
            invokeinterface org.apache.commons.collections4.MapIterator.getValue:()Ljava/lang/Object;
            invokevirtual java.io.ObjectOutputStream.writeObject:(Ljava/lang/Object;)V
         9: .line 1036
      StackMap locals:
      StackMap stack:
            aload 2 /* it */
            invokeinterface org.apache.commons.collections4.MapIterator.hasNext:()Z
            ifne 7
        end local 2 // org.apache.commons.collections4.MapIterator it
        10: .line 1040
            aload 1 /* out */
            aconst_null
            invokevirtual java.io.ObjectOutputStream.writeObject:(Ljava/lang/Object;)V
        11: .line 1042
            return
        end local 1 // java.io.ObjectOutputStream out
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;
            0   12     1   out  Ljava/io/ObjectOutputStream;
            6   10     2    it  Lorg/apache/commons/collections4/MapIterator<TK;TV;>;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   final

  protected void doReadObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
        start local 1 // java.io.ObjectInputStream in
         0: .line 1066
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual java.io.ObjectInputStream.readInt:()I
            invokestatic org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength.resolve:(I)Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            putfield org.apache.commons.collections4.map.AbstractReferenceMap.keyType:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
         1: .line 1067
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual java.io.ObjectInputStream.readInt:()I
            invokestatic org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength.resolve:(I)Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            putfield org.apache.commons.collections4.map.AbstractReferenceMap.valueType:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
         2: .line 1068
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual java.io.ObjectInputStream.readBoolean:()Z
            putfield org.apache.commons.collections4.map.AbstractReferenceMap.purgeValues:Z
         3: .line 1069
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual java.io.ObjectInputStream.readFloat:()F
            putfield org.apache.commons.collections4.map.AbstractReferenceMap.loadFactor:F
         4: .line 1070
            aload 1 /* in */
            invokevirtual java.io.ObjectInputStream.readInt:()I
            istore 2 /* capacity */
        start local 2 // int capacity
         5: .line 1071
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.init:()V
         6: .line 1072
            aload 0 /* this */
            iload 2 /* capacity */
            anewarray org.apache.commons.collections4.map.AbstractHashedMap$HashEntry
            putfield org.apache.commons.collections4.map.AbstractReferenceMap.data:[Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry;
         7: .line 1080
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.data:[Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry;
            arraylength
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.loadFactor:F
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.calculateThreshold:(IF)I
            putfield org.apache.commons.collections4.map.AbstractReferenceMap.threshold:I
         8: .line 1083
      StackMap locals: int
      StackMap stack:
            aload 1 /* in */
            invokevirtual java.io.ObjectInputStream.readObject:()Ljava/lang/Object;
            astore 3 /* key */
        start local 3 // java.lang.Object key
         9: .line 1084
            aload 3 /* key */
            ifnonnull 11
        10: .line 1085
            goto 14
        11: .line 1087
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* in */
            invokevirtual java.io.ObjectInputStream.readObject:()Ljava/lang/Object;
            astore 4 /* value */
        start local 4 // java.lang.Object value
        12: .line 1088
            aload 0 /* this */
            aload 3 /* key */
            aload 4 /* value */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 4 // java.lang.Object value
        end local 3 // java.lang.Object key
        13: .line 1082
            goto 8
        14: .line 1091
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int capacity
        end local 1 // java.io.ObjectInputStream in
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;
            0   15     1        in  Ljava/io/ObjectInputStream;
            5   15     2  capacity  I
            9   13     3       key  TK;
           12   13     4     value  TV;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      in    final

  protected boolean isKeyType(org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength);
    descriptor: (Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
        start local 1 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength type
         0: .line 1099
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.keyType:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            aload 1 /* type */
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength type
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;
            0    2     1  type  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
    Signature: (Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;)Z
    MethodParameters:
      Name  Flags
      type  final

  protected boolean isValueType(org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength);
    descriptor: (Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
        start local 1 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength type
         0: .line 1108
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.valueType:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
            aload 1 /* type */
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength type
        end local 0 // org.apache.commons.collections4.map.AbstractReferenceMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;
            0    2     1  type  Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
    Signature: (Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;)Z
    MethodParameters:
      Name  Flags
      type  final

  protected org.apache.commons.collections4.map.AbstractHashedMap$HashEntry createEntry(org.apache.commons.collections4.map.AbstractHashedMap$HashEntry, int, java.lang.Object, java.lang.Object);
    descriptor: (Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry;ILjava/lang/Object;Ljava/lang/Object;)Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            checkcast org.apache.commons.collections4.map.AbstractHashedMap$HashEntry
            iload 2
            aload 3
            checkcast java.lang.Object
            aload 4
            checkcast java.lang.Object
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.createEntry:(Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry;ILjava/lang/Object;Ljava/lang/Object;)Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lorg/apache/commons/collections4/map/AbstractHashedMap<TK;TV;>;
SourceFile: "AbstractReferenceMap.java"
NestMembers:
  org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator  org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry  org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntrySet  org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntrySetIterator  org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceKeySet  org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceKeySetIterator  org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceMapIterator  org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength  org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceValues  org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceValuesIterator  org.apache.commons.collections4.map.AbstractReferenceMap$SoftRef  org.apache.commons.collections4.map.AbstractReferenceMap$WeakRef
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
  ReferenceBaseIterator = org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceBaseIterator of org.apache.commons.collections4.map.AbstractReferenceMap
  protected ReferenceEntry = org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry of org.apache.commons.collections4.map.AbstractReferenceMap
  ReferenceEntrySet = org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntrySet of org.apache.commons.collections4.map.AbstractReferenceMap
  ReferenceEntrySetIterator = org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntrySetIterator of org.apache.commons.collections4.map.AbstractReferenceMap
  ReferenceKeySet = org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceKeySet of org.apache.commons.collections4.map.AbstractReferenceMap
  ReferenceKeySetIterator = org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceKeySetIterator of org.apache.commons.collections4.map.AbstractReferenceMap
  ReferenceMapIterator = org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceMapIterator of org.apache.commons.collections4.map.AbstractReferenceMap
  public final ReferenceStrength = org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength of org.apache.commons.collections4.map.AbstractReferenceMap
  ReferenceValues = org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceValues of org.apache.commons.collections4.map.AbstractReferenceMap
  ReferenceValuesIterator = org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceValuesIterator 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