class com.mongodb.connection.BulkWriteBatchCombiner$1 implements java.util.Comparator<com.mongodb.bulk.BulkWriteUpsert>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.mongodb.connection.BulkWriteBatchCombiner$1
super_class: java.lang.Object
{
final com.mongodb.connection.BulkWriteBatchCombiner this$0;
descriptor: Lcom/mongodb/connection/BulkWriteBatchCombiner;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.mongodb.connection.BulkWriteBatchCombiner);
descriptor: (Lcom/mongodb/connection/BulkWriteBatchCombiner;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield com.mongodb.connection.BulkWriteBatchCombiner$1.this$0:Lcom/mongodb/connection/BulkWriteBatchCombiner;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/mongodb/connection/BulkWriteBatchCombiner$1;
MethodParameters:
Name Flags
this$0 final
public int compare(com.mongodb.bulk.BulkWriteUpsert, com.mongodb.bulk.BulkWriteUpsert);
descriptor: (Lcom/mongodb/bulk/BulkWriteUpsert;Lcom/mongodb/bulk/BulkWriteUpsert;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual com.mongodb.bulk.BulkWriteUpsert.getIndex:()I
aload 2
invokevirtual com.mongodb.bulk.BulkWriteUpsert.getIndex:()I
if_icmpge 1
iconst_m1
goto 3
StackMap locals:
StackMap stack:
1: aload 1
invokevirtual com.mongodb.bulk.BulkWriteUpsert.getIndex:()I
aload 2
invokevirtual com.mongodb.bulk.BulkWriteUpsert.getIndex:()I
if_icmpne 2
iconst_0
goto 3
StackMap locals:
StackMap stack:
2: iconst_1
StackMap locals:
StackMap stack: int
3: ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/mongodb/connection/BulkWriteBatchCombiner$1;
0 4 1 o1 Lcom/mongodb/bulk/BulkWriteUpsert;
0 4 2 o2 Lcom/mongodb/bulk/BulkWriteUpsert;
MethodParameters:
Name Flags
o1 final
o2 final
public int compare(java.lang.Object, java.lang.Object);
descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast com.mongodb.bulk.BulkWriteUpsert
aload 2
checkcast com.mongodb.bulk.BulkWriteUpsert
invokevirtual com.mongodb.connection.BulkWriteBatchCombiner$1.compare:(Lcom/mongodb/bulk/BulkWriteUpsert;Lcom/mongodb/bulk/BulkWriteUpsert;)I
ireturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Lcom/mongodb/bulk/BulkWriteUpsert;>;
SourceFile: "BulkWriteBatchCombiner.java"
EnclosingMethod: com.mongodb.connection.BulkWriteBatchCombiner
NestHost: com.mongodb.connection.BulkWriteBatchCombiner
InnerClasses:
com.mongodb.connection.BulkWriteBatchCombiner$1