class com.google.protobuf.MapEntryLite$Metadata<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.protobuf.MapEntryLite$Metadata
  super_class: java.lang.Object
{
  public final com.google.protobuf.WireFormat$FieldType keyType;
    descriptor: Lcom/google/protobuf/WireFormat$FieldType;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final K defaultKey;
    descriptor: Ljava/lang/Object;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: TK;

  public final com.google.protobuf.WireFormat$FieldType valueType;
    descriptor: Lcom/google/protobuf/WireFormat$FieldType;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final V defaultValue;
    descriptor: Ljava/lang/Object;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: TV;

  public void <init>(com.google.protobuf.WireFormat$FieldType, K, com.google.protobuf.WireFormat$FieldType, );
    descriptor: (Lcom/google/protobuf/WireFormat$FieldType;Ljava/lang/Object;Lcom/google/protobuf/WireFormat$FieldType;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // com.google.protobuf.MapEntryLite$Metadata this
        start local 1 // com.google.protobuf.WireFormat$FieldType keyType
        start local 2 // java.lang.Object defaultKey
        start local 3 // com.google.protobuf.WireFormat$FieldType valueType
        start local 4 // java.lang.Object defaultValue
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 58
            aload 0 /* this */
            aload 1 /* keyType */
            putfield com.google.protobuf.MapEntryLite$Metadata.keyType:Lcom/google/protobuf/WireFormat$FieldType;
         2: .line 59
            aload 0 /* this */
            aload 2 /* defaultKey */
            putfield com.google.protobuf.MapEntryLite$Metadata.defaultKey:Ljava/lang/Object;
         3: .line 60
            aload 0 /* this */
            aload 3 /* valueType */
            putfield com.google.protobuf.MapEntryLite$Metadata.valueType:Lcom/google/protobuf/WireFormat$FieldType;
         4: .line 61
            aload 0 /* this */
            aload 4 /* defaultValue */
            putfield com.google.protobuf.MapEntryLite$Metadata.defaultValue:Ljava/lang/Object;
         5: .line 62
            return
        end local 4 // java.lang.Object defaultValue
        end local 3 // com.google.protobuf.WireFormat$FieldType valueType
        end local 2 // java.lang.Object defaultKey
        end local 1 // com.google.protobuf.WireFormat$FieldType keyType
        end local 0 // com.google.protobuf.MapEntryLite$Metadata this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/google/protobuf/MapEntryLite$Metadata<TK;TV;>;
            0    6     1       keyType  Lcom/google/protobuf/WireFormat$FieldType;
            0    6     2    defaultKey  TK;
            0    6     3     valueType  Lcom/google/protobuf/WireFormat$FieldType;
            0    6     4  defaultValue  TV;
    Signature: (Lcom/google/protobuf/WireFormat$FieldType;TK;Lcom/google/protobuf/WireFormat$FieldType;TV;)V
    MethodParameters:
              Name  Flags
      keyType       
      defaultKey    
      valueType     
      defaultValue  
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "MapEntryLite.java"
NestHost: com.google.protobuf.MapEntryLite
InnerClasses:
  Metadata = com.google.protobuf.MapEntryLite$Metadata of com.google.protobuf.MapEntryLite
  public FieldType = com.google.protobuf.WireFormat$FieldType of com.google.protobuf.WireFormat