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

  public abstract void addBoolean(boolean);
    descriptor: (Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      element  

  public abstract boolean setBoolean(int, boolean);
    descriptor: (IZ)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      index    
      element  

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