public interface com.google.protobuf.Internal$IntList extends com.google.protobuf.Internal$ProtobufList<java.lang.Integer>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.google.protobuf.Internal$IntList
  super_class: java.lang.Object
{
  public abstract int getInt(int);
    descriptor: (I)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public abstract void addInt(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      element  

  public abstract int setInt(int, int);
    descriptor: (II)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      index    
      element  

  public abstract com.google.protobuf.Internal$IntList mutableCopyWithCapacity(int);
    descriptor: (I)Lcom/google/protobuf/Internal$IntList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      capacity  

  public com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity(int);
    descriptor: (I)Lcom/google/protobuf/Internal$ProtobufList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokeinterface com.google.protobuf.Internal$IntList.mutableCopyWithCapacity:(I)Lcom/google/protobuf/Internal$IntList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/google/protobuf/Internal$ProtobufList<Ljava/lang/Integer;>;
SourceFile: "Internal.java"
NestHost: com.google.protobuf.Internal
InnerClasses:
  public abstract IntList = com.google.protobuf.Internal$IntList of com.google.protobuf.Internal
  public abstract ProtobufList = com.google.protobuf.Internal$ProtobufList of com.google.protobuf.Internal