final class org.hibernate.collection.internal.PersistentList$Remove implements org.hibernate.collection.internal.AbstractPersistentCollection$DelayedOperation
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.hibernate.collection.internal.PersistentList$Remove
  super_class: java.lang.Object
{
  private int index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Object old;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(org.hibernate.collection.internal.PersistentList, int, java.lang.Object);
    descriptor: (Lorg/hibernate/collection/internal/PersistentList;ILjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.hibernate.collection.internal.PersistentList$Remove this
        start local 2 // int index
        start local 3 // java.lang.Object old
         0: .line 607
            aload 0 /* this */
            aload 1
            putfield org.hibernate.collection.internal.PersistentList$Remove.this$0:Lorg/hibernate/collection/internal/PersistentList;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 608
            aload 0 /* this */
            iload 2 /* index */
            putfield org.hibernate.collection.internal.PersistentList$Remove.index:I
         2: .line 609
            aload 0 /* this */
            aload 3 /* old */
            putfield org.hibernate.collection.internal.PersistentList$Remove.old:Ljava/lang/Object;
         3: .line 610
            return
        end local 3 // java.lang.Object old
        end local 2 // int index
        end local 0 // org.hibernate.collection.internal.PersistentList$Remove this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/hibernate/collection/internal/PersistentList$Remove;
            0    4     2  index  I
            0    4     3    old  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      this$0  final
      index   
      old     

  public void operate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentList$Remove this
         0: .line 615
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentList$Remove.this$0:Lorg/hibernate/collection/internal/PersistentList;
            getfield org.hibernate.collection.internal.PersistentList.list:Ljava/util/List;
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentList$Remove.index:I
            invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
            pop
         1: .line 616
            return
        end local 0 // org.hibernate.collection.internal.PersistentList$Remove this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/collection/internal/PersistentList$Remove;

  public java.lang.Object getAddedInstance();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentList$Remove this
         0: .line 620
            aconst_null
            areturn
        end local 0 // org.hibernate.collection.internal.PersistentList$Remove this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/PersistentList$Remove;

  public java.lang.Object getOrphan();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentList$Remove this
         0: .line 625
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentList$Remove.old:Ljava/lang/Object;
            areturn
        end local 0 // org.hibernate.collection.internal.PersistentList$Remove this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/PersistentList$Remove;
}
SourceFile: "PersistentList.java"
NestHost: org.hibernate.collection.internal.PersistentList
InnerClasses:
  protected abstract DelayedOperation = org.hibernate.collection.internal.AbstractPersistentCollection$DelayedOperation of org.hibernate.collection.internal.AbstractPersistentCollection
  final Remove = org.hibernate.collection.internal.PersistentList$Remove of org.hibernate.collection.internal.PersistentList