public final class com.google.protobuf.MapFieldLite<K, V> extends java.util.LinkedHashMap<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.google.protobuf.MapFieldLite
  super_class: java.util.LinkedHashMap
{
  private boolean isMutable;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private static final com.google.protobuf.MapFieldLite EMPTY_MAP_FIELD;
    descriptor: Lcom/google/protobuf/MapFieldLite;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 61
            new com.google.protobuf.MapFieldLite
            dup
            invokespecial com.google.protobuf.MapFieldLite.<init>:()V
            putstatic com.google.protobuf.MapFieldLite.EMPTY_MAP_FIELD:Lcom/google/protobuf/MapFieldLite;
         1: .line 64
            getstatic com.google.protobuf.MapFieldLite.EMPTY_MAP_FIELD:Lcom/google/protobuf/MapFieldLite;
            invokevirtual com.google.protobuf.MapFieldLite.makeImmutable:()V
         2: .line 65
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.MapFieldLite this
         0: .line 51
            aload 0 /* this */
            invokespecial java.util.LinkedHashMap.<init>:()V
         1: .line 52
            aload 0 /* this */
            iconst_1
            putfield com.google.protobuf.MapFieldLite.isMutable:Z
         2: .line 53
            return
        end local 0 // com.google.protobuf.MapFieldLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/MapFieldLite<TK;TV;>;

  private void <init>(java.util.Map<K, V>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.MapFieldLite this
        start local 1 // java.util.Map mapData
         0: .line 56
            aload 0 /* this */
            aload 1 /* mapData */
            invokespecial java.util.LinkedHashMap.<init>:(Ljava/util/Map;)V
         1: .line 57
            aload 0 /* this */
            iconst_1
            putfield com.google.protobuf.MapFieldLite.isMutable:Z
         2: .line 58
            return
        end local 1 // java.util.Map mapData
        end local 0 // com.google.protobuf.MapFieldLite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/google/protobuf/MapFieldLite<TK;TV;>;
            0    3     1  mapData  Ljava/util/Map<TK;TV;>;
    Signature: (Ljava/util/Map<TK;TV;>;)V
    MethodParameters:
         Name  Flags
      mapData  

  public static <K, V> com.google.protobuf.MapFieldLite<K, V> emptyMapField();
    descriptor: ()Lcom/google/protobuf/MapFieldLite;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 70
            getstatic com.google.protobuf.MapFieldLite.EMPTY_MAP_FIELD:Lcom/google/protobuf/MapFieldLite;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>()Lcom/google/protobuf/MapFieldLite<TK;TV;>;

  public void mergeFrom(com.google.protobuf.MapFieldLite<K, V>);
    descriptor: (Lcom/google/protobuf/MapFieldLite;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.MapFieldLite this
        start local 1 // com.google.protobuf.MapFieldLite other
         0: .line 74
            aload 0 /* this */
            invokevirtual com.google.protobuf.MapFieldLite.ensureMutable:()V
         1: .line 75
            aload 1 /* other */
            invokevirtual com.google.protobuf.MapFieldLite.isEmpty:()Z
            ifne 3
         2: .line 76
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual com.google.protobuf.MapFieldLite.putAll:(Ljava/util/Map;)V
         3: .line 78
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.google.protobuf.MapFieldLite other
        end local 0 // com.google.protobuf.MapFieldLite this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/google/protobuf/MapFieldLite<TK;TV;>;
            0    4     1  other  Lcom/google/protobuf/MapFieldLite<TK;TV;>;
    Signature: (Lcom/google/protobuf/MapFieldLite<TK;TV;>;)V
    MethodParameters:
       Name  Flags
      other  

  public java.util.Set<java.util.Map$Entry<K, V>> entrySet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.MapFieldLite this
         0: .line 83
            aload 0 /* this */
            invokevirtual com.google.protobuf.MapFieldLite.isEmpty:()Z
            ifeq 1
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            invokespecial java.util.LinkedHashMap.entrySet:()Ljava/util/Set;
      StackMap locals:
      StackMap stack: java.util.Set
         2: areturn
        end local 0 // com.google.protobuf.MapFieldLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/MapFieldLite<TK;TV;>;
    Signature: ()Ljava/util/Set<Ljava/util/Map$Entry<TK;TV;>;>;

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.MapFieldLite this
         0: .line 88
            aload 0 /* this */
            invokevirtual com.google.protobuf.MapFieldLite.ensureMutable:()V
         1: .line 89
            aload 0 /* this */
            invokespecial java.util.LinkedHashMap.clear:()V
         2: .line 90
            return
        end local 0 // com.google.protobuf.MapFieldLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/MapFieldLite<TK;TV;>;

  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 // com.google.protobuf.MapFieldLite this
        start local 1 // java.lang.Object key
        start local 2 // java.lang.Object value
         0: .line 94
            aload 0 /* this */
            invokevirtual com.google.protobuf.MapFieldLite.ensureMutable:()V
         1: .line 95
            aload 1 /* key */
            invokestatic com.google.protobuf.Internal.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 97
            aload 2 /* value */
            invokestatic com.google.protobuf.Internal.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 98
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* value */
            invokespecial java.util.LinkedHashMap.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 // com.google.protobuf.MapFieldLite this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/google/protobuf/MapFieldLite<TK;TV;>;
            0    4     1    key  TK;
            0    4     2  value  TV;
    Signature: (TK;TV;)TV;
    MethodParameters:
       Name  Flags
      key    
      value  

  public V put(java.util.Map$Entry<K, V>);
    descriptor: (Ljava/util/Map$Entry;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.protobuf.MapFieldLite this
        start local 1 // java.util.Map$Entry entry
         0: .line 102
            aload 0 /* this */
            aload 1 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            aload 1 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            invokevirtual com.google.protobuf.MapFieldLite.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.util.Map$Entry entry
        end local 0 // com.google.protobuf.MapFieldLite this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/MapFieldLite<TK;TV;>;
            0    1     1  entry  Ljava/util/Map$Entry<TK;TV;>;
    Signature: (Ljava/util/Map$Entry<TK;TV;>;)TV;
    MethodParameters:
       Name  Flags
      entry  

  public void putAll(java.util.Map<? extends K, ? extends V>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.MapFieldLite this
        start local 1 // java.util.Map m
         0: .line 107
            aload 0 /* this */
            invokevirtual com.google.protobuf.MapFieldLite.ensureMutable:()V
         1: .line 108
            aload 1 /* m */
            invokestatic com.google.protobuf.MapFieldLite.checkForNullKeysAndValues:(Ljava/util/Map;)V
         2: .line 109
            aload 0 /* this */
            aload 1 /* m */
            invokespecial java.util.LinkedHashMap.putAll:(Ljava/util/Map;)V
         3: .line 110
            return
        end local 1 // java.util.Map m
        end local 0 // com.google.protobuf.MapFieldLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/MapFieldLite<TK;TV;>;
            0    4     1     m  Ljava/util/Map<+TK;+TV;>;
    Signature: (Ljava/util/Map<+TK;+TV;>;)V
    MethodParameters:
      Name  Flags
      m     

  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 // com.google.protobuf.MapFieldLite this
        start local 1 // java.lang.Object key
         0: .line 114
            aload 0 /* this */
            invokevirtual com.google.protobuf.MapFieldLite.ensureMutable:()V
         1: .line 115
            aload 0 /* this */
            aload 1 /* key */
            invokespecial java.util.LinkedHashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object key
        end local 0 // com.google.protobuf.MapFieldLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/MapFieldLite<TK;TV;>;
            0    2     1   key  Ljava/lang/Object;
    Signature: (Ljava/lang/Object;)TV;
    MethodParameters:
      Name  Flags
      key   

  private static void checkForNullKeysAndValues(java.util.Map<?, ?>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // java.util.Map m
         0: .line 119
            aload 0 /* m */
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 2
            goto 4
      StackMap locals: java.util.Map top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 1 /* key */
        start local 1 // java.lang.Object key
         2: .line 120
            aload 1 /* key */
            invokestatic com.google.protobuf.Internal.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 121
            aload 0 /* m */
            aload 1 /* key */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            invokestatic com.google.protobuf.Internal.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 1 // java.lang.Object key
         4: .line 119
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 123
            return
        end local 0 // java.util.Map m
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0     m  Ljava/util/Map<**>;
            2    4     1   key  Ljava/lang/Object;
    Signature: (Ljava/util/Map<**>;)V
    MethodParameters:
      Name  Flags
      m     

  private static boolean equals(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.Object a
        start local 1 // java.lang.Object b
         0: .line 126
            aload 0 /* a */
            instanceof byte[]
            ifeq 2
            aload 1 /* b */
            instanceof byte[]
            ifeq 2
         1: .line 127
            aload 0 /* a */
            checkcast byte[]
            aload 1 /* b */
            checkcast byte[]
            invokestatic java.util.Arrays.equals:([B[B)Z
            ireturn
         2: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* a */
            aload 1 /* b */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object b
        end local 0 // java.lang.Object a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     a  Ljava/lang/Object;
            0    3     1     b  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      a     
      b     

  static <K, V> boolean equals(java.util.Map<K, V>, java.util.Map<K, V>);
    descriptor: (Ljava/util/Map;Ljava/util/Map;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // java.util.Map a
        start local 1 // java.util.Map b
         0: .line 137
            aload 0 /* a */
            aload 1 /* b */
            if_acmpne 2
         1: .line 138
            iconst_1
            ireturn
         2: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* a */
            invokeinterface java.util.Map.size:()I
            aload 1 /* b */
            invokeinterface java.util.Map.size:()I
            if_icmpeq 4
         3: .line 141
            iconst_0
            ireturn
         4: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* a */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 10
      StackMap locals: java.util.Map java.util.Map top java.util.Iterator
      StackMap stack:
         5: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         6: .line 144
            aload 1 /* b */
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifne 8
         7: .line 145
            iconst_0
            ireturn
         8: .line 147
      StackMap locals: java.util.Map java.util.Map java.util.Map$Entry java.util.Iterator
      StackMap stack:
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            aload 1 /* b */
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            invokestatic com.google.protobuf.MapFieldLite.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 10
         9: .line 148
            iconst_0
            ireturn
        end local 2 // java.util.Map$Entry entry
        10: .line 143
      StackMap locals: java.util.Map java.util.Map top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        11: .line 151
            iconst_1
            ireturn
        end local 1 // java.util.Map b
        end local 0 // java.util.Map a
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0      a  Ljava/util/Map<TK;TV;>;
            0   12     1      b  Ljava/util/Map<TK;TV;>;
            6   10     2  entry  Ljava/util/Map$Entry<TK;TV;>;
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Ljava/util/Map<TK;TV;>;Ljava/util/Map<TK;TV;>;)Z
    MethodParameters:
      Name  Flags
      a     
      b     

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.MapFieldLite this
        start local 1 // java.lang.Object object
         0: .line 158
            aload 1 /* object */
            instanceof java.util.Map
            ifeq 1
            aload 0 /* this */
            aload 1 /* object */
            checkcast java.util.Map
            invokestatic com.google.protobuf.MapFieldLite.equals:(Ljava/util/Map;Ljava/util/Map;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object object
        end local 0 // com.google.protobuf.MapFieldLite this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/google/protobuf/MapFieldLite<TK;TV;>;
            0    2     1  object  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      object  

  private static int calculateHashCodeForObject(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Object a
         0: .line 162
            aload 0 /* a */
            instanceof byte[]
            ifeq 2
         1: .line 163
            aload 0 /* a */
            checkcast byte[]
            invokestatic com.google.protobuf.Internal.hashCode:([B)I
            ireturn
         2: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* a */
            instanceof com.google.protobuf.Internal$EnumLite
            ifeq 4
         3: .line 167
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
         4: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* a */
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // java.lang.Object a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0     a  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      a     

  static <K, V> int calculateHashCodeForMap(java.util.Map<K, V>);
    descriptor: (Ljava/util/Map;)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // java.util.Map a
         0: .line 177
            iconst_0
            istore 1 /* result */
        start local 1 // int result
         1: .line 178
            aload 0 /* a */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 5
      StackMap locals: java.util.Map int top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         3: .line 179
            iload 1 /* result */
         4: .line 180
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            invokestatic com.google.protobuf.MapFieldLite.calculateHashCodeForObject:(Ljava/lang/Object;)I
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            invokestatic com.google.protobuf.MapFieldLite.calculateHashCodeForObject:(Ljava/lang/Object;)I
            ixor
            iadd
            istore 1 /* result */
        end local 2 // java.util.Map$Entry entry
         5: .line 178
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 182
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // java.util.Map a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0       a  Ljava/util/Map<TK;TV;>;
            1    7     1  result  I
            3    5     2   entry  Ljava/util/Map$Entry<TK;TV;>;
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Ljava/util/Map<TK;TV;>;)I
    MethodParameters:
      Name  Flags
      a     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.MapFieldLite this
         0: .line 187
            aload 0 /* this */
            invokestatic com.google.protobuf.MapFieldLite.calculateHashCodeForMap:(Ljava/util/Map;)I
            ireturn
        end local 0 // com.google.protobuf.MapFieldLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/MapFieldLite<TK;TV;>;

  private static java.lang.Object copy(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.lang.Object object
         0: .line 191
            aload 0 /* object */
            instanceof byte[]
            ifeq 3
         1: .line 192
            aload 0 /* object */
            checkcast byte[]
            astore 1 /* data */
        start local 1 // byte[] data
         2: .line 193
            aload 1 /* data */
            aload 1 /* data */
            arraylength
            invokestatic java.util.Arrays.copyOf:([BI)[B
            areturn
        end local 1 // byte[] data
         3: .line 195
      StackMap locals:
      StackMap stack:
            aload 0 /* object */
            areturn
        end local 0 // java.lang.Object object
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0  object  Ljava/lang/Object;
            2    3     1    data  [B
    MethodParameters:
        Name  Flags
      object  

  static <K, V> java.util.Map<K, V> copy(java.util.Map<K, V>);
    descriptor: (Ljava/util/Map;)Ljava/util/Map;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // java.util.Map map
         0: .line 205
            new java.util.LinkedHashMap
            dup
            invokespecial java.util.LinkedHashMap.<init>:()V
            astore 1 /* result */
        start local 1 // java.util.Map result
         1: .line 206
            aload 0 /* map */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: java.util.Map java.util.Map top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         3: .line 207
            aload 1 /* result */
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            invokestatic com.google.protobuf.MapFieldLite.copy:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 2 // java.util.Map$Entry entry
         4: .line 206
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 209
            aload 1 /* result */
            areturn
        end local 1 // java.util.Map result
        end local 0 // java.util.Map map
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0     map  Ljava/util/Map<TK;TV;>;
            1    6     1  result  Ljava/util/Map<TK;TV;>;
            3    4     2   entry  Ljava/util/Map$Entry<TK;TV;>;
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Ljava/util/Map<TK;TV;>;)Ljava/util/Map<TK;TV;>;
    MethodParameters:
      Name  Flags
      map   

  public com.google.protobuf.MapFieldLite<K, V> mutableCopy();
    descriptor: ()Lcom/google/protobuf/MapFieldLite;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.protobuf.MapFieldLite this
         0: .line 214
            aload 0 /* this */
            invokevirtual com.google.protobuf.MapFieldLite.isEmpty:()Z
            ifeq 1
            new com.google.protobuf.MapFieldLite
            dup
            invokespecial com.google.protobuf.MapFieldLite.<init>:()V
            goto 2
      StackMap locals:
      StackMap stack:
         1: new com.google.protobuf.MapFieldLite
            dup
            aload 0 /* this */
            invokespecial com.google.protobuf.MapFieldLite.<init>:(Ljava/util/Map;)V
      StackMap locals:
      StackMap stack: com.google.protobuf.MapFieldLite
         2: areturn
        end local 0 // com.google.protobuf.MapFieldLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/MapFieldLite<TK;TV;>;
    Signature: ()Lcom/google/protobuf/MapFieldLite<TK;TV;>;

  public void makeImmutable();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.MapFieldLite this
         0: .line 222
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.MapFieldLite.isMutable:Z
         1: .line 223
            return
        end local 0 // com.google.protobuf.MapFieldLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/MapFieldLite<TK;TV;>;

  public boolean isMutable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.MapFieldLite this
         0: .line 227
            aload 0 /* this */
            getfield com.google.protobuf.MapFieldLite.isMutable:Z
            ireturn
        end local 0 // com.google.protobuf.MapFieldLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/MapFieldLite<TK;TV;>;

  private void ensureMutable();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.MapFieldLite this
         0: .line 231
            aload 0 /* this */
            invokevirtual com.google.protobuf.MapFieldLite.isMutable:()Z
            ifne 2
         1: .line 232
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
         2: .line 234
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.google.protobuf.MapFieldLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/MapFieldLite<TK;TV;>;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/util/LinkedHashMap<TK;TV;>;
SourceFile: "MapFieldLite.java"
InnerClasses:
  public abstract EnumLite = com.google.protobuf.Internal$EnumLite of com.google.protobuf.Internal
  public abstract Entry = java.util.Map$Entry of java.util.Map