public final class org.hibernate.collection.internal.AbstractPersistentCollection$IteratorProxy implements java.util.Iterator
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.hibernate.collection.internal.AbstractPersistentCollection$IteratorProxy
  super_class: java.lang.Object
{
  protected final java.util.Iterator itr;
    descriptor: Ljava/util/Iterator;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

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

  public void <init>(org.hibernate.collection.internal.AbstractPersistentCollection, java.util.Iterator);
    descriptor: (Lorg/hibernate/collection/internal/AbstractPersistentCollection;Ljava/util/Iterator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$IteratorProxy this
        start local 2 // java.util.Iterator itr
         0: .line 831
            aload 0 /* this */
            aload 1
            putfield org.hibernate.collection.internal.AbstractPersistentCollection$IteratorProxy.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 832
            aload 0 /* this */
            aload 2 /* itr */
            putfield org.hibernate.collection.internal.AbstractPersistentCollection$IteratorProxy.itr:Ljava/util/Iterator;
         2: .line 833
            return
        end local 2 // java.util.Iterator itr
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$IteratorProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$IteratorProxy;
            0    3     2   itr  Ljava/util/Iterator;
    MethodParameters:
        Name  Flags
      this$0  final
      itr     

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$IteratorProxy this
         0: .line 837
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$IteratorProxy.itr:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ireturn
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$IteratorProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$IteratorProxy;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$IteratorProxy this
         0: .line 842
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$IteratorProxy.itr:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            areturn
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$IteratorProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$IteratorProxy;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$IteratorProxy this
         0: .line 847
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$IteratorProxy.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            invokevirtual org.hibernate.collection.internal.AbstractPersistentCollection.write:()V
         1: .line 848
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$IteratorProxy.itr:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.remove:()V
         2: .line 849
            return
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$IteratorProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$IteratorProxy;
}
SourceFile: "AbstractPersistentCollection.java"
NestHost: org.hibernate.collection.internal.AbstractPersistentCollection
InnerClasses:
  protected final IteratorProxy = org.hibernate.collection.internal.AbstractPersistentCollection$IteratorProxy of org.hibernate.collection.internal.AbstractPersistentCollection