class org.eclipse.aether.graph.Dependency$Exclusions extends java.util.AbstractSet<org.eclipse.aether.graph.Exclusion>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.aether.graph.Dependency$Exclusions
  super_class: java.util.AbstractSet
{
  private final org.eclipse.aether.graph.Exclusion[] exclusions;
    descriptor: [Lorg/eclipse/aether/graph/Exclusion;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static java.util.Set<org.eclipse.aether.graph.Exclusion> copy(java.util.Collection<org.eclipse.aether.graph.Exclusion>);
    descriptor: (Ljava/util/Collection;)Ljava/util/Set;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.util.Collection exclusions
         0: .line 265
            aload 0 /* exclusions */
            ifnull 1
            aload 0 /* exclusions */
            invokeinterface java.util.Collection.isEmpty:()Z
            ifeq 2
         1: .line 267
      StackMap locals:
      StackMap stack:
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            areturn
         2: .line 269
      StackMap locals:
      StackMap stack:
            new org.eclipse.aether.graph.Dependency$Exclusions
            dup
            aload 0 /* exclusions */
            invokespecial org.eclipse.aether.graph.Dependency$Exclusions.<init>:(Ljava/util/Collection;)V
            areturn
        end local 0 // java.util.Collection exclusions
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0  exclusions  Ljava/util/Collection<Lorg/eclipse/aether/graph/Exclusion;>;
    Signature: (Ljava/util/Collection<Lorg/eclipse/aether/graph/Exclusion;>;)Ljava/util/Set<Lorg/eclipse/aether/graph/Exclusion;>;
    MethodParameters:
            Name  Flags
      exclusions  

  private void <init>(java.util.Collection<org.eclipse.aether.graph.Exclusion>);
    descriptor: (Ljava/util/Collection;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.aether.graph.Dependency$Exclusions this
        start local 1 // java.util.Collection exclusions
         0: .line 272
            aload 0 /* this */
            invokespecial java.util.AbstractSet.<init>:()V
         1: .line 274
            aload 1 /* exclusions */
            invokeinterface java.util.Collection.size:()I
            iconst_1
            if_icmple 3
            aload 1 /* exclusions */
            instanceof java.util.Set
            ifne 3
         2: .line 276
            new java.util.LinkedHashSet
            dup
            aload 1 /* exclusions */
            invokespecial java.util.LinkedHashSet.<init>:(Ljava/util/Collection;)V
            astore 1 /* exclusions */
         3: .line 278
      StackMap locals: org.eclipse.aether.graph.Dependency$Exclusions java.util.Collection
      StackMap stack:
            aload 0 /* this */
            aload 1 /* exclusions */
            aload 1 /* exclusions */
            invokeinterface java.util.Collection.size:()I
            anewarray org.eclipse.aether.graph.Exclusion
            invokeinterface java.util.Collection.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast org.eclipse.aether.graph.Exclusion[]
            putfield org.eclipse.aether.graph.Dependency$Exclusions.exclusions:[Lorg/eclipse/aether/graph/Exclusion;
         4: .line 279
            return
        end local 1 // java.util.Collection exclusions
        end local 0 // org.eclipse.aether.graph.Dependency$Exclusions this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/eclipse/aether/graph/Dependency$Exclusions;
            0    5     1  exclusions  Ljava/util/Collection<Lorg/eclipse/aether/graph/Exclusion;>;
    Signature: (Ljava/util/Collection<Lorg/eclipse/aether/graph/Exclusion;>;)V
    MethodParameters:
            Name  Flags
      exclusions  

  public java.util.Iterator<org.eclipse.aether.graph.Exclusion> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.aether.graph.Dependency$Exclusions this
         0: .line 284
            new org.eclipse.aether.graph.Dependency$Exclusions$1
            dup
            aload 0 /* this */
            invokespecial org.eclipse.aether.graph.Dependency$Exclusions$1.<init>:(Lorg/eclipse/aether/graph/Dependency$Exclusions;)V
            areturn
        end local 0 // org.eclipse.aether.graph.Dependency$Exclusions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/graph/Dependency$Exclusions;
    Signature: ()Ljava/util/Iterator<Lorg/eclipse/aether/graph/Exclusion;>;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.graph.Dependency$Exclusions this
         0: .line 319
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency$Exclusions.exclusions:[Lorg/eclipse/aether/graph/Exclusion;
            arraylength
            ireturn
        end local 0 // org.eclipse.aether.graph.Dependency$Exclusions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/graph/Dependency$Exclusions;
}
Signature: Ljava/util/AbstractSet<Lorg/eclipse/aether/graph/Exclusion;>;
SourceFile: "Dependency.java"
NestHost: org.eclipse.aether.graph.Dependency
InnerClasses:
  private Exclusions = org.eclipse.aether.graph.Dependency$Exclusions of org.eclipse.aether.graph.Dependency
  org.eclipse.aether.graph.Dependency$Exclusions$1