class java.util.Collections$ReverseComparator2<T> implements java.util.Comparator<T>, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.util.Collections$ReverseComparator2
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4374092139857

  final java.util.Comparator<T> cmp;
    descriptor: Ljava/util/Comparator;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/Comparator<TT;>;

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 5212
            ldc Ljava/util/Collections;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic java.util.Collections$ReverseComparator2.$assertionsDisabled:Z
         3: .line 5215
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(java.util.Comparator<T>);
    descriptor: (Ljava/util/Comparator;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.util.Collections$ReverseComparator2 this
        start local 1 // java.util.Comparator cmp
         0: .line 5226
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 5227
            getstatic java.util.Collections$ReverseComparator2.$assertionsDisabled:Z
            ifne 2
            aload 1 /* cmp */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 5228
      StackMap locals: java.util.Collections$ReverseComparator2 java.util.Comparator
      StackMap stack:
            aload 0 /* this */
            aload 1 /* cmp */
            putfield java.util.Collections$ReverseComparator2.cmp:Ljava/util/Comparator;
         3: .line 5229
            return
        end local 1 // java.util.Comparator cmp
        end local 0 // java.util.Collections$ReverseComparator2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/util/Collections$ReverseComparator2<TT;>;
            0    4     1   cmp  Ljava/util/Comparator<TT;>;
    Signature: (Ljava/util/Comparator<TT;>;)V
    MethodParameters:
      Name  Flags
      cmp   

  public int compare(T, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.util.Collections$ReverseComparator2 this
        start local 1 // java.lang.Object t1
        start local 2 // java.lang.Object t2
         0: .line 5232
            aload 0 /* this */
            getfield java.util.Collections$ReverseComparator2.cmp:Ljava/util/Comparator;
            aload 2 /* t2 */
            aload 1 /* t1 */
            invokeinterface java.util.Comparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I
            ireturn
        end local 2 // java.lang.Object t2
        end local 1 // java.lang.Object t1
        end local 0 // java.util.Collections$ReverseComparator2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/Collections$ReverseComparator2<TT;>;
            0    1     1    t1  TT;
            0    1     2    t2  TT;
    Signature: (TT;TT;)I
    MethodParameters:
      Name  Flags
      t1    
      t2    

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.util.Collections$ReverseComparator2 this
        start local 1 // java.lang.Object o
         0: .line 5236
            aload 1 /* o */
            aload 0 /* this */
            if_acmpeq 4
         1: .line 5237
            aload 1 /* o */
            instanceof java.util.Collections$ReverseComparator2
            ifeq 3
         2: .line 5238
            aload 0 /* this */
            getfield java.util.Collections$ReverseComparator2.cmp:Ljava/util/Comparator;
            aload 1 /* o */
            checkcast java.util.Collections$ReverseComparator2
            getfield java.util.Collections$ReverseComparator2.cmp:Ljava/util/Comparator;
            invokeinterface java.util.Comparator.equals:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 5236
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_1
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // java.util.Collections$ReverseComparator2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/util/Collections$ReverseComparator2<TT;>;
            0    5     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.util.Collections$ReverseComparator2 this
         0: .line 5242
            aload 0 /* this */
            getfield java.util.Collections$ReverseComparator2.cmp:Ljava/util/Comparator;
            invokevirtual java.lang.Object.hashCode:()I
            ldc -2147483648
            ixor
            ireturn
        end local 0 // java.util.Collections$ReverseComparator2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/Collections$ReverseComparator2<TT;>;

  public java.util.Comparator<T> reversed();
    descriptor: ()Ljava/util/Comparator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.util.Collections$ReverseComparator2 this
         0: .line 5247
            aload 0 /* this */
            getfield java.util.Collections$ReverseComparator2.cmp:Ljava/util/Comparator;
            areturn
        end local 0 // java.util.Collections$ReverseComparator2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/Collections$ReverseComparator2<TT;>;
    Signature: ()Ljava/util/Comparator<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Comparator<TT;>;Ljava/io/Serializable;
SourceFile: "Collections.java"
NestHost: java.util.Collections
InnerClasses:
  private ReverseComparator2 = java.util.Collections$ReverseComparator2 of java.util.Collections