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

  public abstract void addFloat(float);
    descriptor: (F)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      element  

  public abstract float setFloat(int, float);
    descriptor: (IF)F
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      index    
      element  

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