class com.sun.xml.internal.xsom.util.DeferedCollection$1 implements java.util.Iterator<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.xml.internal.xsom.util.DeferedCollection$1
  super_class: java.lang.Object
{
  int idx;
    descriptor: I
    flags: (0x0000) 

  final com.sun.xml.internal.xsom.util.DeferedCollection this$0;
    descriptor: Lcom/sun/xml/internal/xsom/util/DeferedCollection;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.xml.internal.xsom.util.DeferedCollection);
    descriptor: (Lcom/sun/xml/internal/xsom/util/DeferedCollection;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.xsom.util.DeferedCollection$1 this
         0: .line 87
            aload 0 /* this */
            aload 1
            putfield com.sun.xml.internal.xsom.util.DeferedCollection$1.this$0:Lcom/sun/xml/internal/xsom/util/DeferedCollection;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 88
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.xsom.util.DeferedCollection$1.idx:I
         2: .line 87
            return
        end local 0 // com.sun.xml.internal.xsom.util.DeferedCollection$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/xml/internal/xsom/util/DeferedCollection$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 // com.sun.xml.internal.xsom.util.DeferedCollection$1 this
         0: .line 90
            aload 0 /* this */
            getfield com.sun.xml.internal.xsom.util.DeferedCollection$1.idx:I
            aload 0 /* this */
            getfield com.sun.xml.internal.xsom.util.DeferedCollection$1.this$0:Lcom/sun/xml/internal/xsom/util/DeferedCollection;
            getfield com.sun.xml.internal.xsom.util.DeferedCollection.archive:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmpge 2
         1: .line 91
            iconst_1
            ireturn
         2: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.xsom.util.DeferedCollection$1.this$0:Lcom/sun/xml/internal/xsom/util/DeferedCollection;
            getfield com.sun.xml.internal.xsom.util.DeferedCollection.result:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ireturn
        end local 0 // com.sun.xml.internal.xsom.util.DeferedCollection$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/xml/internal/xsom/util/DeferedCollection$1;

  public T next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.xsom.util.DeferedCollection$1 this
         0: .line 96
            aload 0 /* this */
            getfield com.sun.xml.internal.xsom.util.DeferedCollection$1.idx:I
            aload 0 /* this */
            getfield com.sun.xml.internal.xsom.util.DeferedCollection$1.this$0:Lcom/sun/xml/internal/xsom/util/DeferedCollection;
            getfield com.sun.xml.internal.xsom.util.DeferedCollection.archive:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmpne 2
         1: .line 97
            aload 0 /* this */
            getfield com.sun.xml.internal.xsom.util.DeferedCollection$1.this$0:Lcom/sun/xml/internal/xsom/util/DeferedCollection;
            invokevirtual com.sun.xml.internal.xsom.util.DeferedCollection.fetch:()V
         2: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.xsom.util.DeferedCollection$1.idx:I
            aload 0 /* this */
            getfield com.sun.xml.internal.xsom.util.DeferedCollection$1.this$0:Lcom/sun/xml/internal/xsom/util/DeferedCollection;
            getfield com.sun.xml.internal.xsom.util.DeferedCollection.archive:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmpne 4
         3: .line 99
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         4: .line 100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.xsom.util.DeferedCollection$1.this$0:Lcom/sun/xml/internal/xsom/util/DeferedCollection;
            getfield com.sun.xml.internal.xsom.util.DeferedCollection.archive:Ljava/util/List;
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.xsom.util.DeferedCollection$1.idx:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.xml.internal.xsom.util.DeferedCollection$1.idx:I
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            areturn
        end local 0 // com.sun.xml.internal.xsom.util.DeferedCollection$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/xml/internal/xsom/util/DeferedCollection$1;
    Signature: ()TT;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.xsom.util.DeferedCollection$1 this
         0: .line 105
            return
        end local 0 // com.sun.xml.internal.xsom.util.DeferedCollection$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/xsom/util/DeferedCollection$1;
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<TT;>;
SourceFile: "DeferedCollection.java"
EnclosingMethod: com.sun.xml.internal.xsom.util.DeferedCollection.iterator:()Ljava/util/Iterator;
NestHost: com.sun.xml.internal.xsom.util.DeferedCollection
InnerClasses:
  com.sun.xml.internal.xsom.util.DeferedCollection$1