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 146
            aload 0 /* this */
            invokespecial org.apache.commons.collections4.map.AbstractHashedMap.<init>:()V
         1: .line 147
            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 169
            aload 0 /* this */
            iload 3 /* capacity */
            fload 4 /* loadFactor */
            invokespecial org.apache.commons.collections4.map.AbstractHashedMap.<init>:(IF)V
         1: .line 170
            aload 0 /* this */
            aload 1 /* keyType */
            putfield org.apache.commons.collections4.map.AbstractReferenceMap.keyType:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
         2: .line 171
            aload 0 /* this */
            aload 2 /* valueType */
            putfield org.apache.commons.collections4.map.AbstractReferenceMap.valueType:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
         3: .line 172
            aload 0 /* this */
            iload 5 /* purgeValues */
            putfield org.apache.commons.collections4.map.AbstractReferenceMap.purgeValues:Z
         4: .line 173
            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 180
            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 181
            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 191
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.purgeBeforeRead:()V
         1: .line 192
            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 202
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.purgeBeforeRead:()V
         1: .line 203
            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 214
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.purgeBeforeRead:()V
         1: .line 215
            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 216
            aload 2 /* entry */
            ifnonnull 4
         3: .line 217
            iconst_0
            ireturn
         4: .line 219
      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 230
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.purgeBeforeRead:()V
         1: .line 231
            aload 1 /* value */
            ifnonnull 3
         2: .line 232
            iconst_0
            ireturn
         3: .line 234
      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 245
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.purgeBeforeRead:()V
         1: .line 246
            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 247
            aload 2 /* entry */
            ifnonnull 4
         3: .line 248
            aconst_null
            areturn
         4: .line 250
      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 265
            aload 1 /* key */
            ifnonnull 2
         1: .line 266
            new java.lang.NullPointerException
            dup
            ldc "null keys not allowed"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 268
      StackMap locals:
      StackMap stack:
            aload 2 /* value */
            ifnonnull 4
         3: .line 269
            new java.lang.NullPointerException
            dup
            ldc "null values not allowed"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.purgeBeforeWrite:()V
         5: .line 273
            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 284
            aload 1 /* key */
            ifnonnull 2
         1: .line 285
            aconst_null
            areturn
         2: .line 287
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.purgeBeforeWrite:()V
         3: .line 288
            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 296
            aload 0 /* this */
            invokespecial org.apache.commons.collections4.map.AbstractHashedMap.clear:()V
         1: .line 298
      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 299
            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 310
            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 322
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.entrySet:Lorg/apache/commons/collections4/map/AbstractHashedMap$EntrySet;
            ifnonnull 2
         1: .line 323
            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 325
      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 335
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.keySet:Lorg/apache/commons/collections4/map/AbstractHashedMap$KeySet;
            ifnonnull 2
         1: .line 336
            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 338
      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 348
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.values:Lorg/apache/commons/collections4/map/AbstractHashedMap$Values;
            ifnonnull 2
         1: .line 349
            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 351
      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 361
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.purge:()V
         1: .line 362
            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 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 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 382
            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 383
            goto 4
         2: .line 384
      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 385
            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 383
      StackMap locals:
      StackMap stack:
            aload 1 /* ref */
            ifnonnull 2
         5: .line 387
            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 398
            aload 1 /* ref */
            invokevirtual java.lang.Object.hashCode:()I
            istore 2 /* hash */
        start local 2 // int hash
         1: .line 399
            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 400
            aconst_null
            astore 4 /* previous */
        start local 4 // org.apache.commons.collections4.map.AbstractHashedMap$HashEntry previous
         3: .line 401
            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 402
            goto 16
         5: .line 403
      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 404
            aload 6 /* refEntry */
            aload 1 /* ref */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.purge:(Ljava/lang/ref/Reference;)Z
            ifeq 14
         7: .line 405
            aload 4 /* previous */
            ifnonnull 10
         8: .line 406
            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 407
            goto 11
        10: .line 408
      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 410
      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 411
            aload 6 /* refEntry */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.onPurge:()V
        13: .line 412
            return
        14: .line 414
      StackMap locals:
      StackMap stack:
            aload 5 /* entry */
            astore 4 /* previous */
        15: .line 415
            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 402
      StackMap locals:
      StackMap stack:
            aload 5 /* entry */
            ifnonnull 5
        17: .line 418
            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 429
            aload 1 /* key */
            ifnonnull 2
         1: .line 430
            aconst_null
            areturn
         2: .line 432
      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 444
            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 445
      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 444
      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 461
            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 462
            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 477
            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 487
            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 497
            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 507
            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 1021
            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 1022
            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 1023
            aload 1 /* out */
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.purgeValues:Z
            invokevirtual java.io.ObjectOutputStream.writeBoolean:(Z)V
         3: .line 1024
            aload 1 /* out */
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.AbstractReferenceMap.loadFactor:F
            invokevirtual java.io.ObjectOutputStream.writeFloat:(F)V
         4: .line 1025
            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 1026
            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 1027
      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 1028
            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 1026
      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 1030
            aload 1 /* out */
            aconst_null
            invokevirtual java.io.ObjectOutputStream.writeObject:(Ljava/lang/Object;)V
        11: .line 1032
            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 1056
            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 1057
            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 1058
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual java.io.ObjectInputStream.readBoolean:()Z
            putfield org.apache.commons.collections4.map.AbstractReferenceMap.purgeValues:Z
         3: .line 1059
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual java.io.ObjectInputStream.readFloat:()F
            putfield org.apache.commons.collections4.map.AbstractReferenceMap.loadFactor:F
         4: .line 1060
            aload 1 /* in */
            invokevirtual java.io.ObjectInputStream.readInt:()I
            istore 2 /* capacity */
        start local 2 // int capacity
         5: .line 1061
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.init:()V
         6: .line 1062
            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 1070
            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 1073
      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 1074
            aload 3 /* key */
            ifnonnull 11
        10: .line 1075
            goto 14
        11: .line 1077
      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 1078
            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 1072
            goto 8
        14: .line 1081
      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 1089
            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 1098
            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