final class com.google.protobuf.ProtobufLists
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.protobuf.ProtobufLists
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.ProtobufLists this
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.google.protobuf.ProtobufLists this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/ProtobufLists;

  public static <E> com.google.protobuf.Internal$ProtobufList<E> emptyProtobufList();
    descriptor: ()Lcom/google/protobuf/Internal$ProtobufList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 46
            invokestatic com.google.protobuf.ProtobufArrayList.emptyList:()Lcom/google/protobuf/ProtobufArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <E:Ljava/lang/Object;>()Lcom/google/protobuf/Internal$ProtobufList<TE;>;

  public static <E> com.google.protobuf.Internal$ProtobufList<E> mutableCopy(com.google.protobuf.Internal$ProtobufList<E>);
    descriptor: (Lcom/google/protobuf/Internal$ProtobufList;)Lcom/google/protobuf/Internal$ProtobufList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.protobuf.Internal$ProtobufList list
         0: .line 50
            aload 0 /* list */
            invokeinterface com.google.protobuf.Internal$ProtobufList.size:()I
            istore 1 /* size */
        start local 1 // int size
         1: .line 51
            aload 0 /* list */
         2: .line 52
            iload 1 /* size */
            ifne 3
            bipush 10
            goto 4
      StackMap locals: com.google.protobuf.Internal$ProtobufList int
      StackMap stack: com.google.protobuf.Internal$ProtobufList
         3: iload 1 /* size */
            iconst_2
            imul
         4: .line 51
      StackMap locals: com.google.protobuf.Internal$ProtobufList int
      StackMap stack: com.google.protobuf.Internal$ProtobufList int
            invokeinterface com.google.protobuf.Internal$ProtobufList.mutableCopyWithCapacity:(I)Lcom/google/protobuf/Internal$ProtobufList;
            areturn
        end local 1 // int size
        end local 0 // com.google.protobuf.Internal$ProtobufList list
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  list  Lcom/google/protobuf/Internal$ProtobufList<TE;>;
            1    5     1  size  I
    Signature: <E:Ljava/lang/Object;>(Lcom/google/protobuf/Internal$ProtobufList<TE;>;)Lcom/google/protobuf/Internal$ProtobufList<TE;>;
    MethodParameters:
      Name  Flags
      list  

  public static com.google.protobuf.Internal$BooleanList emptyBooleanList();
    descriptor: ()Lcom/google/protobuf/Internal$BooleanList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 56
            invokestatic com.google.protobuf.BooleanArrayList.emptyList:()Lcom/google/protobuf/BooleanArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.google.protobuf.Internal$BooleanList newBooleanList();
    descriptor: ()Lcom/google/protobuf/Internal$BooleanList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 60
            new com.google.protobuf.BooleanArrayList
            dup
            invokespecial com.google.protobuf.BooleanArrayList.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.google.protobuf.Internal$IntList emptyIntList();
    descriptor: ()Lcom/google/protobuf/Internal$IntList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 64
            invokestatic com.google.protobuf.IntArrayList.emptyList:()Lcom/google/protobuf/IntArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.google.protobuf.Internal$IntList newIntList();
    descriptor: ()Lcom/google/protobuf/Internal$IntList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 68
            new com.google.protobuf.IntArrayList
            dup
            invokespecial com.google.protobuf.IntArrayList.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.google.protobuf.Internal$LongList emptyLongList();
    descriptor: ()Lcom/google/protobuf/Internal$LongList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 72
            invokestatic com.google.protobuf.LongArrayList.emptyList:()Lcom/google/protobuf/LongArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.google.protobuf.Internal$LongList newLongList();
    descriptor: ()Lcom/google/protobuf/Internal$LongList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 76
            new com.google.protobuf.LongArrayList
            dup
            invokespecial com.google.protobuf.LongArrayList.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.google.protobuf.Internal$FloatList emptyFloatList();
    descriptor: ()Lcom/google/protobuf/Internal$FloatList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 80
            invokestatic com.google.protobuf.FloatArrayList.emptyList:()Lcom/google/protobuf/FloatArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.google.protobuf.Internal$FloatList newFloatList();
    descriptor: ()Lcom/google/protobuf/Internal$FloatList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 84
            new com.google.protobuf.FloatArrayList
            dup
            invokespecial com.google.protobuf.FloatArrayList.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.google.protobuf.Internal$DoubleList emptyDoubleList();
    descriptor: ()Lcom/google/protobuf/Internal$DoubleList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 88
            invokestatic com.google.protobuf.DoubleArrayList.emptyList:()Lcom/google/protobuf/DoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.google.protobuf.Internal$DoubleList newDoubleList();
    descriptor: ()Lcom/google/protobuf/Internal$DoubleList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 92
            new com.google.protobuf.DoubleArrayList
            dup
            invokespecial com.google.protobuf.DoubleArrayList.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ProtobufLists.java"
InnerClasses:
  public abstract BooleanList = com.google.protobuf.Internal$BooleanList of com.google.protobuf.Internal
  public abstract DoubleList = com.google.protobuf.Internal$DoubleList of com.google.protobuf.Internal
  public abstract FloatList = com.google.protobuf.Internal$FloatList of com.google.protobuf.Internal
  public abstract IntList = com.google.protobuf.Internal$IntList of com.google.protobuf.Internal
  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