public class com.mongodb.bulk.BulkWriteUpsert
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.mongodb.bulk.BulkWriteUpsert
super_class: java.lang.Object
{
private final int index;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.bson.BsonValue id;
descriptor: Lorg/bson/BsonValue;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(int, org.bson.BsonValue);
descriptor: (ILorg/bson/BsonValue;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iload 1
putfield com.mongodb.bulk.BulkWriteUpsert.index:I
2: aload 0
aload 2
putfield com.mongodb.bulk.BulkWriteUpsert.id:Lorg/bson/BsonValue;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/mongodb/bulk/BulkWriteUpsert;
0 4 1 index I
0 4 2 id Lorg/bson/BsonValue;
MethodParameters:
Name Flags
index final
id final
public int getIndex();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.mongodb.bulk.BulkWriteUpsert.index:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/mongodb/bulk/BulkWriteUpsert;
public org.bson.BsonValue getId();
descriptor: ()Lorg/bson/BsonValue;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.mongodb.bulk.BulkWriteUpsert.id:Lorg/bson/BsonValue;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/mongodb/bulk/BulkWriteUpsert;
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, 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
ifnull 3
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
aload 1
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
if_acmpeq 4
3: StackMap locals:
StackMap stack:
iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 1
checkcast com.mongodb.bulk.BulkWriteUpsert
astore 2
start local 2 5: aload 0
getfield com.mongodb.bulk.BulkWriteUpsert.index:I
aload 2
getfield com.mongodb.bulk.BulkWriteUpsert.index:I
if_icmpeq 7
6: iconst_0
ireturn
7: StackMap locals: com.mongodb.bulk.BulkWriteUpsert
StackMap stack:
aload 0
getfield com.mongodb.bulk.BulkWriteUpsert.id:Lorg/bson/BsonValue;
aload 2
getfield com.mongodb.bulk.BulkWriteUpsert.id:Lorg/bson/BsonValue;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifne 9
8: iconst_0
ireturn
9: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/mongodb/bulk/BulkWriteUpsert;
0 10 1 o Ljava/lang/Object;
5 10 2 that Lcom/mongodb/bulk/BulkWriteUpsert;
MethodParameters:
Name Flags
o final
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield com.mongodb.bulk.BulkWriteUpsert.index:I
istore 1
start local 1 1: bipush 31
iload 1
imul
aload 0
getfield com.mongodb.bulk.BulkWriteUpsert.id:Lorg/bson/BsonValue;
invokevirtual java.lang.Object.hashCode:()I
iadd
istore 1
2: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/mongodb/bulk/BulkWriteUpsert;
1 3 1 result I
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
ldc "BulkWriteUpsert{index="
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
1: aload 0
getfield com.mongodb.bulk.BulkWriteUpsert.index:I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
2: ldc ", id="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield com.mongodb.bulk.BulkWriteUpsert.id:Lorg/bson/BsonValue;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
3: bipush 125
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
4: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/mongodb/bulk/BulkWriteUpsert;
}
SourceFile: "BulkWriteUpsert.java"