class org.hibernate.collection.internal.AbstractPersistentCollection$5 implements java.util.Iterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.collection.internal.AbstractPersistentCollection$5
  super_class: java.lang.Object
{
  private int index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  final org.hibernate.collection.internal.AbstractPersistentCollection this$0;
    descriptor: Lorg/hibernate/collection/internal/AbstractPersistentCollection;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.hibernate.collection.internal.AbstractPersistentCollection);
    descriptor: (Lorg/hibernate/collection/internal/AbstractPersistentCollection;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$5 this
         0: .line 767
            aload 0 /* this */
            aload 1
            putfield org.hibernate.collection.internal.AbstractPersistentCollection$5.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$5;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$5 this
         0: .line 772
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$5.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            getfield org.hibernate.collection.internal.AbstractPersistentCollection.operationQueue:Ljava/util/List;
            aload 0 /* this */
            dup
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$5.index:I
            dup_x1
            iconst_1
            iadd
            putfield org.hibernate.collection.internal.AbstractPersistentCollection$5.index:I
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.hibernate.collection.internal.AbstractPersistentCollection$DelayedOperation
            invokeinterface org.hibernate.collection.internal.AbstractPersistentCollection$DelayedOperation.getAddedInstance:()Ljava/lang/Object;
            areturn
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$5;

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$5 this
         0: .line 777
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$5.index:I
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$5.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            getfield org.hibernate.collection.internal.AbstractPersistentCollection.operationQueue:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$5;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$5 this
         0: .line 782
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$5;
}
SourceFile: "AbstractPersistentCollection.java"
EnclosingMethod: org.hibernate.collection.internal.AbstractPersistentCollection.queuedAdditionIterator:()Ljava/util/Iterator;
NestHost: org.hibernate.collection.internal.AbstractPersistentCollection
InnerClasses:
  org.hibernate.collection.internal.AbstractPersistentCollection$5
  protected abstract DelayedOperation = org.hibernate.collection.internal.AbstractPersistentCollection$DelayedOperation of org.hibernate.collection.internal.AbstractPersistentCollection