final class com.google.protobuf.BooleanArrayList extends com.google.protobuf.AbstractProtobufList<java.lang.Boolean> implements com.google.protobuf.Internal$BooleanList, java.util.RandomAccess, com.google.protobuf.PrimitiveNonBoxingCollection
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.google.protobuf.BooleanArrayList
super_class: com.google.protobuf.AbstractProtobufList
{
private static final com.google.protobuf.BooleanArrayList EMPTY_LIST;
descriptor: Lcom/google/protobuf/BooleanArrayList;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private boolean[] array;
descriptor: [Z
flags: (0x0002) ACC_PRIVATE
private int size;
descriptor: I
flags: (0x0002) ACC_PRIVATE
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=0, args_size=0
0: new com.google.protobuf.BooleanArrayList
dup
iconst_0
newarray 4
iconst_0
invokespecial com.google.protobuf.BooleanArrayList.<init>:([ZI)V
putstatic com.google.protobuf.BooleanArrayList.EMPTY_LIST:Lcom/google/protobuf/BooleanArrayList;
1: getstatic com.google.protobuf.BooleanArrayList.EMPTY_LIST:Lcom/google/protobuf/BooleanArrayList;
invokevirtual com.google.protobuf.BooleanArrayList.makeImmutable:()V
2: return
LocalVariableTable:
Start End Slot Name Signature
public static com.google.protobuf.BooleanArrayList emptyList();
descriptor: ()Lcom/google/protobuf/BooleanArrayList;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic com.google.protobuf.BooleanArrayList.EMPTY_LIST:Lcom/google/protobuf/BooleanArrayList;
areturn
LocalVariableTable:
Start End Slot Name Signature
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
bipush 10
newarray 4
iconst_0
invokespecial com.google.protobuf.BooleanArrayList.<init>:([ZI)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/protobuf/BooleanArrayList;
private void <init>(boolean[], int);
descriptor: ([ZI)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial com.google.protobuf.AbstractProtobufList.<init>:()V
1: aload 0
aload 1
putfield com.google.protobuf.BooleanArrayList.array:[Z
2: aload 0
iload 2
putfield com.google.protobuf.BooleanArrayList.size:I
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/protobuf/BooleanArrayList;
0 4 1 other [Z
0 4 2 size I
MethodParameters:
Name Flags
other
size
protected void removeRange(int, int);
descriptor: (II)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=6, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual com.google.protobuf.BooleanArrayList.ensureIsMutable:()V
1: iload 2
iload 1
if_icmpge 3
2: new java.lang.IndexOutOfBoundsException
dup
ldc "toIndex < fromIndex"
invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.BooleanArrayList.array:[Z
iload 2
aload 0
getfield com.google.protobuf.BooleanArrayList.array:[Z
iload 1
aload 0
getfield com.google.protobuf.BooleanArrayList.size:I
iload 2
isub
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
4: aload 0
dup
getfield com.google.protobuf.BooleanArrayList.size:I
iload 2
iload 1
isub
isub
putfield com.google.protobuf.BooleanArrayList.size:I
5: aload 0
dup
getfield com.google.protobuf.BooleanArrayList.modCount:I
iconst_1
iadd
putfield com.google.protobuf.BooleanArrayList.modCount:I
6: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/google/protobuf/BooleanArrayList;
0 7 1 fromIndex I
0 7 2 toIndex I
MethodParameters:
Name Flags
fromIndex
toIndex
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=2
start local 0 start local 1 0: aload 0
aload 1
if_acmpne 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 1
instanceof com.google.protobuf.BooleanArrayList
ifne 4
3: aload 0
aload 1
invokespecial com.google.protobuf.AbstractProtobufList.equals:(Ljava/lang/Object;)Z
ireturn
4: StackMap locals:
StackMap stack:
aload 1
checkcast com.google.protobuf.BooleanArrayList
astore 2
start local 2 5: aload 0
getfield com.google.protobuf.BooleanArrayList.size:I
aload 2
getfield com.google.protobuf.BooleanArrayList.size:I
if_icmpeq 7
6: iconst_0
ireturn
7: StackMap locals: com.google.protobuf.BooleanArrayList
StackMap stack:
aload 2
getfield com.google.protobuf.BooleanArrayList.array:[Z
astore 3
start local 3 8: iconst_0
istore 4
start local 4 9: goto 13
10: StackMap locals: boolean[] int
StackMap stack:
aload 0
getfield com.google.protobuf.BooleanArrayList.array:[Z
iload 4
baload
aload 3
iload 4
baload
if_icmpeq 12
11: iconst_0
ireturn
12: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
13: iload 4
aload 0
getfield com.google.protobuf.BooleanArrayList.size:I
if_icmplt 10
end local 4 14: iconst_1
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lcom/google/protobuf/BooleanArrayList;
0 15 1 o Ljava/lang/Object;
5 15 2 other Lcom/google/protobuf/BooleanArrayList;
8 15 3 arr [Z
9 14 4 i I
MethodParameters:
Name Flags
o
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: iconst_1
istore 1
start local 1 1: iconst_0
istore 2
start local 2 2: goto 5
3: StackMap locals: int int
StackMap stack:
bipush 31
iload 1
imul
aload 0
getfield com.google.protobuf.BooleanArrayList.array:[Z
iload 2
baload
invokestatic com.google.protobuf.Internal.hashBoolean:(Z)I
iadd
istore 1
4: iinc 2 1
StackMap locals:
StackMap stack:
5: iload 2
aload 0
getfield com.google.protobuf.BooleanArrayList.size:I
if_icmplt 3
end local 2 6: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/google/protobuf/BooleanArrayList;
1 7 1 result I
2 6 2 i I
public com.google.protobuf.Internal$BooleanList mutableCopyWithCapacity(int);
descriptor: (I)Lcom/google/protobuf/Internal$BooleanList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: iload 1
aload 0
getfield com.google.protobuf.BooleanArrayList.size:I
if_icmpge 2
1: new java.lang.IllegalArgumentException
dup
invokespecial java.lang.IllegalArgumentException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
new com.google.protobuf.BooleanArrayList
dup
aload 0
getfield com.google.protobuf.BooleanArrayList.array:[Z
iload 1
invokestatic java.util.Arrays.copyOf:([ZI)[Z
aload 0
getfield com.google.protobuf.BooleanArrayList.size:I
invokespecial com.google.protobuf.BooleanArrayList.<init>:([ZI)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/BooleanArrayList;
0 3 1 capacity I
MethodParameters:
Name Flags
capacity
public java.lang.Boolean get(int);
descriptor: (I)Ljava/lang/Boolean;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokevirtual com.google.protobuf.BooleanArrayList.getBoolean:(I)Z
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/BooleanArrayList;
0 1 1 index I
MethodParameters:
Name Flags
index
public boolean getBoolean(int);
descriptor: (I)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokevirtual com.google.protobuf.BooleanArrayList.ensureIndexInRange:(I)V
1: aload 0
getfield com.google.protobuf.BooleanArrayList.array:[Z
iload 1
baload
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/protobuf/BooleanArrayList;
0 2 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.BooleanArrayList.size:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/BooleanArrayList;
public java.lang.Boolean set(int, java.lang.Boolean);
descriptor: (ILjava/lang/Boolean;)Ljava/lang/Boolean;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
aload 2
invokevirtual java.lang.Boolean.booleanValue:()Z
invokevirtual com.google.protobuf.BooleanArrayList.setBoolean:(IZ)Z
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/BooleanArrayList;
0 1 1 index I
0 1 2 element Ljava/lang/Boolean;
MethodParameters:
Name Flags
index
element
public boolean setBoolean(int, boolean);
descriptor: (IZ)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual com.google.protobuf.BooleanArrayList.ensureIsMutable:()V
1: aload 0
iload 1
invokevirtual com.google.protobuf.BooleanArrayList.ensureIndexInRange:(I)V
2: aload 0
getfield com.google.protobuf.BooleanArrayList.array:[Z
iload 1
baload
istore 3
start local 3 3: aload 0
getfield com.google.protobuf.BooleanArrayList.array:[Z
iload 1
iload 2
bastore
4: iload 3
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/google/protobuf/BooleanArrayList;
0 5 1 index I
0 5 2 element Z
3 5 3 previousValue Z
MethodParameters:
Name Flags
index
element
public boolean add(java.lang.Boolean);
descriptor: (Ljava/lang/Boolean;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual java.lang.Boolean.booleanValue:()Z
invokevirtual com.google.protobuf.BooleanArrayList.addBoolean:(Z)V
1: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/protobuf/BooleanArrayList;
0 2 1 element Ljava/lang/Boolean;
MethodParameters:
Name Flags
element
public void add(int, java.lang.Boolean);
descriptor: (ILjava/lang/Boolean;)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
iload 1
aload 2
invokevirtual java.lang.Boolean.booleanValue:()Z
invokevirtual com.google.protobuf.BooleanArrayList.addBoolean:(IZ)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/protobuf/BooleanArrayList;
0 2 1 index I
0 2 2 element Ljava/lang/Boolean;
MethodParameters:
Name Flags
index
element
public void addBoolean(boolean);
descriptor: (Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.google.protobuf.BooleanArrayList.ensureIsMutable:()V
1: aload 0
getfield com.google.protobuf.BooleanArrayList.size:I
aload 0
getfield com.google.protobuf.BooleanArrayList.array:[Z
arraylength
if_icmpne 6
2: aload 0
getfield com.google.protobuf.BooleanArrayList.size:I
iconst_3
imul
iconst_2
idiv
iconst_1
iadd
istore 2
start local 2 3: iload 2
newarray 4
astore 3
start local 3 4: aload 0
getfield com.google.protobuf.BooleanArrayList.array:[Z
iconst_0
aload 3
iconst_0
aload 0
getfield com.google.protobuf.BooleanArrayList.size:I
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
5: aload 0
aload 3
putfield com.google.protobuf.BooleanArrayList.array:[Z
end local 3 end local 2 6: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.BooleanArrayList.array:[Z
aload 0
dup
getfield com.google.protobuf.BooleanArrayList.size:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.BooleanArrayList.size:I
iload 1
bastore
7: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/google/protobuf/BooleanArrayList;
0 8 1 element Z
3 6 2 length I
4 6 3 newArray [Z
MethodParameters:
Name Flags
element
private void addBoolean(int, boolean);
descriptor: (IZ)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=6, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual com.google.protobuf.BooleanArrayList.ensureIsMutable:()V
1: iload 1
iflt 2
iload 1
aload 0
getfield com.google.protobuf.BooleanArrayList.size:I
if_icmple 3
2: StackMap locals:
StackMap stack:
new java.lang.IndexOutOfBoundsException
dup
aload 0
iload 1
invokevirtual com.google.protobuf.BooleanArrayList.makeOutOfBoundsExceptionMessage:(I)Ljava/lang/String;
invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.BooleanArrayList.size:I
aload 0
getfield com.google.protobuf.BooleanArrayList.array:[Z
arraylength
if_icmpge 6
4: aload 0
getfield com.google.protobuf.BooleanArrayList.array:[Z
iload 1
aload 0
getfield com.google.protobuf.BooleanArrayList.array:[Z
iload 1
iconst_1
iadd
aload 0
getfield com.google.protobuf.BooleanArrayList.size:I
iload 1
isub
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
5: goto 11
6: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.BooleanArrayList.size:I
iconst_3
imul
iconst_2
idiv
iconst_1
iadd
istore 3
start local 3 7: iload 3
newarray 4
astore 4
start local 4 8: aload 0
getfield com.google.protobuf.BooleanArrayList.array:[Z
iconst_0
aload 4
iconst_0
iload 1
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
9: aload 0
getfield com.google.protobuf.BooleanArrayList.array:[Z
iload 1
aload 4
iload 1
iconst_1
iadd
aload 0
getfield com.google.protobuf.BooleanArrayList.size:I
iload 1
isub
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
10: aload 0
aload 4
putfield com.google.protobuf.BooleanArrayList.array:[Z
end local 4 end local 3 11: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.BooleanArrayList.array:[Z
iload 1
iload 2
bastore
12: aload 0
dup
getfield com.google.protobuf.BooleanArrayList.size:I
iconst_1
iadd
putfield com.google.protobuf.BooleanArrayList.size:I
13: aload 0
dup
getfield com.google.protobuf.BooleanArrayList.modCount:I
iconst_1
iadd
putfield com.google.protobuf.BooleanArrayList.modCount:I
14: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lcom/google/protobuf/BooleanArrayList;
0 15 1 index I
0 15 2 element Z
7 11 3 length I
8 11 4 newArray [Z
MethodParameters:
Name Flags
index
element
public boolean addAll(java.util.Collection<? extends java.lang.Boolean>);
descriptor: (Ljava/util/Collection;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.google.protobuf.BooleanArrayList.ensureIsMutable:()V
1: aload 1
invokestatic com.google.protobuf.Internal.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
pop
2: aload 1
instanceof com.google.protobuf.BooleanArrayList
ifne 4
3: aload 0
aload 1
invokespecial com.google.protobuf.AbstractProtobufList.addAll:(Ljava/util/Collection;)Z
ireturn
4: StackMap locals:
StackMap stack:
aload 1
checkcast com.google.protobuf.BooleanArrayList
astore 2
start local 2 5: aload 2
getfield com.google.protobuf.BooleanArrayList.size:I
ifne 7
6: iconst_0
ireturn
7: StackMap locals: com.google.protobuf.BooleanArrayList
StackMap stack:
ldc 2147483647
aload 0
getfield com.google.protobuf.BooleanArrayList.size:I
isub
istore 3
start local 3 8: iload 3
aload 2
getfield com.google.protobuf.BooleanArrayList.size:I
if_icmpge 10
9: new java.lang.OutOfMemoryError
dup
invokespecial java.lang.OutOfMemoryError.<init>:()V
athrow
10: StackMap locals: int
StackMap stack:
aload 0
getfield com.google.protobuf.BooleanArrayList.size:I
aload 2
getfield com.google.protobuf.BooleanArrayList.size:I
iadd
istore 4
start local 4 11: iload 4
aload 0
getfield com.google.protobuf.BooleanArrayList.array:[Z
arraylength
if_icmple 13
12: aload 0
aload 0
getfield com.google.protobuf.BooleanArrayList.array:[Z
iload 4
invokestatic java.util.Arrays.copyOf:([ZI)[Z
putfield com.google.protobuf.BooleanArrayList.array:[Z
13: StackMap locals: int
StackMap stack:
aload 2
getfield com.google.protobuf.BooleanArrayList.array:[Z
iconst_0
aload 0
getfield com.google.protobuf.BooleanArrayList.array:[Z
aload 0
getfield com.google.protobuf.BooleanArrayList.size:I
aload 2
getfield com.google.protobuf.BooleanArrayList.size:I
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
14: aload 0
iload 4
putfield com.google.protobuf.BooleanArrayList.size:I
15: aload 0
dup
getfield com.google.protobuf.BooleanArrayList.modCount:I
iconst_1
iadd
putfield com.google.protobuf.BooleanArrayList.modCount:I
16: iconst_1
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lcom/google/protobuf/BooleanArrayList;
0 17 1 collection Ljava/util/Collection<+Ljava/lang/Boolean;>;
5 17 2 list Lcom/google/protobuf/BooleanArrayList;
8 17 3 overflow I
11 17 4 newSize I
Signature: (Ljava/util/Collection<+Ljava/lang/Boolean;>;)Z
MethodParameters:
Name Flags
collection
public boolean remove(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.google.protobuf.BooleanArrayList.ensureIsMutable:()V
1: iconst_0
istore 2
start local 2 2: goto 9
3: StackMap locals: int
StackMap stack:
aload 1
aload 0
getfield com.google.protobuf.BooleanArrayList.array:[Z
iload 2
baload
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 8
4: aload 0
getfield com.google.protobuf.BooleanArrayList.array:[Z
iload 2
iconst_1
iadd
aload 0
getfield com.google.protobuf.BooleanArrayList.array:[Z
iload 2
aload 0
getfield com.google.protobuf.BooleanArrayList.size:I
iload 2
isub
iconst_1
isub
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
5: aload 0
dup
getfield com.google.protobuf.BooleanArrayList.size:I
iconst_1
isub
putfield com.google.protobuf.BooleanArrayList.size:I
6: aload 0
dup
getfield com.google.protobuf.BooleanArrayList.modCount:I
iconst_1
iadd
putfield com.google.protobuf.BooleanArrayList.modCount:I
7: iconst_1
ireturn
8: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
9: iload 2
aload 0
getfield com.google.protobuf.BooleanArrayList.size:I
if_icmplt 3
end local 2 10: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/google/protobuf/BooleanArrayList;
0 11 1 o Ljava/lang/Object;
2 10 2 i I
MethodParameters:
Name Flags
o
public java.lang.Boolean remove(int);
descriptor: (I)Ljava/lang/Boolean;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.google.protobuf.BooleanArrayList.ensureIsMutable:()V
1: aload 0
iload 1
invokevirtual com.google.protobuf.BooleanArrayList.ensureIndexInRange:(I)V
2: aload 0
getfield com.google.protobuf.BooleanArrayList.array:[Z
iload 1
baload
istore 2
start local 2 3: iload 1
aload 0
getfield com.google.protobuf.BooleanArrayList.size:I
iconst_1
isub
if_icmpge 5
4: aload 0
getfield com.google.protobuf.BooleanArrayList.array:[Z
iload 1
iconst_1
iadd
aload 0
getfield com.google.protobuf.BooleanArrayList.array:[Z
iload 1
aload 0
getfield com.google.protobuf.BooleanArrayList.size:I
iload 1
isub
iconst_1
isub
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
5: StackMap locals: int
StackMap stack:
aload 0
dup
getfield com.google.protobuf.BooleanArrayList.size:I
iconst_1
isub
putfield com.google.protobuf.BooleanArrayList.size:I
6: aload 0
dup
getfield com.google.protobuf.BooleanArrayList.modCount:I
iconst_1
iadd
putfield com.google.protobuf.BooleanArrayList.modCount:I
7: iload 2
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/google/protobuf/BooleanArrayList;
0 8 1 index I
3 8 2 value Z
MethodParameters:
Name Flags
index
private void ensureIndexInRange(int);
descriptor: (I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: iload 1
iflt 1
iload 1
aload 0
getfield com.google.protobuf.BooleanArrayList.size:I
if_icmplt 2
1: StackMap locals:
StackMap stack:
new java.lang.IndexOutOfBoundsException
dup
aload 0
iload 1
invokevirtual com.google.protobuf.BooleanArrayList.makeOutOfBoundsExceptionMessage:(I)Ljava/lang/String;
invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/BooleanArrayList;
0 3 1 index I
MethodParameters:
Name Flags
index
private java.lang.String makeOutOfBoundsExceptionMessage(int);
descriptor: (I)Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.StringBuilder
dup
ldc "Index:"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 1
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc ", Size:"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield com.google.protobuf.BooleanArrayList.size:I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/BooleanArrayList;
0 1 1 index I
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 java.lang.Boolean
invokevirtual com.google.protobuf.BooleanArrayList.set:(ILjava/lang/Boolean;)Ljava/lang/Boolean;
areturn
LocalVariableTable:
Start End Slot Name Signature
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: aload 0
iload 1
invokevirtual com.google.protobuf.BooleanArrayList.mutableCopyWithCapacity:(I)Lcom/google/protobuf/Internal$BooleanList;
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.BooleanArrayList.get:(I)Ljava/lang/Boolean;
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.BooleanArrayList.remove:(I)Ljava/lang/Boolean;
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 java.lang.Boolean
invokevirtual com.google.protobuf.BooleanArrayList.add:(ILjava/lang/Boolean;)V
return
LocalVariableTable:
Start End Slot Name Signature
public boolean add(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast java.lang.Boolean
invokevirtual com.google.protobuf.BooleanArrayList.add:(Ljava/lang/Boolean;)Z
ireturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lcom/google/protobuf/AbstractProtobufList<Ljava/lang/Boolean;>;Lcom/google/protobuf/Internal$BooleanList;Ljava/util/RandomAccess;Lcom/google/protobuf/PrimitiveNonBoxingCollection;
SourceFile: "BooleanArrayList.java"
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