class com.google.protobuf.LazyStringArrayList$ByteStringListView extends java.util.AbstractList<com.google.protobuf.ByteString> implements java.util.RandomAccess
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.google.protobuf.LazyStringArrayList$ByteStringListView
super_class: java.util.AbstractList
{
private final com.google.protobuf.LazyStringArrayList list;
descriptor: Lcom/google/protobuf/LazyStringArrayList;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(com.google.protobuf.LazyStringArrayList);
descriptor: (Lcom/google/protobuf/LazyStringArrayList;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.util.AbstractList.<init>:()V
1: aload 0
aload 1
putfield com.google.protobuf.LazyStringArrayList$ByteStringListView.list:Lcom/google/protobuf/LazyStringArrayList;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/LazyStringArrayList$ByteStringListView;
0 3 1 list Lcom/google/protobuf/LazyStringArrayList;
MethodParameters:
Name Flags
list
public com.google.protobuf.ByteString get(int);
descriptor: (I)Lcom/google/protobuf/ByteString;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.LazyStringArrayList$ByteStringListView.list:Lcom/google/protobuf/LazyStringArrayList;
iload 1
invokevirtual com.google.protobuf.LazyStringArrayList.getByteString:(I)Lcom/google/protobuf/ByteString;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/LazyStringArrayList$ByteStringListView;
0 1 1 index I
MethodParameters:
Name Flags
index
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.LazyStringArrayList$ByteStringListView.list:Lcom/google/protobuf/LazyStringArrayList;
invokevirtual com.google.protobuf.LazyStringArrayList.size:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/LazyStringArrayList$ByteStringListView;
public com.google.protobuf.ByteString set(int, com.google.protobuf.ByteString);
descriptor: (ILcom/google/protobuf/ByteString;)Lcom/google/protobuf/ByteString;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.google.protobuf.LazyStringArrayList$ByteStringListView.list:Lcom/google/protobuf/LazyStringArrayList;
iload 1
aload 2
invokevirtual com.google.protobuf.LazyStringArrayList.setAndReturn:(ILcom/google/protobuf/ByteString;)Ljava/lang/Object;
astore 3
start local 3 1: aload 0
dup
getfield com.google.protobuf.LazyStringArrayList$ByteStringListView.modCount:I
iconst_1
iadd
putfield com.google.protobuf.LazyStringArrayList$ByteStringListView.modCount:I
2: aload 3
invokestatic com.google.protobuf.LazyStringArrayList.asByteString:(Ljava/lang/Object;)Lcom/google/protobuf/ByteString;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/LazyStringArrayList$ByteStringListView;
0 3 1 index I
0 3 2 s Lcom/google/protobuf/ByteString;
1 3 3 o Ljava/lang/Object;
MethodParameters:
Name Flags
index
s
public void add(int, com.google.protobuf.ByteString);
descriptor: (ILcom/google/protobuf/ByteString;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.google.protobuf.LazyStringArrayList$ByteStringListView.list:Lcom/google/protobuf/LazyStringArrayList;
iload 1
aload 2
invokevirtual com.google.protobuf.LazyStringArrayList.add:(ILcom/google/protobuf/ByteString;)V
1: aload 0
dup
getfield com.google.protobuf.LazyStringArrayList$ByteStringListView.modCount:I
iconst_1
iadd
putfield com.google.protobuf.LazyStringArrayList$ByteStringListView.modCount:I
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/LazyStringArrayList$ByteStringListView;
0 3 1 index I
0 3 2 s Lcom/google/protobuf/ByteString;
MethodParameters:
Name Flags
index
s
public com.google.protobuf.ByteString remove(int);
descriptor: (I)Lcom/google/protobuf/ByteString;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.LazyStringArrayList$ByteStringListView.list:Lcom/google/protobuf/LazyStringArrayList;
iload 1
invokevirtual com.google.protobuf.LazyStringArrayList.remove:(I)Ljava/lang/String;
astore 2
start local 2 1: aload 0
dup
getfield com.google.protobuf.LazyStringArrayList$ByteStringListView.modCount:I
iconst_1
iadd
putfield com.google.protobuf.LazyStringArrayList$ByteStringListView.modCount:I
2: aload 2
invokestatic com.google.protobuf.LazyStringArrayList.asByteString:(Ljava/lang/Object;)Lcom/google/protobuf/ByteString;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/LazyStringArrayList$ByteStringListView;
0 3 1 index I
1 3 2 o Ljava/lang/Object;
MethodParameters:
Name Flags
index
public java.lang.Object set(int, java.lang.Object);
descriptor: (ILjava/lang/Object;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
iload 1
aload 2
checkcast com.google.protobuf.ByteString
invokevirtual com.google.protobuf.LazyStringArrayList$ByteStringListView.set:(ILcom/google/protobuf/ByteString;)Lcom/google/protobuf/ByteString;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object get(int);
descriptor: (I)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual com.google.protobuf.LazyStringArrayList$ByteStringListView.get:(I)Lcom/google/protobuf/ByteString;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object remove(int);
descriptor: (I)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual com.google.protobuf.LazyStringArrayList$ByteStringListView.remove:(I)Lcom/google/protobuf/ByteString;
areturn
LocalVariableTable:
Start End Slot Name Signature
public void add(int, java.lang.Object);
descriptor: (ILjava/lang/Object;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
iload 1
aload 2
checkcast com.google.protobuf.ByteString
invokevirtual com.google.protobuf.LazyStringArrayList$ByteStringListView.add:(ILcom/google/protobuf/ByteString;)V
return
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/util/AbstractList<Lcom/google/protobuf/ByteString;>;Ljava/util/RandomAccess;
SourceFile: "LazyStringArrayList.java"
NestHost: com.google.protobuf.LazyStringArrayList
InnerClasses:
private ByteStringListView = com.google.protobuf.LazyStringArrayList$ByteStringListView of com.google.protobuf.LazyStringArrayList