class com.google.protobuf.util.Timestamps$2 implements java.util.Comparator<com.google.protobuf.Timestamp>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.google.protobuf.util.Timestamps$2
super_class: java.lang.Object
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/util/Timestamps$2;
public int compare(com.google.protobuf.Timestamp, com.google.protobuf.Timestamp);
descriptor: (Lcom/google/protobuf/Timestamp;Lcom/google/protobuf/Timestamp;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokestatic com.google.protobuf.util.Timestamps.checkValid:(Lcom/google/protobuf/Timestamp;)Lcom/google/protobuf/Timestamp;
pop
1: aload 2
invokestatic com.google.protobuf.util.Timestamps.checkValid:(Lcom/google/protobuf/Timestamp;)Lcom/google/protobuf/Timestamp;
pop
2: aload 1
invokevirtual com.google.protobuf.Timestamp.getSeconds:()J
aload 2
invokevirtual com.google.protobuf.Timestamp.getSeconds:()J
invokestatic java.lang.Long.compare:(JJ)I
istore 3
start local 3 3: iload 3
ifeq 4
iload 3
goto 5
StackMap locals: int
StackMap stack:
4: aload 1
invokevirtual com.google.protobuf.Timestamp.getNanos:()I
aload 2
invokevirtual com.google.protobuf.Timestamp.getNanos:()I
invokestatic java.lang.Integer.compare:(II)I
StackMap locals:
StackMap stack: int
5: ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/google/protobuf/util/Timestamps$2;
0 6 1 t1 Lcom/google/protobuf/Timestamp;
0 6 2 t2 Lcom/google/protobuf/Timestamp;
3 6 3 secDiff I
MethodParameters:
Name Flags
t1
t2
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.google.protobuf.Timestamp
aload 2
checkcast com.google.protobuf.Timestamp
invokevirtual com.google.protobuf.util.Timestamps$2.compare:(Lcom/google/protobuf/Timestamp;Lcom/google/protobuf/Timestamp;)I
ireturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Lcom/google/protobuf/Timestamp;>;
SourceFile: "Timestamps.java"
EnclosingMethod: com.google.protobuf.util.Timestamps
NestHost: com.google.protobuf.util.Timestamps
InnerClasses:
com.google.protobuf.util.Timestamps$2