class org.apache.batik.gvt.CompositeGraphicsNode$Itr implements java.util.Iterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.batik.gvt.CompositeGraphicsNode$Itr
  super_class: java.lang.Object
{
  int cursor;
    descriptor: I
    flags: (0x0000) 

  int lastRet;
    descriptor: I
    flags: (0x0000) 

  int expectedModCount;
    descriptor: I
    flags: (0x0000) 

  final org.apache.batik.gvt.CompositeGraphicsNode this$0;
    descriptor: Lorg/apache/batik/gvt/CompositeGraphicsNode;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.apache.batik.gvt.CompositeGraphicsNode);
    descriptor: (Lorg/apache/batik/gvt/CompositeGraphicsNode;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.gvt.CompositeGraphicsNode$Itr this
         0: .line 998
            aload 0 /* this */
            aload 1
            putfield org.apache.batik.gvt.CompositeGraphicsNode$Itr.this$0:Lorg/apache/batik/gvt/CompositeGraphicsNode;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1003
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.gvt.CompositeGraphicsNode$Itr.cursor:I
         2: .line 1010
            aload 0 /* this */
            iconst_m1
            putfield org.apache.batik.gvt.CompositeGraphicsNode$Itr.lastRet:I
         3: .line 1017
            aload 0 /* this */
            aload 1
            getfield org.apache.batik.gvt.CompositeGraphicsNode.modCount:I
            putfield org.apache.batik.gvt.CompositeGraphicsNode$Itr.expectedModCount:I
         4: .line 998
            return
        end local 0 // org.apache.batik.gvt.CompositeGraphicsNode$Itr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/batik/gvt/CompositeGraphicsNode$Itr;
    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.apache.batik.gvt.CompositeGraphicsNode$Itr this
         0: .line 1020
            aload 0 /* this */
            getfield org.apache.batik.gvt.CompositeGraphicsNode$Itr.cursor:I
            aload 0 /* this */
            getfield org.apache.batik.gvt.CompositeGraphicsNode$Itr.this$0:Lorg/apache/batik/gvt/CompositeGraphicsNode;
            getfield org.apache.batik.gvt.CompositeGraphicsNode.count:I
            if_icmpeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.apache.batik.gvt.CompositeGraphicsNode$Itr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/gvt/CompositeGraphicsNode$Itr;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.apache.batik.gvt.CompositeGraphicsNode$Itr this
         0: .line 1025
            aload 0 /* this */
            getfield org.apache.batik.gvt.CompositeGraphicsNode$Itr.this$0:Lorg/apache/batik/gvt/CompositeGraphicsNode;
            aload 0 /* this */
            getfield org.apache.batik.gvt.CompositeGraphicsNode$Itr.cursor:I
            invokevirtual org.apache.batik.gvt.CompositeGraphicsNode.get:(I)Ljava/lang/Object;
            astore 1 /* next */
        start local 1 // java.lang.Object next
         1: .line 1026
            aload 0 /* this */
            invokevirtual org.apache.batik.gvt.CompositeGraphicsNode$Itr.checkForComodification:()V
         2: .line 1027
            aload 0 /* this */
            aload 0 /* this */
            dup
            getfield org.apache.batik.gvt.CompositeGraphicsNode$Itr.cursor:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.batik.gvt.CompositeGraphicsNode$Itr.cursor:I
            putfield org.apache.batik.gvt.CompositeGraphicsNode$Itr.lastRet:I
         3: .line 1028
            aload 1 /* next */
         4: areturn
        end local 1 // java.lang.Object next
         5: .line 1029
      StackMap locals:
      StackMap stack: java.lang.IndexOutOfBoundsException
            pop
         6: .line 1030
            aload 0 /* this */
            invokevirtual org.apache.batik.gvt.CompositeGraphicsNode$Itr.checkForComodification:()V
         7: .line 1031
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
        end local 0 // org.apache.batik.gvt.CompositeGraphicsNode$Itr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/batik/gvt/CompositeGraphicsNode$Itr;
            1    5     1  next  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           0     4       5  Class java.lang.IndexOutOfBoundsException

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.batik.gvt.CompositeGraphicsNode$Itr this
         0: .line 1036
            aload 0 /* this */
            getfield org.apache.batik.gvt.CompositeGraphicsNode$Itr.lastRet:I
            iconst_m1
            if_icmpne 2
         1: .line 1037
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 1039
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.batik.gvt.CompositeGraphicsNode$Itr.checkForComodification:()V
         3: .line 1042
            aload 0 /* this */
            getfield org.apache.batik.gvt.CompositeGraphicsNode$Itr.this$0:Lorg/apache/batik/gvt/CompositeGraphicsNode;
            aload 0 /* this */
            getfield org.apache.batik.gvt.CompositeGraphicsNode$Itr.lastRet:I
            invokevirtual org.apache.batik.gvt.CompositeGraphicsNode.remove:(I)Ljava/lang/Object;
            pop
         4: .line 1043
            aload 0 /* this */
            getfield org.apache.batik.gvt.CompositeGraphicsNode$Itr.lastRet:I
            aload 0 /* this */
            getfield org.apache.batik.gvt.CompositeGraphicsNode$Itr.cursor:I
            if_icmpge 6
         5: .line 1044
            aload 0 /* this */
            dup
            getfield org.apache.batik.gvt.CompositeGraphicsNode$Itr.cursor:I
            iconst_1
            isub
            putfield org.apache.batik.gvt.CompositeGraphicsNode$Itr.cursor:I
         6: .line 1046
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield org.apache.batik.gvt.CompositeGraphicsNode$Itr.lastRet:I
         7: .line 1047
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.gvt.CompositeGraphicsNode$Itr.this$0:Lorg/apache/batik/gvt/CompositeGraphicsNode;
            getfield org.apache.batik.gvt.CompositeGraphicsNode.modCount:I
            putfield org.apache.batik.gvt.CompositeGraphicsNode$Itr.expectedModCount:I
         8: .line 1048
            goto 11
      StackMap locals:
      StackMap stack: java.lang.IndexOutOfBoundsException
         9: pop
        10: .line 1049
            new java.util.ConcurrentModificationException
            dup
            invokespecial java.util.ConcurrentModificationException.<init>:()V
            athrow
        11: .line 1051
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.batik.gvt.CompositeGraphicsNode$Itr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/apache/batik/gvt/CompositeGraphicsNode$Itr;
      Exception table:
        from    to  target  type
           3     8       9  Class java.lang.IndexOutOfBoundsException

  final void checkForComodification();
    descriptor: ()V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.gvt.CompositeGraphicsNode$Itr this
         0: .line 1054
            aload 0 /* this */
            getfield org.apache.batik.gvt.CompositeGraphicsNode$Itr.this$0:Lorg/apache/batik/gvt/CompositeGraphicsNode;
            getfield org.apache.batik.gvt.CompositeGraphicsNode.modCount:I
            aload 0 /* this */
            getfield org.apache.batik.gvt.CompositeGraphicsNode$Itr.expectedModCount:I
            if_icmpeq 2
         1: .line 1055
            new java.util.ConcurrentModificationException
            dup
            invokespecial java.util.ConcurrentModificationException.<init>:()V
            athrow
         2: .line 1057
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.batik.gvt.CompositeGraphicsNode$Itr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/gvt/CompositeGraphicsNode$Itr;
}
SourceFile: "CompositeGraphicsNode.java"
NestHost: org.apache.batik.gvt.CompositeGraphicsNode
InnerClasses:
  private Itr = org.apache.batik.gvt.CompositeGraphicsNode$Itr of org.apache.batik.gvt.CompositeGraphicsNode