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

  public abstract void addLong(long);
    descriptor: (J)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      element  

  public abstract long setLong(int, long);
    descriptor: (IJ)J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      index    
      element  

  public abstract com.google.protobuf.Internal$LongList mutableCopyWithCapacity(int);
    descriptor: (I)Lcom/google/protobuf/Internal$LongList;
    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$LongList.mutableCopyWithCapacity:(I)Lcom/google/protobuf/Internal$LongList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/google/protobuf/Internal$ProtobufList<Ljava/lang/Long;>;
SourceFile: "Internal.java"
NestHost: com.google.protobuf.Internal
InnerClasses:
  public abstract LongList = com.google.protobuf.Internal$LongList of com.google.protobuf.Internal
  public abstract ProtobufList = com.google.protobuf.Internal$ProtobufList of com.google.protobuf.Internal