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 // com.google.protobuf.util.Timestamps$2 this
         0: .line 104
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.google.protobuf.util.Timestamps$2 this
      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 // com.google.protobuf.util.Timestamps$2 this
        start local 1 // com.google.protobuf.Timestamp t1
        start local 2 // com.google.protobuf.Timestamp t2
         0: .line 107
            aload 1 /* t1 */
            invokestatic com.google.protobuf.util.Timestamps.checkValid:(Lcom/google/protobuf/Timestamp;)Lcom/google/protobuf/Timestamp;
            pop
         1: .line 108
            aload 2 /* t2 */
            invokestatic com.google.protobuf.util.Timestamps.checkValid:(Lcom/google/protobuf/Timestamp;)Lcom/google/protobuf/Timestamp;
            pop
         2: .line 109
            aload 1 /* t1 */
            invokevirtual com.google.protobuf.Timestamp.getSeconds:()J
            aload 2 /* t2 */
            invokevirtual com.google.protobuf.Timestamp.getSeconds:()J
            invokestatic java.lang.Long.compare:(JJ)I
            istore 3 /* secDiff */
        start local 3 // int secDiff
         3: .line 110
            iload 3 /* secDiff */
            ifeq 4
            iload 3 /* secDiff */
            goto 5
      StackMap locals: int
      StackMap stack:
         4: aload 1 /* t1 */
            invokevirtual com.google.protobuf.Timestamp.getNanos:()I
            aload 2 /* t2 */
            invokevirtual com.google.protobuf.Timestamp.getNanos:()I
            invokestatic java.lang.Integer.compare:(II)I
      StackMap locals:
      StackMap stack: int
         5: ireturn
        end local 3 // int secDiff
        end local 2 // com.google.protobuf.Timestamp t2
        end local 1 // com.google.protobuf.Timestamp t1
        end local 0 // com.google.protobuf.util.Timestamps$2 this
      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: .line 1
            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