final class com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment<K, V> extends com.google.common.collect.MapMakerInternalMap$Segment<K, V, com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry<K, V>, com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment<K, V>>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment
  super_class: com.google.common.collect.MapMakerInternalMap$Segment
{
  private final java.lang.ref.ReferenceQueue<V> queueForValues;
    descriptor: Ljava/lang/ref/ReferenceQueue;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/ref/ReferenceQueue<TV;>;

  void <init>(com.google.common.collect.MapMakerInternalMap<K, V, com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry<K, V>, com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment<K, V>>, int, );
    descriptor: (Lcom/google/common/collect/MapMakerInternalMap;II)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment this
        start local 1 // com.google.common.collect.MapMakerInternalMap map
        start local 2 // int initialCapacity
        start local 3 // int maxSegmentSize
         0: .line 2027
            aload 0 /* this */
            aload 1 /* map */
            iload 2 /* initialCapacity */
            iload 3 /* maxSegmentSize */
            invokespecial com.google.common.collect.MapMakerInternalMap$Segment.<init>:(Lcom/google/common/collect/MapMakerInternalMap;II)V
         1: .line 2020
            aload 0 /* this */
            new java.lang.ref.ReferenceQueue
            dup
            invokespecial java.lang.ref.ReferenceQueue.<init>:()V
            putfield com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment.queueForValues:Ljava/lang/ref/ReferenceQueue;
         2: .line 2028
            return
        end local 3 // int maxSegmentSize
        end local 2 // int initialCapacity
        end local 1 // com.google.common.collect.MapMakerInternalMap map
        end local 0 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment<TK;TV;>;
            0    3     1              map  Lcom/google/common/collect/MapMakerInternalMap<TK;TV;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment<TK;TV;>;>;
            0    3     2  initialCapacity  I
            0    3     3   maxSegmentSize  I
    Signature: (Lcom/google/common/collect/MapMakerInternalMap<TK;TV;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment<TK;TV;>;>;II)V
    MethodParameters:
                 Name  Flags
      map              
      initialCapacity  
      maxSegmentSize   

  com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment<K, V> self();
    descriptor: ()Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment this
         0: .line 2032
            aload 0 /* this */
            areturn
        end local 0 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment<TK;TV;>;
    Signature: ()Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment<TK;TV;>;

  java.lang.ref.ReferenceQueue<V> getValueReferenceQueueForTesting();
    descriptor: ()Ljava/lang/ref/ReferenceQueue;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment this
         0: .line 2037
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment.queueForValues:Ljava/lang/ref/ReferenceQueue;
            areturn
        end local 0 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment<TK;TV;>;
    Signature: ()Ljava/lang/ref/ReferenceQueue<TV;>;

  public com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry<K, V> castForTesting(com.google.common.collect.MapMakerInternalMap$InternalEntry<K, V, ?>);
    descriptor: (Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;)Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment this
        start local 1 // com.google.common.collect.MapMakerInternalMap$InternalEntry entry
         0: .line 2043
            aload 1 /* entry */
            checkcast com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry
            areturn
        end local 1 // com.google.common.collect.MapMakerInternalMap$InternalEntry entry
        end local 0 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment<TK;TV;>;
            0    1     1  entry  Lcom/google/common/collect/MapMakerInternalMap$InternalEntry<TK;TV;*>;
    Signature: (Lcom/google/common/collect/MapMakerInternalMap$InternalEntry<TK;TV;*>;)Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;
    MethodParameters:
       Name  Flags
      entry  

  public com.google.common.collect.MapMakerInternalMap$WeakValueReference<K, V, com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry<K, V>> getWeakValueReferenceForTesting(com.google.common.collect.MapMakerInternalMap$InternalEntry<K, V, ?>);
    descriptor: (Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;)Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment this
        start local 1 // com.google.common.collect.MapMakerInternalMap$InternalEntry e
         0: .line 2049
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment.castForTesting:(Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;)Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry;
            invokevirtual com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry.getValueReference:()Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
            areturn
        end local 1 // com.google.common.collect.MapMakerInternalMap$InternalEntry e
        end local 0 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment<TK;TV;>;
            0    1     1     e  Lcom/google/common/collect/MapMakerInternalMap$InternalEntry<TK;TV;*>;
    Signature: (Lcom/google/common/collect/MapMakerInternalMap$InternalEntry<TK;TV;*>;)Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference<TK;TV;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;>;
    MethodParameters:
      Name  Flags
      e     

  public com.google.common.collect.MapMakerInternalMap$WeakValueReference<K, V, com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry<K, V>> newWeakValueReferenceForTesting(com.google.common.collect.MapMakerInternalMap$InternalEntry<K, V, ?>, V);
    descriptor: (Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;Ljava/lang/Object;)Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment this
        start local 1 // com.google.common.collect.MapMakerInternalMap$InternalEntry e
        start local 2 // java.lang.Object value
         0: .line 2055
            new com.google.common.collect.MapMakerInternalMap$WeakValueReferenceImpl
            dup
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment.queueForValues:Ljava/lang/ref/ReferenceQueue;
            aload 2 /* value */
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment.castForTesting:(Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;)Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry;
            invokespecial com.google.common.collect.MapMakerInternalMap$WeakValueReferenceImpl.<init>:(Ljava/lang/ref/ReferenceQueue;Ljava/lang/Object;Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;)V
            areturn
        end local 2 // java.lang.Object value
        end local 1 // com.google.common.collect.MapMakerInternalMap$InternalEntry e
        end local 0 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment<TK;TV;>;
            0    1     1      e  Lcom/google/common/collect/MapMakerInternalMap$InternalEntry<TK;TV;*>;
            0    1     2  value  TV;
    Signature: (Lcom/google/common/collect/MapMakerInternalMap$InternalEntry<TK;TV;*>;TV;)Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference<TK;TV;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;>;
    MethodParameters:
       Name  Flags
      e      
      value  

  public void setWeakValueReferenceForTesting(com.google.common.collect.MapMakerInternalMap$InternalEntry<K, V, ?>, com.google.common.collect.MapMakerInternalMap$WeakValueReference<K, V, ? extends com.google.common.collect.MapMakerInternalMap$InternalEntry<K, V, ?>>);
    descriptor: (Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=3
        start local 0 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment this
        start local 1 // com.google.common.collect.MapMakerInternalMap$InternalEntry e
        start local 2 // com.google.common.collect.MapMakerInternalMap$WeakValueReference valueReference
         0: .line 2062
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment.castForTesting:(Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;)Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry;
            astore 3 /* entry */
        start local 3 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry entry
         1: .line 2065
            aload 2 /* valueReference */
         2: .line 2064
            astore 4 /* newValueReference */
        start local 4 // com.google.common.collect.MapMakerInternalMap$WeakValueReference newValueReference
         3: .line 2066
            aload 3 /* entry */
            getfield com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry.valueReference:Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
            astore 5 /* previous */
        start local 5 // com.google.common.collect.MapMakerInternalMap$WeakValueReference previous
         4: .line 2067
            aload 3 /* entry */
            aload 4 /* newValueReference */
            putfield com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry.valueReference:Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
         5: .line 2068
            aload 5 /* previous */
            invokeinterface com.google.common.collect.MapMakerInternalMap$WeakValueReference.clear:()V
         6: .line 2069
            return
        end local 5 // com.google.common.collect.MapMakerInternalMap$WeakValueReference previous
        end local 4 // com.google.common.collect.MapMakerInternalMap$WeakValueReference newValueReference
        end local 3 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry entry
        end local 2 // com.google.common.collect.MapMakerInternalMap$WeakValueReference valueReference
        end local 1 // com.google.common.collect.MapMakerInternalMap$InternalEntry e
        end local 0 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0               this  Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment<TK;TV;>;
            0    7     1                  e  Lcom/google/common/collect/MapMakerInternalMap$InternalEntry<TK;TV;*>;
            0    7     2     valueReference  Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference<TK;TV;+Lcom/google/common/collect/MapMakerInternalMap$InternalEntry<TK;TV;*>;>;
            1    7     3              entry  Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;
            3    7     4  newValueReference  Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference<TK;TV;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;>;
            4    7     5           previous  Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference<TK;TV;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;>;
    Signature: (Lcom/google/common/collect/MapMakerInternalMap$InternalEntry<TK;TV;*>;Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference<TK;TV;+Lcom/google/common/collect/MapMakerInternalMap$InternalEntry<TK;TV;*>;>;)V
    MethodParameters:
                Name  Flags
      e               
      valueReference  

  void maybeDrainReferenceQueues();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment this
         0: .line 2073
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment.queueForValues:Ljava/lang/ref/ReferenceQueue;
            invokevirtual com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment.drainValueReferenceQueue:(Ljava/lang/ref/ReferenceQueue;)V
         1: .line 2074
            return
        end local 0 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment<TK;TV;>;

  void maybeClearReferenceQueues();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment this
         0: .line 2078
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment.queueForValues:Ljava/lang/ref/ReferenceQueue;
            invokevirtual com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment.clearReferenceQueue:(Ljava/lang/ref/ReferenceQueue;)V
         1: .line 2079
            return
        end local 0 // com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment<TK;TV;>;

  com.google.common.collect.MapMakerInternalMap$Segment self();
    descriptor: ()Lcom/google/common/collect/MapMakerInternalMap$Segment;
    flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment.self:()Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.common.collect.MapMakerInternalMap$InternalEntry castForTesting(com.google.common.collect.MapMakerInternalMap$InternalEntry);
    descriptor: (Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;)Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.google.common.collect.MapMakerInternalMap$InternalEntry
            invokevirtual com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment.castForTesting:(Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;)Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lcom/google/common/collect/MapMakerInternalMap$Segment<TK;TV;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment<TK;TV;>;>;
SourceFile: "MapMakerInternalMap.java"
NestHost: com.google.common.collect.MapMakerInternalMap
InnerClasses:
  abstract InternalEntry = com.google.common.collect.MapMakerInternalMap$InternalEntry of com.google.common.collect.MapMakerInternalMap
  abstract Segment = com.google.common.collect.MapMakerInternalMap$Segment of com.google.common.collect.MapMakerInternalMap
  final StrongKeyWeakValueEntry = com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry of com.google.common.collect.MapMakerInternalMap
  final StrongKeyWeakValueSegment = com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment of com.google.common.collect.MapMakerInternalMap
  abstract WeakValueReference = com.google.common.collect.MapMakerInternalMap$WeakValueReference of com.google.common.collect.MapMakerInternalMap
  final WeakValueReferenceImpl = com.google.common.collect.MapMakerInternalMap$WeakValueReferenceImpl of com.google.common.collect.MapMakerInternalMap