class com.google.common.collect.ImmutableMap$SerializedForm implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.collect.ImmutableMap$SerializedForm
  super_class: java.lang.Object
{
  private final java.lang.Object[] keys;
    descriptor: [Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object[] values;
    descriptor: [Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  void <init>(com.google.common.collect.ImmutableMap<?, ?>);
    descriptor: (Lcom/google/common/collect/ImmutableMap;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.google.common.collect.ImmutableMap$SerializedForm this
        start local 1 // com.google.common.collect.ImmutableMap map
         0: .line 898
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 899
            aload 0 /* this */
            aload 1 /* map */
            invokevirtual com.google.common.collect.ImmutableMap.size:()I
            anewarray java.lang.Object
            putfield com.google.common.collect.ImmutableMap$SerializedForm.keys:[Ljava/lang/Object;
         2: .line 900
            aload 0 /* this */
            aload 1 /* map */
            invokevirtual com.google.common.collect.ImmutableMap.size:()I
            anewarray java.lang.Object
            putfield com.google.common.collect.ImmutableMap$SerializedForm.values:[Ljava/lang/Object;
         3: .line 901
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: .line 902
            aload 1 /* map */
            invokevirtual com.google.common.collect.ImmutableMap.entrySet:()Lcom/google/common/collect/ImmutableSet;
            invokevirtual com.google.common.collect.ImmutableSet.iterator:()Ljava/util/Iterator;
            astore 4
            goto 9
      StackMap locals: com.google.common.collect.ImmutableMap$SerializedForm com.google.common.collect.ImmutableMap int top java.util.Iterator
      StackMap stack:
         5: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 3 /* entry */
        start local 3 // java.util.Map$Entry entry
         6: .line 903
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableMap$SerializedForm.keys:[Ljava/lang/Object;
            iload 2 /* i */
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            aastore
         7: .line 904
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableMap$SerializedForm.values:[Ljava/lang/Object;
            iload 2 /* i */
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            aastore
         8: .line 905
            iinc 2 /* i */ 1
        end local 3 // java.util.Map$Entry entry
         9: .line 902
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        10: .line 907
            return
        end local 2 // int i
        end local 1 // com.google.common.collect.ImmutableMap map
        end local 0 // com.google.common.collect.ImmutableMap$SerializedForm this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lcom/google/common/collect/ImmutableMap$SerializedForm;
            0   11     1    map  Lcom/google/common/collect/ImmutableMap<**>;
            4   11     2      i  I
            6    9     3  entry  Ljava/util/Map$Entry<**>;
    Signature: (Lcom/google/common/collect/ImmutableMap<**>;)V
    MethodParameters:
      Name  Flags
      map   

  java.lang.Object readResolve();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.common.collect.ImmutableMap$SerializedForm this
         0: .line 910
            new com.google.common.collect.ImmutableMap$Builder
            dup
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableMap$SerializedForm.keys:[Ljava/lang/Object;
            arraylength
            invokespecial com.google.common.collect.ImmutableMap$Builder.<init>:(I)V
            astore 1 /* builder */
        start local 1 // com.google.common.collect.ImmutableMap$Builder builder
         1: .line 911
            aload 0 /* this */
            aload 1 /* builder */
            invokevirtual com.google.common.collect.ImmutableMap$SerializedForm.createMap:(Lcom/google/common/collect/ImmutableMap$Builder;)Ljava/lang/Object;
            areturn
        end local 1 // com.google.common.collect.ImmutableMap$Builder builder
        end local 0 // com.google.common.collect.ImmutableMap$SerializedForm this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/google/common/collect/ImmutableMap$SerializedForm;
            1    2     1  builder  Lcom/google/common/collect/ImmutableMap$Builder<Ljava/lang/Object;Ljava/lang/Object;>;

   createMap(com.google.common.collect.ImmutableMap$Builder<java.lang.Object, java.lang.Object>);
    descriptor: (Lcom/google/common/collect/ImmutableMap$Builder;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.google.common.collect.ImmutableMap$SerializedForm this
        start local 1 // com.google.common.collect.ImmutableMap$Builder builder
         0: .line 915
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 4
         2: .line 916
      StackMap locals: int
      StackMap stack:
            aload 1 /* builder */
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableMap$SerializedForm.keys:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableMap$SerializedForm.values:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            invokevirtual com.google.common.collect.ImmutableMap$Builder.put:(Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/ImmutableMap$Builder;
            pop
         3: .line 915
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 2 /* i */
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableMap$SerializedForm.keys:[Ljava/lang/Object;
            arraylength
            if_icmplt 2
        end local 2 // int i
         5: .line 918
            aload 1 /* builder */
            invokevirtual com.google.common.collect.ImmutableMap$Builder.build:()Lcom/google/common/collect/ImmutableMap;
            areturn
        end local 1 // com.google.common.collect.ImmutableMap$Builder builder
        end local 0 // com.google.common.collect.ImmutableMap$SerializedForm this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lcom/google/common/collect/ImmutableMap$SerializedForm;
            0    6     1  builder  Lcom/google/common/collect/ImmutableMap$Builder<Ljava/lang/Object;Ljava/lang/Object;>;
            1    5     2        i  I
    Signature: (Lcom/google/common/collect/ImmutableMap$Builder<Ljava/lang/Object;Ljava/lang/Object;>;)Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      builder  
}
SourceFile: "ImmutableMap.java"
NestHost: com.google.common.collect.ImmutableMap
InnerClasses:
  public Builder = com.google.common.collect.ImmutableMap$Builder of com.google.common.collect.ImmutableMap
  SerializedForm = com.google.common.collect.ImmutableMap$SerializedForm of com.google.common.collect.ImmutableMap
  public abstract Entry = java.util.Map$Entry of java.util.Map