public class org.apache.logging.log4j.util.PropertySource$Comparator implements java.util.Comparator<org.apache.logging.log4j.util.PropertySource>, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.logging.log4j.util.PropertySource$Comparator
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.logging.log4j.util.PropertySource$Comparator this
         0: .line 88
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.logging.log4j.util.PropertySource$Comparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/logging/log4j/util/PropertySource$Comparator;

  public int compare(org.apache.logging.log4j.util.PropertySource, org.apache.logging.log4j.util.PropertySource);
    descriptor: (Lorg/apache/logging/log4j/util/PropertySource;Lorg/apache/logging/log4j/util/PropertySource;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.logging.log4j.util.PropertySource$Comparator this
        start local 1 // org.apache.logging.log4j.util.PropertySource o1
        start local 2 // org.apache.logging.log4j.util.PropertySource o2
         0: .line 93
            aload 1 /* o1 */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.apache.logging.log4j.util.PropertySource
            invokeinterface org.apache.logging.log4j.util.PropertySource.getPriority:()I
            aload 2 /* o2 */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.apache.logging.log4j.util.PropertySource
            invokeinterface org.apache.logging.log4j.util.PropertySource.getPriority:()I
            invokestatic java.lang.Integer.compare:(II)I
            ireturn
        end local 2 // org.apache.logging.log4j.util.PropertySource o2
        end local 1 // org.apache.logging.log4j.util.PropertySource o1
        end local 0 // org.apache.logging.log4j.util.PropertySource$Comparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/logging/log4j/util/PropertySource$Comparator;
            0    1     1    o1  Lorg/apache/logging/log4j/util/PropertySource;
            0    1     2    o2  Lorg/apache/logging/log4j/util/PropertySource;
    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: .line 1
            aload 0
            aload 1
            checkcast org.apache.logging.log4j.util.PropertySource
            aload 2
            checkcast org.apache.logging.log4j.util.PropertySource
            invokevirtual org.apache.logging.log4j.util.PropertySource$Comparator.compare:(Lorg/apache/logging/log4j/util/PropertySource;Lorg/apache/logging/log4j/util/PropertySource;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Lorg/apache/logging/log4j/util/PropertySource;>;Ljava/io/Serializable;
SourceFile: "PropertySource.java"
NestHost: org.apache.logging.log4j.util.PropertySource
InnerClasses:
  public Comparator = org.apache.logging.log4j.util.PropertySource$Comparator of org.apache.logging.log4j.util.PropertySource