class org.eclipse.aether.graph.Dependency$Exclusions$1 implements java.util.Iterator<org.eclipse.aether.graph.Exclusion>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.aether.graph.Dependency$Exclusions$1
  super_class: java.lang.Object
{
  private int cursor;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  final org.eclipse.aether.graph.Dependency$Exclusions this$1;
    descriptor: Lorg/eclipse/aether/graph/Dependency$Exclusions;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.aether.graph.Dependency$Exclusions);
    descriptor: (Lorg/eclipse/aether/graph/Dependency$Exclusions;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.graph.Dependency$Exclusions$1 this
         0: .line 284
            aload 0 /* this */
            aload 1
            putfield org.eclipse.aether.graph.Dependency$Exclusions$1.this$1:Lorg/eclipse/aether/graph/Dependency$Exclusions;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 287
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.aether.graph.Dependency$Exclusions$1.cursor:I
         2: .line 284
            return
        end local 0 // org.eclipse.aether.graph.Dependency$Exclusions$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/aether/graph/Dependency$Exclusions$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.aether.graph.Dependency$Exclusions$1 this
         0: .line 291
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency$Exclusions$1.cursor:I
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency$Exclusions$1.this$1:Lorg/eclipse/aether/graph/Dependency$Exclusions;
            getfield org.eclipse.aether.graph.Dependency$Exclusions.exclusions:[Lorg/eclipse/aether/graph/Exclusion;
            arraylength
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.aether.graph.Dependency$Exclusions$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/aether/graph/Dependency$Exclusions$1;

  public org.eclipse.aether.graph.Exclusion next();
    descriptor: ()Lorg/eclipse/aether/graph/Exclusion;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.aether.graph.Dependency$Exclusions$1 this
         0: .line 298
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency$Exclusions$1.this$1:Lorg/eclipse/aether/graph/Dependency$Exclusions;
            getfield org.eclipse.aether.graph.Dependency$Exclusions.exclusions:[Lorg/eclipse/aether/graph/Exclusion;
            aload 0 /* this */
            getfield org.eclipse.aether.graph.Dependency$Exclusions$1.cursor:I
            aaload
            astore 1 /* exclusion */
        start local 1 // org.eclipse.aether.graph.Exclusion exclusion
         1: .line 299
            aload 0 /* this */
            dup
            getfield org.eclipse.aether.graph.Dependency$Exclusions$1.cursor:I
            iconst_1
            iadd
            putfield org.eclipse.aether.graph.Dependency$Exclusions$1.cursor:I
         2: .line 300
            aload 1 /* exclusion */
         3: areturn
        end local 1 // org.eclipse.aether.graph.Exclusion exclusion
         4: .line 302
      StackMap locals:
      StackMap stack: java.lang.IndexOutOfBoundsException
            pop
         5: .line 304
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
        end local 0 // org.eclipse.aether.graph.Dependency$Exclusions$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/eclipse/aether/graph/Dependency$Exclusions$1;
            1    4     1  exclusion  Lorg/eclipse/aether/graph/Exclusion;
      Exception table:
        from    to  target  type
           0     3       4  Class java.lang.IndexOutOfBoundsException

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.aether.graph.Dependency$Exclusions$1 this
         0: .line 310
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.eclipse.aether.graph.Dependency$Exclusions$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/graph/Dependency$Exclusions$1;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.aether.graph.Dependency$Exclusions$1.next:()Lorg/eclipse/aether/graph/Exclusion;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Lorg/eclipse/aether/graph/Exclusion;>;
SourceFile: "Dependency.java"
EnclosingMethod: org.eclipse.aether.graph.Dependency$Exclusions.iterator:()Ljava/util/Iterator;
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