class org.eclipse.aether.util.graph.selector.ExclusionDependencySelector$ExclusionComparator implements java.util.Comparator<org.eclipse.aether.graph.Exclusion>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.aether.util.graph.selector.ExclusionDependencySelector$ExclusionComparator
  super_class: java.lang.Object
{
  static final org.eclipse.aether.util.graph.selector.ExclusionDependencySelector$ExclusionComparator INSTANCE;
    descriptor: Lorg/eclipse/aether/util/graph/selector/ExclusionDependencySelector$ExclusionComparator;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 197
            new org.eclipse.aether.util.graph.selector.ExclusionDependencySelector$ExclusionComparator
            dup
            invokespecial org.eclipse.aether.util.graph.selector.ExclusionDependencySelector$ExclusionComparator.<init>:()V
            putstatic org.eclipse.aether.util.graph.selector.ExclusionDependencySelector$ExclusionComparator.INSTANCE:Lorg/eclipse/aether/util/graph/selector/ExclusionDependencySelector$ExclusionComparator;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.util.graph.selector.ExclusionDependencySelector$ExclusionComparator this
         0: .line 193
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.aether.util.graph.selector.ExclusionDependencySelector$ExclusionComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/util/graph/selector/ExclusionDependencySelector$ExclusionComparator;

  public int compare(org.eclipse.aether.graph.Exclusion, org.eclipse.aether.graph.Exclusion);
    descriptor: (Lorg/eclipse/aether/graph/Exclusion;Lorg/eclipse/aether/graph/Exclusion;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.eclipse.aether.util.graph.selector.ExclusionDependencySelector$ExclusionComparator this
        start local 1 // org.eclipse.aether.graph.Exclusion e1
        start local 2 // org.eclipse.aether.graph.Exclusion e2
         0: .line 201
            aload 1 /* e1 */
            ifnonnull 4
         1: .line 203
            aload 2 /* e2 */
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_1
      StackMap locals:
      StackMap stack: int
         3: ireturn
         4: .line 205
      StackMap locals:
      StackMap stack:
            aload 2 /* e2 */
            ifnonnull 6
         5: .line 207
            iconst_m1
            ireturn
         6: .line 209
      StackMap locals:
      StackMap stack:
            aload 1 /* e1 */
            invokevirtual org.eclipse.aether.graph.Exclusion.getArtifactId:()Ljava/lang/String;
            aload 2 /* e2 */
            invokevirtual org.eclipse.aether.graph.Exclusion.getArtifactId:()Ljava/lang/String;
            invokevirtual java.lang.String.compareTo:(Ljava/lang/String;)I
            istore 3 /* rel */
        start local 3 // int rel
         7: .line 210
            iload 3 /* rel */
            ifne 13
         8: .line 212
            aload 1 /* e1 */
            invokevirtual org.eclipse.aether.graph.Exclusion.getGroupId:()Ljava/lang/String;
            aload 2 /* e2 */
            invokevirtual org.eclipse.aether.graph.Exclusion.getGroupId:()Ljava/lang/String;
            invokevirtual java.lang.String.compareTo:(Ljava/lang/String;)I
            istore 3 /* rel */
         9: .line 213
            iload 3 /* rel */
            ifne 13
        10: .line 215
            aload 1 /* e1 */
            invokevirtual org.eclipse.aether.graph.Exclusion.getExtension:()Ljava/lang/String;
            aload 2 /* e2 */
            invokevirtual org.eclipse.aether.graph.Exclusion.getExtension:()Ljava/lang/String;
            invokevirtual java.lang.String.compareTo:(Ljava/lang/String;)I
            istore 3 /* rel */
        11: .line 216
            iload 3 /* rel */
            ifne 13
        12: .line 218
            aload 1 /* e1 */
            invokevirtual org.eclipse.aether.graph.Exclusion.getClassifier:()Ljava/lang/String;
            aload 2 /* e2 */
            invokevirtual org.eclipse.aether.graph.Exclusion.getClassifier:()Ljava/lang/String;
            invokevirtual java.lang.String.compareTo:(Ljava/lang/String;)I
            istore 3 /* rel */
        13: .line 222
      StackMap locals: int
      StackMap stack:
            iload 3 /* rel */
            ireturn
        end local 3 // int rel
        end local 2 // org.eclipse.aether.graph.Exclusion e2
        end local 1 // org.eclipse.aether.graph.Exclusion e1
        end local 0 // org.eclipse.aether.util.graph.selector.ExclusionDependencySelector$ExclusionComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lorg/eclipse/aether/util/graph/selector/ExclusionDependencySelector$ExclusionComparator;
            0   14     1    e1  Lorg/eclipse/aether/graph/Exclusion;
            0   14     2    e2  Lorg/eclipse/aether/graph/Exclusion;
            7   14     3   rel  I
    MethodParameters:
      Name  Flags
      e1    
      e2    

  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.eclipse.aether.graph.Exclusion
            aload 2
            checkcast org.eclipse.aether.graph.Exclusion
            invokevirtual org.eclipse.aether.util.graph.selector.ExclusionDependencySelector$ExclusionComparator.compare:(Lorg/eclipse/aether/graph/Exclusion;Lorg/eclipse/aether/graph/Exclusion;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Lorg/eclipse/aether/graph/Exclusion;>;
SourceFile: "ExclusionDependencySelector.java"
NestHost: org.eclipse.aether.util.graph.selector.ExclusionDependencySelector
InnerClasses:
  private ExclusionComparator = org.eclipse.aether.util.graph.selector.ExclusionDependencySelector$ExclusionComparator of org.eclipse.aether.util.graph.selector.ExclusionDependencySelector