public interface com.google.protobuf.Internal$ProtobufList<E> extends java.util.List<E>, java.util.RandomAccess
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.google.protobuf.Internal$ProtobufList
super_class: java.lang.Object
{
public abstract void makeImmutable();
descriptor: ()V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean isModifiable();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.google.protobuf.Internal$ProtobufList<E> mutableCopyWithCapacity(int);
descriptor: (I)Lcom/google/protobuf/Internal$ProtobufList;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (I)Lcom/google/protobuf/Internal$ProtobufList<TE;>;
MethodParameters:
Name Flags
capacity
}
Signature: <E:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/List<TE;>;Ljava/util/RandomAccess;
SourceFile: "Internal.java"
NestHost: com.google.protobuf.Internal
InnerClasses:
public abstract ProtobufList = com.google.protobuf.Internal$ProtobufList of com.google.protobuf.Internal