final class com.google.protobuf.ExtensionRegistryLite$ObjectIntPair
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.protobuf.ExtensionRegistryLite$ObjectIntPair
  super_class: java.lang.Object
{
  private final java.lang.Object object;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int number;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.lang.Object, int);
    descriptor: (Ljava/lang/Object;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.protobuf.ExtensionRegistryLite$ObjectIntPair this
        start local 1 // java.lang.Object object
        start local 2 // int number
         0: .line 219
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 220
            aload 0 /* this */
            aload 1 /* object */
            putfield com.google.protobuf.ExtensionRegistryLite$ObjectIntPair.object:Ljava/lang/Object;
         2: .line 221
            aload 0 /* this */
            iload 2 /* number */
            putfield com.google.protobuf.ExtensionRegistryLite$ObjectIntPair.number:I
         3: .line 222
            return
        end local 2 // int number
        end local 1 // java.lang.Object object
        end local 0 // com.google.protobuf.ExtensionRegistryLite$ObjectIntPair this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/google/protobuf/ExtensionRegistryLite$ObjectIntPair;
            0    4     1  object  Ljava/lang/Object;
            0    4     2  number  I
    MethodParameters:
        Name  Flags
      object  final
      number  final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.ExtensionRegistryLite$ObjectIntPair this
         0: .line 226
            aload 0 /* this */
            getfield com.google.protobuf.ExtensionRegistryLite$ObjectIntPair.object:Ljava/lang/Object;
            invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
            ldc 65535
            imul
            aload 0 /* this */
            getfield com.google.protobuf.ExtensionRegistryLite$ObjectIntPair.number:I
            iadd
            ireturn
        end local 0 // com.google.protobuf.ExtensionRegistryLite$ObjectIntPair this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/ExtensionRegistryLite$ObjectIntPair;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.google.protobuf.ExtensionRegistryLite$ObjectIntPair this
        start local 1 // java.lang.Object obj
         0: .line 231
            aload 1 /* obj */
            instanceof com.google.protobuf.ExtensionRegistryLite$ObjectIntPair
            ifne 2
         1: .line 232
            iconst_0
            ireturn
         2: .line 234
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.google.protobuf.ExtensionRegistryLite$ObjectIntPair
            astore 2 /* other */
        start local 2 // com.google.protobuf.ExtensionRegistryLite$ObjectIntPair other
         3: .line 235
            aload 0 /* this */
            getfield com.google.protobuf.ExtensionRegistryLite$ObjectIntPair.object:Ljava/lang/Object;
            aload 2 /* other */
            getfield com.google.protobuf.ExtensionRegistryLite$ObjectIntPair.object:Ljava/lang/Object;
            if_acmpne 4
            aload 0 /* this */
            getfield com.google.protobuf.ExtensionRegistryLite$ObjectIntPair.number:I
            aload 2 /* other */
            getfield com.google.protobuf.ExtensionRegistryLite$ObjectIntPair.number:I
            if_icmpne 4
            iconst_1
            ireturn
      StackMap locals: com.google.protobuf.ExtensionRegistryLite$ObjectIntPair
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // com.google.protobuf.ExtensionRegistryLite$ObjectIntPair other
        end local 1 // java.lang.Object obj
        end local 0 // com.google.protobuf.ExtensionRegistryLite$ObjectIntPair this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/google/protobuf/ExtensionRegistryLite$ObjectIntPair;
            0    5     1    obj  Ljava/lang/Object;
            3    5     2  other  Lcom/google/protobuf/ExtensionRegistryLite$ObjectIntPair;
    MethodParameters:
      Name  Flags
      obj   final
}
SourceFile: "ExtensionRegistryLite.java"
NestHost: com.google.protobuf.ExtensionRegistryLite
InnerClasses:
  private final ObjectIntPair = com.google.protobuf.ExtensionRegistryLite$ObjectIntPair of com.google.protobuf.ExtensionRegistryLite