public final class org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy implements java.util.ListIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy
  super_class: java.lang.Object
{
  protected final java.util.ListIterator itr;
    descriptor: Ljava/util/ListIterator;
    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.ListIterator);
    descriptor: (Lorg/hibernate/collection/internal/AbstractPersistentCollection;Ljava/util/ListIterator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy this
        start local 2 // java.util.ListIterator itr
         0: .line 855
            aload 0 /* this */
            aload 1
            putfield org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 856
            aload 0 /* this */
            aload 2 /* itr */
            putfield org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy.itr:Ljava/util/ListIterator;
         2: .line 857
            return
        end local 2 // java.util.ListIterator itr
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListIteratorProxy;
            0    3     2   itr  Ljava/util/ListIterator;
    MethodParameters:
        Name  Flags
      this$0  final
      itr     

  public void add(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy this
        start local 1 // java.lang.Object o
         0: .line 862
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            invokevirtual org.hibernate.collection.internal.AbstractPersistentCollection.write:()V
         1: .line 863
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy.itr:Ljava/util/ListIterator;
            aload 1 /* o */
            invokeinterface java.util.ListIterator.add:(Ljava/lang/Object;)V
         2: .line 864
            return
        end local 1 // java.lang.Object o
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListIteratorProxy;
            0    3     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  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$ListIteratorProxy this
         0: .line 868
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy.itr:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.hasNext:()Z
            ireturn
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListIteratorProxy;

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

  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$ListIteratorProxy this
         0: .line 878
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy.itr:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.next:()Ljava/lang/Object;
            areturn
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListIteratorProxy;

  public int nextIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy this
         0: .line 883
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy.itr:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.nextIndex:()I
            ireturn
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListIteratorProxy;

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

  public int previousIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy this
         0: .line 893
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy.itr:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.previousIndex:()I
            ireturn
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListIteratorProxy;

  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$ListIteratorProxy this
         0: .line 898
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            invokevirtual org.hibernate.collection.internal.AbstractPersistentCollection.write:()V
         1: .line 899
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy.itr:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.remove:()V
         2: .line 900
            return
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListIteratorProxy;

  public void set(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy this
        start local 1 // java.lang.Object o
         0: .line 905
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            invokevirtual org.hibernate.collection.internal.AbstractPersistentCollection.write:()V
         1: .line 906
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy.itr:Ljava/util/ListIterator;
            aload 1 /* o */
            invokeinterface java.util.ListIterator.set:(Ljava/lang/Object;)V
         2: .line 907
            return
        end local 1 // java.lang.Object o
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListIteratorProxy;
            0    3     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     
}
SourceFile: "AbstractPersistentCollection.java"
NestHost: org.hibernate.collection.internal.AbstractPersistentCollection
InnerClasses:
  protected final ListIteratorProxy = org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy of org.hibernate.collection.internal.AbstractPersistentCollection