final class org.hibernate.collection.internal.PersistentList$Set 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$Set
  super_class: java.lang.Object
{
  private int index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Object value;
    descriptor: Ljava/lang/Object;
    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, java.lang.Object);
    descriptor: (Lorg/hibernate/collection/internal/PersistentList;ILjava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.hibernate.collection.internal.PersistentList$Set this
        start local 2 // int index
        start local 3 // java.lang.Object value
        start local 4 // java.lang.Object old
         0: .line 580
            aload 0 /* this */
            aload 1
            putfield org.hibernate.collection.internal.PersistentList$Set.this$0:Lorg/hibernate/collection/internal/PersistentList;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 581
            aload 0 /* this */
            iload 2 /* index */
            putfield org.hibernate.collection.internal.PersistentList$Set.index:I
         2: .line 582
            aload 0 /* this */
            aload 3 /* value */
            putfield org.hibernate.collection.internal.PersistentList$Set.value:Ljava/lang/Object;
         3: .line 583
            aload 0 /* this */
            aload 4 /* old */
            putfield org.hibernate.collection.internal.PersistentList$Set.old:Ljava/lang/Object;
         4: .line 584
            return
        end local 4 // java.lang.Object old
        end local 3 // java.lang.Object value
        end local 2 // int index
        end local 0 // org.hibernate.collection.internal.PersistentList$Set this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/hibernate/collection/internal/PersistentList$Set;
            0    5     2  index  I
            0    5     3  value  Ljava/lang/Object;
            0    5     4    old  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      this$0  final
      index   
      value   
      old     

  public void operate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentList$Set this
         0: .line 589
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentList$Set.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$Set.index:I
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentList$Set.value:Ljava/lang/Object;
            invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 590
            return
        end local 0 // org.hibernate.collection.internal.PersistentList$Set this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/collection/internal/PersistentList$Set;

  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$Set this
         0: .line 594
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentList$Set.value:Ljava/lang/Object;
            areturn
        end local 0 // org.hibernate.collection.internal.PersistentList$Set this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/PersistentList$Set;

  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$Set this
         0: .line 599
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentList$Set.old:Ljava/lang/Object;
            areturn
        end local 0 // org.hibernate.collection.internal.PersistentList$Set this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/PersistentList$Set;
}
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 Set = org.hibernate.collection.internal.PersistentList$Set of org.hibernate.collection.internal.PersistentList