final class com.google.protobuf.LongArrayList extends com.google.protobuf.AbstractProtobufList<java.lang.Long> implements com.google.protobuf.Internal$LongList, 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.LongArrayList
super_class: com.google.protobuf.AbstractProtobufList
{
private static final com.google.protobuf.LongArrayList EMPTY_LIST;
descriptor: Lcom/google/protobuf/LongArrayList;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private long[] array;
descriptor: [J
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.LongArrayList
dup
iconst_0
newarray 11
iconst_0
invokespecial com.google.protobuf.LongArrayList.<init>:([JI)V
putstatic com.google.protobuf.LongArrayList.EMPTY_LIST:Lcom/google/protobuf/LongArrayList;
1: getstatic com.google.protobuf.LongArrayList.EMPTY_LIST:Lcom/google/protobuf/LongArrayList;
invokevirtual com.google.protobuf.LongArrayList.makeImmutable:()V
2: return
LocalVariableTable:
Start End Slot Name Signature
public static com.google.protobuf.LongArrayList emptyList();
descriptor: ()Lcom/google/protobuf/LongArrayList;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic com.google.protobuf.LongArrayList.EMPTY_LIST:Lcom/google/protobuf/LongArrayList;
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 11
iconst_0
invokespecial com.google.protobuf.LongArrayList.<init>:([JI)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/protobuf/LongArrayList;
private void <init>(long[], int);
descriptor: ([JI)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.LongArrayList.array:[J
2: aload 0
iload 2
putfield com.google.protobuf.LongArrayList.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/LongArrayList;
0 4 1 other [J
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.LongArrayList.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.LongArrayList.array:[J
iload 2
aload 0
getfield com.google.protobuf.LongArrayList.array:[J
iload 1
aload 0
getfield com.google.protobuf.LongArrayList.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.LongArrayList.size:I
iload 2
iload 1
isub
isub
putfield com.google.protobuf.LongArrayList.size:I
5: aload 0
dup
getfield com.google.protobuf.LongArrayList.modCount:I
iconst_1
iadd
putfield com.google.protobuf.LongArrayList.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/LongArrayList;
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=4, 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.LongArrayList
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.LongArrayList
astore 2
start local 2 5: aload 0
getfield com.google.protobuf.LongArrayList.size:I
aload 2
getfield com.google.protobuf.LongArrayList.size:I
if_icmpeq 7
6: iconst_0
ireturn
7: StackMap locals: com.google.protobuf.LongArrayList
StackMap stack:
aload 2
getfield com.google.protobuf.LongArrayList.array:[J
astore 3
start local 3 8: iconst_0
istore 4
start local 4 9: goto 13
10: StackMap locals: long[] int
StackMap stack:
aload 0
getfield com.google.protobuf.LongArrayList.array:[J
iload 4
laload
aload 3
iload 4
laload
lcmp
ifeq 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.LongArrayList.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/LongArrayList;
0 15 1 o Ljava/lang/Object;
5 15 2 other Lcom/google/protobuf/LongArrayList;
8 15 3 arr [J
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.LongArrayList.array:[J
iload 2
laload
invokestatic com.google.protobuf.Internal.hashLong:(J)I
iadd
istore 1
4: iinc 2 1
StackMap locals:
StackMap stack:
5: iload 2
aload 0
getfield com.google.protobuf.LongArrayList.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/LongArrayList;
1 7 1 result I
2 6 2 i I
public com.google.protobuf.Internal$LongList mutableCopyWithCapacity(int);
descriptor: (I)Lcom/google/protobuf/Internal$LongList;
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.LongArrayList.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.LongArrayList
dup
aload 0
getfield com.google.protobuf.LongArrayList.array:[J
iload 1
invokestatic java.util.Arrays.copyOf:([JI)[J
aload 0
getfield com.google.protobuf.LongArrayList.size:I
invokespecial com.google.protobuf.LongArrayList.<init>:([JI)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/LongArrayList;
0 3 1 capacity I
MethodParameters:
Name Flags
capacity
public java.lang.Long get(int);
descriptor: (I)Ljava/lang/Long;
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.LongArrayList.getLong:(I)J
invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/LongArrayList;
0 1 1 index I
MethodParameters:
Name Flags
index
public long getLong(int);
descriptor: (I)J
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.LongArrayList.ensureIndexInRange:(I)V
1: aload 0
getfield com.google.protobuf.LongArrayList.array:[J
iload 1
laload
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/protobuf/LongArrayList;
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.LongArrayList.size:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/LongArrayList;
public java.lang.Long set(int, java.lang.Long);
descriptor: (ILjava/lang/Long;)Ljava/lang/Long;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
aload 2
invokevirtual java.lang.Long.longValue:()J
invokevirtual com.google.protobuf.LongArrayList.setLong:(IJ)J
invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/LongArrayList;
0 1 1 index I
0 1 2 element Ljava/lang/Long;
MethodParameters:
Name Flags
index
element
public long setLong(int, long);
descriptor: (IJ)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual com.google.protobuf.LongArrayList.ensureIsMutable:()V
1: aload 0
iload 1
invokevirtual com.google.protobuf.LongArrayList.ensureIndexInRange:(I)V
2: aload 0
getfield com.google.protobuf.LongArrayList.array:[J
iload 1
laload
lstore 4
start local 4 3: aload 0
getfield com.google.protobuf.LongArrayList.array:[J
iload 1
lload 2
lastore
4: lload 4
lreturn
end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/google/protobuf/LongArrayList;
0 5 1 index I
0 5 2 element J
3 5 4 previousValue J
MethodParameters:
Name Flags
index
element
public boolean add(java.lang.Long);
descriptor: (Ljava/lang/Long;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual java.lang.Long.longValue:()J
invokevirtual com.google.protobuf.LongArrayList.addLong:(J)V
1: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/protobuf/LongArrayList;
0 2 1 element Ljava/lang/Long;
MethodParameters:
Name Flags
element
public void add(int, java.lang.Long);
descriptor: (ILjava/lang/Long;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
aload 2
invokevirtual java.lang.Long.longValue:()J
invokevirtual com.google.protobuf.LongArrayList.addLong:(IJ)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/LongArrayList;
0 2 1 index I
0 2 2 element Ljava/lang/Long;
MethodParameters:
Name Flags
index
element
public void addLong(long);
descriptor: (J)V
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.LongArrayList.ensureIsMutable:()V
1: aload 0
getfield com.google.protobuf.LongArrayList.size:I
aload 0
getfield com.google.protobuf.LongArrayList.array:[J
arraylength
if_icmpne 6
2: aload 0
getfield com.google.protobuf.LongArrayList.size:I
iconst_3
imul
iconst_2
idiv
iconst_1
iadd
istore 3
start local 3 3: iload 3
newarray 11
astore 4
start local 4 4: aload 0
getfield com.google.protobuf.LongArrayList.array:[J
iconst_0
aload 4
iconst_0
aload 0
getfield com.google.protobuf.LongArrayList.size:I
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
5: aload 0
aload 4
putfield com.google.protobuf.LongArrayList.array:[J
end local 4 end local 3 6: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.LongArrayList.array:[J
aload 0
dup
getfield com.google.protobuf.LongArrayList.size:I
dup_x1
iconst_1
iadd
putfield com.google.protobuf.LongArrayList.size:I
lload 1
lastore
7: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/google/protobuf/LongArrayList;
0 8 1 element J
3 6 3 length I
4 6 4 newArray [J
MethodParameters:
Name Flags
element
private void addLong(int, long);
descriptor: (IJ)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=6, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual com.google.protobuf.LongArrayList.ensureIsMutable:()V
1: iload 1
iflt 2
iload 1
aload 0
getfield com.google.protobuf.LongArrayList.size:I
if_icmple 3
2: StackMap locals:
StackMap stack:
new java.lang.IndexOutOfBoundsException
dup
aload 0
iload 1
invokevirtual com.google.protobuf.LongArrayList.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.LongArrayList.size:I
aload 0
getfield com.google.protobuf.LongArrayList.array:[J
arraylength
if_icmpge 6
4: aload 0
getfield com.google.protobuf.LongArrayList.array:[J
iload 1
aload 0
getfield com.google.protobuf.LongArrayList.array:[J
iload 1
iconst_1
iadd
aload 0
getfield com.google.protobuf.LongArrayList.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.LongArrayList.size:I
iconst_3
imul
iconst_2
idiv
iconst_1
iadd
istore 4
start local 4 7: iload 4
newarray 11
astore 5
start local 5 8: aload 0
getfield com.google.protobuf.LongArrayList.array:[J
iconst_0
aload 5
iconst_0
iload 1
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
9: aload 0
getfield com.google.protobuf.LongArrayList.array:[J
iload 1
aload 5
iload 1
iconst_1
iadd
aload 0
getfield com.google.protobuf.LongArrayList.size:I
iload 1
isub
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
10: aload 0
aload 5
putfield com.google.protobuf.LongArrayList.array:[J
end local 5 end local 4 11: StackMap locals:
StackMap stack:
aload 0
getfield com.google.protobuf.LongArrayList.array:[J
iload 1
lload 2
lastore
12: aload 0
dup
getfield com.google.protobuf.LongArrayList.size:I
iconst_1
iadd
putfield com.google.protobuf.LongArrayList.size:I
13: aload 0
dup
getfield com.google.protobuf.LongArrayList.modCount:I
iconst_1
iadd
putfield com.google.protobuf.LongArrayList.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/LongArrayList;
0 15 1 index I
0 15 2 element J
7 11 4 length I
8 11 5 newArray [J
MethodParameters:
Name Flags
index
element
public boolean addAll(java.util.Collection<? extends java.lang.Long>);
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.LongArrayList.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.LongArrayList
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.LongArrayList
astore 2
start local 2 5: aload 2
getfield com.google.protobuf.LongArrayList.size:I
ifne 7
6: iconst_0
ireturn
7: StackMap locals: com.google.protobuf.LongArrayList
StackMap stack:
ldc 2147483647
aload 0
getfield com.google.protobuf.LongArrayList.size:I
isub
istore 3
start local 3 8: iload 3
aload 2
getfield com.google.protobuf.LongArrayList.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.LongArrayList.size:I
aload 2
getfield com.google.protobuf.LongArrayList.size:I
iadd
istore 4
start local 4 11: iload 4
aload 0
getfield com.google.protobuf.LongArrayList.array:[J
arraylength
if_icmple 13
12: aload 0
aload 0
getfield com.google.protobuf.LongArrayList.array:[J
iload 4
invokestatic java.util.Arrays.copyOf:([JI)[J
putfield com.google.protobuf.LongArrayList.array:[J
13: StackMap locals: int
StackMap stack:
aload 2
getfield com.google.protobuf.LongArrayList.array:[J
iconst_0
aload 0
getfield com.google.protobuf.LongArrayList.array:[J
aload 0
getfield com.google.protobuf.LongArrayList.size:I
aload 2
getfield com.google.protobuf.LongArrayList.size:I
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
14: aload 0
iload 4
putfield com.google.protobuf.LongArrayList.size:I
15: aload 0
dup
getfield com.google.protobuf.LongArrayList.modCount:I
iconst_1
iadd
putfield com.google.protobuf.LongArrayList.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/LongArrayList;
0 17 1 collection Ljava/util/Collection<+Ljava/lang/Long;>;
5 17 2 list Lcom/google/protobuf/LongArrayList;
8 17 3 overflow I
11 17 4 newSize I
Signature: (Ljava/util/Collection<+Ljava/lang/Long;>;)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.LongArrayList.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.LongArrayList.array:[J
iload 2
laload
invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 8
4: aload 0
getfield com.google.protobuf.LongArrayList.array:[J
iload 2
iconst_1
iadd
aload 0
getfield com.google.protobuf.LongArrayList.array:[J
iload 2
aload 0
getfield com.google.protobuf.LongArrayList.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.LongArrayList.size:I
iconst_1
isub
putfield com.google.protobuf.LongArrayList.size:I
6: aload 0
dup
getfield com.google.protobuf.LongArrayList.modCount:I
iconst_1
iadd
putfield com.google.protobuf.LongArrayList.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.LongArrayList.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/LongArrayList;
0 11 1 o Ljava/lang/Object;
2 10 2 i I
MethodParameters:
Name Flags
o
public java.lang.Long remove(int);
descriptor: (I)Ljava/lang/Long;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.google.protobuf.LongArrayList.ensureIsMutable:()V
1: aload 0
iload 1
invokevirtual com.google.protobuf.LongArrayList.ensureIndexInRange:(I)V
2: aload 0
getfield com.google.protobuf.LongArrayList.array:[J
iload 1
laload
lstore 2
start local 2 3: iload 1
aload 0
getfield com.google.protobuf.LongArrayList.size:I
iconst_1
isub
if_icmpge 5
4: aload 0
getfield com.google.protobuf.LongArrayList.array:[J
iload 1
iconst_1
iadd
aload 0
getfield com.google.protobuf.LongArrayList.array:[J
iload 1
aload 0
getfield com.google.protobuf.LongArrayList.size:I
iload 1
isub
iconst_1
isub
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
5: StackMap locals: long
StackMap stack:
aload 0
dup
getfield com.google.protobuf.LongArrayList.size:I
iconst_1
isub
putfield com.google.protobuf.LongArrayList.size:I
6: aload 0
dup
getfield com.google.protobuf.LongArrayList.modCount:I
iconst_1
iadd
putfield com.google.protobuf.LongArrayList.modCount:I
7: lload 2
invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/google/protobuf/LongArrayList;
0 8 1 index I
3 8 2 value J
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.LongArrayList.size:I
if_icmplt 2
1: StackMap locals:
StackMap stack:
new java.lang.IndexOutOfBoundsException
dup
aload 0
iload 1
invokevirtual com.google.protobuf.LongArrayList.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/LongArrayList;
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.LongArrayList.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/LongArrayList;
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.Long
invokevirtual com.google.protobuf.LongArrayList.set:(ILjava/lang/Long;)Ljava/lang/Long;
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.LongArrayList.mutableCopyWithCapacity:(I)Lcom/google/protobuf/Internal$LongList;
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.LongArrayList.get:(I)Ljava/lang/Long;
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.LongArrayList.remove:(I)Ljava/lang/Long;
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.Long
invokevirtual com.google.protobuf.LongArrayList.add:(ILjava/lang/Long;)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.Long
invokevirtual com.google.protobuf.LongArrayList.add:(Ljava/lang/Long;)Z
ireturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lcom/google/protobuf/AbstractProtobufList<Ljava/lang/Long;>;Lcom/google/protobuf/Internal$LongList;Ljava/util/RandomAccess;Lcom/google/protobuf/PrimitiveNonBoxingCollection;
SourceFile: "LongArrayList.java"
InnerClasses:
public abstract LongList = com.google.protobuf.Internal$LongList of com.google.protobuf.Internal
public abstract ProtobufList = com.google.protobuf.Internal$ProtobufList of com.google.protobuf.Internal