public final class com.google.common.collect.MapMaker
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.google.common.collect.MapMaker
  super_class: java.lang.Object
{
  private static final int DEFAULT_INITIAL_CAPACITY;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  private static final int DEFAULT_CONCURRENCY_LEVEL;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  static final int UNSET_INT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  boolean useCustomMap;
    descriptor: Z
    flags: (0x0000) 

  int initialCapacity;
    descriptor: I
    flags: (0x0000) 

  int concurrencyLevel;
    descriptor: I
    flags: (0x0000) 

  com.google.common.collect.MapMakerInternalMap$Strength keyStrength;
    descriptor: Lcom/google/common/collect/MapMakerInternalMap$Strength;
    flags: (0x0000) 
    Signature: Lcom/google/common/collect/MapMakerInternalMap$Strength;
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.Nullable()

  com.google.common.collect.MapMakerInternalMap$Strength valueStrength;
    descriptor: Lcom/google/common/collect/MapMakerInternalMap$Strength;
    flags: (0x0000) 
    Signature: Lcom/google/common/collect/MapMakerInternalMap$Strength;
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.Nullable()

  com.google.common.base.Equivalence<java.lang.Object> keyEquivalence;
    descriptor: Lcom/google/common/base/Equivalence;
    flags: (0x0000) 
    Signature: Lcom/google/common/base/Equivalence<Ljava/lang/Object;>;
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.Nullable()

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.MapMaker this
         0: .line 110
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 98
            aload 0 /* this */
            iconst_m1
            putfield com.google.common.collect.MapMaker.initialCapacity:I
         2: .line 99
            aload 0 /* this */
            iconst_m1
            putfield com.google.common.collect.MapMaker.concurrencyLevel:I
         3: .line 110
            return
        end local 0 // com.google.common.collect.MapMaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/common/collect/MapMaker;

  com.google.common.collect.MapMaker keyEquivalence(com.google.common.base.Equivalence<java.lang.Object>);
    descriptor: (Lcom/google/common/base/Equivalence;)Lcom/google/common/collect/MapMaker;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.common.collect.MapMaker this
        start local 1 // com.google.common.base.Equivalence equivalence
         0: .line 122
            aload 0 /* this */
            getfield com.google.common.collect.MapMaker.keyEquivalence:Lcom/google/common/base/Equivalence;
            ifnonnull 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ldc "key equivalence was already set to %s"
            aload 0 /* this */
            getfield com.google.common.collect.MapMaker.keyEquivalence:Lcom/google/common/base/Equivalence;
            invokestatic com.google.common.base.Preconditions.checkState:(ZLjava/lang/String;Ljava/lang/Object;)V
         3: .line 123
            aload 0 /* this */
            aload 1 /* equivalence */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.google.common.base.Equivalence
            putfield com.google.common.collect.MapMaker.keyEquivalence:Lcom/google/common/base/Equivalence;
         4: .line 124
            aload 0 /* this */
            iconst_1
            putfield com.google.common.collect.MapMaker.useCustomMap:Z
         5: .line 125
            aload 0 /* this */
            areturn
        end local 1 // com.google.common.base.Equivalence equivalence
        end local 0 // com.google.common.collect.MapMaker this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lcom/google/common/collect/MapMaker;
            0    6     1  equivalence  Lcom/google/common/base/Equivalence<Ljava/lang/Object;>;
    Signature: (Lcom/google/common/base/Equivalence<Ljava/lang/Object;>;)Lcom/google/common/collect/MapMaker;
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
      com.google.common.annotations.GwtIncompatible()
    MethodParameters:
             Name  Flags
      equivalence  

  com.google.common.base.Equivalence<java.lang.Object> getKeyEquivalence();
    descriptor: ()Lcom/google/common/base/Equivalence;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.MapMaker this
         0: .line 129
            aload 0 /* this */
            getfield com.google.common.collect.MapMaker.keyEquivalence:Lcom/google/common/base/Equivalence;
            aload 0 /* this */
            invokevirtual com.google.common.collect.MapMaker.getKeyStrength:()Lcom/google/common/collect/MapMakerInternalMap$Strength;
            invokevirtual com.google.common.collect.MapMakerInternalMap$Strength.defaultEquivalence:()Lcom/google/common/base/Equivalence;
            invokestatic com.google.common.base.MoreObjects.firstNonNull:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.google.common.base.Equivalence
            areturn
        end local 0 // com.google.common.collect.MapMaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/MapMaker;
    Signature: ()Lcom/google/common/base/Equivalence<Ljava/lang/Object;>;

  public com.google.common.collect.MapMaker initialCapacity(int);
    descriptor: (I)Lcom/google/common/collect/MapMaker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.common.collect.MapMaker this
        start local 1 // int initialCapacity
         0: .line 145
            aload 0 /* this */
            getfield com.google.common.collect.MapMaker.initialCapacity:I
            iconst_m1
            if_icmpne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
         2: .line 146
      StackMap locals:
      StackMap stack: int
            ldc "initial capacity was already set to %s"
         3: .line 147
            aload 0 /* this */
            getfield com.google.common.collect.MapMaker.initialCapacity:I
         4: .line 144
            invokestatic com.google.common.base.Preconditions.checkState:(ZLjava/lang/String;I)V
         5: .line 148
            iload 1 /* initialCapacity */
            iflt 6
            iconst_1
            goto 7
      StackMap locals:
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: invokestatic com.google.common.base.Preconditions.checkArgument:(Z)V
         8: .line 149
            aload 0 /* this */
            iload 1 /* initialCapacity */
            putfield com.google.common.collect.MapMaker.initialCapacity:I
         9: .line 150
            aload 0 /* this */
            areturn
        end local 1 // int initialCapacity
        end local 0 // com.google.common.collect.MapMaker this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   10     0             this  Lcom/google/common/collect/MapMaker;
            0   10     1  initialCapacity  I
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    MethodParameters:
                 Name  Flags
      initialCapacity  

  int getInitialCapacity();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.MapMaker this
         0: .line 154
            aload 0 /* this */
            getfield com.google.common.collect.MapMaker.initialCapacity:I
            iconst_m1
            if_icmpne 1
            bipush 16
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.google.common.collect.MapMaker.initialCapacity:I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // com.google.common.collect.MapMaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/collect/MapMaker;

  public com.google.common.collect.MapMaker concurrencyLevel(int);
    descriptor: (I)Lcom/google/common/collect/MapMaker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.common.collect.MapMaker this
        start local 1 // int concurrencyLevel
         0: .line 179
            aload 0 /* this */
            getfield com.google.common.collect.MapMaker.concurrencyLevel:I
            iconst_m1
            if_icmpne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
         2: .line 180
      StackMap locals:
      StackMap stack: int
            ldc "concurrency level was already set to %s"
         3: .line 181
            aload 0 /* this */
            getfield com.google.common.collect.MapMaker.concurrencyLevel:I
         4: .line 178
            invokestatic com.google.common.base.Preconditions.checkState:(ZLjava/lang/String;I)V
         5: .line 182
            iload 1 /* concurrencyLevel */
            ifle 6
            iconst_1
            goto 7
      StackMap locals:
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: invokestatic com.google.common.base.Preconditions.checkArgument:(Z)V
         8: .line 183
            aload 0 /* this */
            iload 1 /* concurrencyLevel */
            putfield com.google.common.collect.MapMaker.concurrencyLevel:I
         9: .line 184
            aload 0 /* this */
            areturn
        end local 1 // int concurrencyLevel
        end local 0 // com.google.common.collect.MapMaker this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   10     0              this  Lcom/google/common/collect/MapMaker;
            0   10     1  concurrencyLevel  I
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    MethodParameters:
                  Name  Flags
      concurrencyLevel  

  int getConcurrencyLevel();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.MapMaker this
         0: .line 188
            aload 0 /* this */
            getfield com.google.common.collect.MapMaker.concurrencyLevel:I
            iconst_m1
            if_icmpne 1
            iconst_4
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.google.common.collect.MapMaker.concurrencyLevel:I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // com.google.common.collect.MapMaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/collect/MapMaker;

  public com.google.common.collect.MapMaker weakKeys();
    descriptor: ()Lcom/google/common/collect/MapMaker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.MapMaker this
         0: .line 205
            aload 0 /* this */
            getstatic com.google.common.collect.MapMakerInternalMap$Strength.WEAK:Lcom/google/common/collect/MapMakerInternalMap$Strength;
            invokevirtual com.google.common.collect.MapMaker.setKeyStrength:(Lcom/google/common/collect/MapMakerInternalMap$Strength;)Lcom/google/common/collect/MapMaker;
            areturn
        end local 0 // com.google.common.collect.MapMaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/MapMaker;
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
      com.google.common.annotations.GwtIncompatible()

  com.google.common.collect.MapMaker setKeyStrength(com.google.common.collect.MapMakerInternalMap$Strength);
    descriptor: (Lcom/google/common/collect/MapMakerInternalMap$Strength;)Lcom/google/common/collect/MapMaker;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.common.collect.MapMaker this
        start local 1 // com.google.common.collect.MapMakerInternalMap$Strength strength
         0: .line 209
            aload 0 /* this */
            getfield com.google.common.collect.MapMaker.keyStrength:Lcom/google/common/collect/MapMakerInternalMap$Strength;
            ifnonnull 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ldc "Key strength was already set to %s"
            aload 0 /* this */
            getfield com.google.common.collect.MapMaker.keyStrength:Lcom/google/common/collect/MapMakerInternalMap$Strength;
            invokestatic com.google.common.base.Preconditions.checkState:(ZLjava/lang/String;Ljava/lang/Object;)V
         3: .line 210
            aload 0 /* this */
            aload 1 /* strength */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.google.common.collect.MapMakerInternalMap$Strength
            putfield com.google.common.collect.MapMaker.keyStrength:Lcom/google/common/collect/MapMakerInternalMap$Strength;
         4: .line 211
            aload 1 /* strength */
            getstatic com.google.common.collect.MapMakerInternalMap$Strength.STRONG:Lcom/google/common/collect/MapMakerInternalMap$Strength;
            if_acmpeq 6
         5: .line 213
            aload 0 /* this */
            iconst_1
            putfield com.google.common.collect.MapMaker.useCustomMap:Z
         6: .line 215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // com.google.common.collect.MapMakerInternalMap$Strength strength
        end local 0 // com.google.common.collect.MapMaker this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/google/common/collect/MapMaker;
            0    7     1  strength  Lcom/google/common/collect/MapMakerInternalMap$Strength;
    Signature: (Lcom/google/common/collect/MapMakerInternalMap$Strength;)Lcom/google/common/collect/MapMaker;
    MethodParameters:
          Name  Flags
      strength  

  com.google.common.collect.MapMakerInternalMap$Strength getKeyStrength();
    descriptor: ()Lcom/google/common/collect/MapMakerInternalMap$Strength;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.MapMaker this
         0: .line 219
            aload 0 /* this */
            getfield com.google.common.collect.MapMaker.keyStrength:Lcom/google/common/collect/MapMakerInternalMap$Strength;
            getstatic com.google.common.collect.MapMakerInternalMap$Strength.STRONG:Lcom/google/common/collect/MapMakerInternalMap$Strength;
            invokestatic com.google.common.base.MoreObjects.firstNonNull:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.google.common.collect.MapMakerInternalMap$Strength
            areturn
        end local 0 // com.google.common.collect.MapMaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/MapMaker;
    Signature: ()Lcom/google/common/collect/MapMakerInternalMap$Strength;

  public com.google.common.collect.MapMaker weakValues();
    descriptor: ()Lcom/google/common/collect/MapMaker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.MapMaker this
         0: .line 241
            aload 0 /* this */
            getstatic com.google.common.collect.MapMakerInternalMap$Strength.WEAK:Lcom/google/common/collect/MapMakerInternalMap$Strength;
            invokevirtual com.google.common.collect.MapMaker.setValueStrength:(Lcom/google/common/collect/MapMakerInternalMap$Strength;)Lcom/google/common/collect/MapMaker;
            areturn
        end local 0 // com.google.common.collect.MapMaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/MapMaker;
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
      com.google.common.annotations.GwtIncompatible()

  com.google.common.collect.MapMaker setValueStrength(com.google.common.collect.MapMakerInternalMap$Strength);
    descriptor: (Lcom/google/common/collect/MapMakerInternalMap$Strength;)Lcom/google/common/collect/MapMaker;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.common.collect.MapMaker this
        start local 1 // com.google.common.collect.MapMakerInternalMap$Strength strength
         0: .line 255
            aload 0 /* this */
            getfield com.google.common.collect.MapMaker.valueStrength:Lcom/google/common/collect/MapMakerInternalMap$Strength;
            ifnonnull 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ldc "Value strength was already set to %s"
            aload 0 /* this */
            getfield com.google.common.collect.MapMaker.valueStrength:Lcom/google/common/collect/MapMakerInternalMap$Strength;
            invokestatic com.google.common.base.Preconditions.checkState:(ZLjava/lang/String;Ljava/lang/Object;)V
         3: .line 256
            aload 0 /* this */
            aload 1 /* strength */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.google.common.collect.MapMakerInternalMap$Strength
            putfield com.google.common.collect.MapMaker.valueStrength:Lcom/google/common/collect/MapMakerInternalMap$Strength;
         4: .line 257
            aload 1 /* strength */
            getstatic com.google.common.collect.MapMakerInternalMap$Strength.STRONG:Lcom/google/common/collect/MapMakerInternalMap$Strength;
            if_acmpeq 6
         5: .line 259
            aload 0 /* this */
            iconst_1
            putfield com.google.common.collect.MapMaker.useCustomMap:Z
         6: .line 261
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // com.google.common.collect.MapMakerInternalMap$Strength strength
        end local 0 // com.google.common.collect.MapMaker this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/google/common/collect/MapMaker;
            0    7     1  strength  Lcom/google/common/collect/MapMakerInternalMap$Strength;
    Signature: (Lcom/google/common/collect/MapMakerInternalMap$Strength;)Lcom/google/common/collect/MapMaker;
    MethodParameters:
          Name  Flags
      strength  

  com.google.common.collect.MapMakerInternalMap$Strength getValueStrength();
    descriptor: ()Lcom/google/common/collect/MapMakerInternalMap$Strength;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.MapMaker this
         0: .line 265
            aload 0 /* this */
            getfield com.google.common.collect.MapMaker.valueStrength:Lcom/google/common/collect/MapMakerInternalMap$Strength;
            getstatic com.google.common.collect.MapMakerInternalMap$Strength.STRONG:Lcom/google/common/collect/MapMakerInternalMap$Strength;
            invokestatic com.google.common.base.MoreObjects.firstNonNull:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.google.common.collect.MapMakerInternalMap$Strength
            areturn
        end local 0 // com.google.common.collect.MapMaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/MapMaker;
    Signature: ()Lcom/google/common/collect/MapMakerInternalMap$Strength;

  public <K, V> java.util.concurrent.ConcurrentMap<K, V> makeMap();
    descriptor: ()Ljava/util/concurrent/ConcurrentMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.google.common.collect.MapMaker this
         0: .line 280
            aload 0 /* this */
            getfield com.google.common.collect.MapMaker.useCustomMap:Z
            ifne 2
         1: .line 281
            new java.util.concurrent.ConcurrentHashMap
            dup
            aload 0 /* this */
            invokevirtual com.google.common.collect.MapMaker.getInitialCapacity:()I
            ldc 0.75
            aload 0 /* this */
            invokevirtual com.google.common.collect.MapMaker.getConcurrencyLevel:()I
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:(IFI)V
            areturn
         2: .line 283
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic com.google.common.collect.MapMakerInternalMap.create:(Lcom/google/common/collect/MapMaker;)Lcom/google/common/collect/MapMakerInternalMap;
            areturn
        end local 0 // com.google.common.collect.MapMaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/collect/MapMaker;
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>()Ljava/util/concurrent/ConcurrentMap<TK;TV;>;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.common.collect.MapMaker this
         0: .line 292
            aload 0 /* this */
            invokestatic com.google.common.base.MoreObjects.toStringHelper:(Ljava/lang/Object;)Lcom/google/common/base/MoreObjects$ToStringHelper;
            astore 1 /* s */
        start local 1 // com.google.common.base.MoreObjects$ToStringHelper s
         1: .line 293
            aload 0 /* this */
            getfield com.google.common.collect.MapMaker.initialCapacity:I
            iconst_m1
            if_icmpeq 3
         2: .line 294
            aload 1 /* s */
            ldc "initialCapacity"
            aload 0 /* this */
            getfield com.google.common.collect.MapMaker.initialCapacity:I
            invokevirtual com.google.common.base.MoreObjects$ToStringHelper.add:(Ljava/lang/String;I)Lcom/google/common/base/MoreObjects$ToStringHelper;
            pop
         3: .line 296
      StackMap locals: com.google.common.base.MoreObjects$ToStringHelper
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.collect.MapMaker.concurrencyLevel:I
            iconst_m1
            if_icmpeq 5
         4: .line 297
            aload 1 /* s */
            ldc "concurrencyLevel"
            aload 0 /* this */
            getfield com.google.common.collect.MapMaker.concurrencyLevel:I
            invokevirtual com.google.common.base.MoreObjects$ToStringHelper.add:(Ljava/lang/String;I)Lcom/google/common/base/MoreObjects$ToStringHelper;
            pop
         5: .line 299
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.collect.MapMaker.keyStrength:Lcom/google/common/collect/MapMakerInternalMap$Strength;
            ifnull 7
         6: .line 300
            aload 1 /* s */
            ldc "keyStrength"
            aload 0 /* this */
            getfield com.google.common.collect.MapMaker.keyStrength:Lcom/google/common/collect/MapMakerInternalMap$Strength;
            invokevirtual com.google.common.collect.MapMakerInternalMap$Strength.toString:()Ljava/lang/String;
            invokestatic com.google.common.base.Ascii.toLowerCase:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual com.google.common.base.MoreObjects$ToStringHelper.add:(Ljava/lang/String;Ljava/lang/Object;)Lcom/google/common/base/MoreObjects$ToStringHelper;
            pop
         7: .line 302
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.collect.MapMaker.valueStrength:Lcom/google/common/collect/MapMakerInternalMap$Strength;
            ifnull 9
         8: .line 303
            aload 1 /* s */
            ldc "valueStrength"
            aload 0 /* this */
            getfield com.google.common.collect.MapMaker.valueStrength:Lcom/google/common/collect/MapMakerInternalMap$Strength;
            invokevirtual com.google.common.collect.MapMakerInternalMap$Strength.toString:()Ljava/lang/String;
            invokestatic com.google.common.base.Ascii.toLowerCase:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual com.google.common.base.MoreObjects$ToStringHelper.add:(Ljava/lang/String;Ljava/lang/Object;)Lcom/google/common/base/MoreObjects$ToStringHelper;
            pop
         9: .line 305
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.collect.MapMaker.keyEquivalence:Lcom/google/common/base/Equivalence;
            ifnull 11
        10: .line 306
            aload 1 /* s */
            ldc "keyEquivalence"
            invokevirtual com.google.common.base.MoreObjects$ToStringHelper.addValue:(Ljava/lang/Object;)Lcom/google/common/base/MoreObjects$ToStringHelper;
            pop
        11: .line 308
      StackMap locals:
      StackMap stack:
            aload 1 /* s */
            invokevirtual com.google.common.base.MoreObjects$ToStringHelper.toString:()Ljava/lang/String;
            areturn
        end local 1 // com.google.common.base.MoreObjects$ToStringHelper s
        end local 0 // com.google.common.collect.MapMaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/google/common/collect/MapMaker;
            1   12     1     s  Lcom/google/common/base/MoreObjects$ToStringHelper;
}
SourceFile: "MapMaker.java"
NestMembers:
  com.google.common.collect.MapMaker$Dummy
InnerClasses:
  public final ToStringHelper = com.google.common.base.MoreObjects$ToStringHelper of com.google.common.base.MoreObjects
  final Dummy = com.google.common.collect.MapMaker$Dummy of com.google.common.collect.MapMaker
  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
  abstract Strength = com.google.common.collect.MapMakerInternalMap$Strength of com.google.common.collect.MapMakerInternalMap
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtCompatible(emulated = true)