public class org.hibernate.collection.internal.PersistentSet extends org.hibernate.collection.internal.AbstractPersistentCollection implements java.util.Set
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.collection.internal.PersistentSet
  super_class: org.hibernate.collection.internal.AbstractPersistentCollection
{
  protected java.util.Set set;
    descriptor: Ljava/util/Set;
    flags: (0x0004) ACC_PROTECTED

  protected transient java.util.List tempList;
    descriptor: Ljava/util/List;
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentSet this
         0: .line 60
            aload 0 /* this */
            invokespecial org.hibernate.collection.internal.AbstractPersistentCollection.<init>:()V
         1: .line 62
            return
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/collection/internal/PersistentSet;

  public void <init>(org.hibernate.engine.spi.SessionImplementor);
    descriptor: (Lorg/hibernate/engine/spi/SessionImplementor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.PersistentSet this
        start local 1 // org.hibernate.engine.spi.SessionImplementor session
         0: .line 71
            aload 0 /* this */
            aload 1 /* session */
            invokespecial org.hibernate.collection.internal.AbstractPersistentCollection.<init>:(Lorg/hibernate/engine/spi/SessionImplementor;)V
         1: .line 72
            return
        end local 1 // org.hibernate.engine.spi.SessionImplementor session
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/hibernate/collection/internal/PersistentSet;
            0    2     1  session  Lorg/hibernate/engine/spi/SessionImplementor;
    MethodParameters:
         Name  Flags
      session  

  public void <init>(org.hibernate.engine.spi.SessionImplementor, java.util.Set);
    descriptor: (Lorg/hibernate/engine/spi/SessionImplementor;Ljava/util/Set;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.hibernate.collection.internal.PersistentSet this
        start local 1 // org.hibernate.engine.spi.SessionImplementor session
        start local 2 // java.util.Set set
         0: .line 82
            aload 0 /* this */
            aload 1 /* session */
            invokespecial org.hibernate.collection.internal.AbstractPersistentCollection.<init>:(Lorg/hibernate/engine/spi/SessionImplementor;)V
         1: .line 87
            aload 0 /* this */
            aload 2 /* set */
            putfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
         2: .line 88
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.setInitialized:()V
         3: .line 89
            aload 0 /* this */
            iconst_1
            invokevirtual org.hibernate.collection.internal.PersistentSet.setDirectlyAccessible:(Z)V
         4: .line 90
            return
        end local 2 // java.util.Set set
        end local 1 // org.hibernate.engine.spi.SessionImplementor session
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/hibernate/collection/internal/PersistentSet;
            0    5     1  session  Lorg/hibernate/engine/spi/SessionImplementor;
            0    5     2      set  Ljava/util/Set;
    MethodParameters:
         Name  Flags
      session  
      set      

  public java.io.Serializable getSnapshot(org.hibernate.persister.collection.CollectionPersister);
    descriptor: (Lorg/hibernate/persister/collection/CollectionPersister;)Ljava/io/Serializable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.hibernate.collection.internal.PersistentSet this
        start local 1 // org.hibernate.persister.collection.CollectionPersister persister
         0: .line 95
            new java.util.HashMap
            dup
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            invokeinterface java.util.Set.size:()I
            invokespecial java.util.HashMap.<init>:(I)V
            astore 2 /* clonedSet */
        start local 2 // java.util.HashMap clonedSet
         1: .line 96
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4
            goto 5
      StackMap locals: org.hibernate.collection.internal.PersistentSet org.hibernate.persister.collection.CollectionPersister java.util.HashMap top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 3 /* aSet */
        start local 3 // java.lang.Object aSet
         3: .line 97
            aload 1 /* persister */
            invokeinterface org.hibernate.persister.collection.CollectionPersister.getElementType:()Lorg/hibernate/type/Type;
            aload 3 /* aSet */
            aload 1 /* persister */
            invokeinterface org.hibernate.persister.collection.CollectionPersister.getFactory:()Lorg/hibernate/engine/spi/SessionFactoryImplementor;
            invokeinterface org.hibernate.type.Type.deepCopy:(Ljava/lang/Object;Lorg/hibernate/engine/spi/SessionFactoryImplementor;)Ljava/lang/Object;
            astore 5 /* copied */
        start local 5 // java.lang.Object copied
         4: .line 98
            aload 2 /* clonedSet */
            aload 5 /* copied */
            aload 5 /* copied */
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 5 // java.lang.Object copied
        end local 3 // java.lang.Object aSet
         5: .line 96
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 100
            aload 2 /* clonedSet */
            areturn
        end local 2 // java.util.HashMap clonedSet
        end local 1 // org.hibernate.persister.collection.CollectionPersister persister
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/hibernate/collection/internal/PersistentSet;
            0    7     1  persister  Lorg/hibernate/persister/collection/CollectionPersister;
            1    7     2  clonedSet  Ljava/util/HashMap;
            3    5     3       aSet  Ljava/lang/Object;
            4    5     5     copied  Ljava/lang/Object;
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
           Name  Flags
      persister  

  public java.util.Collection getOrphans(java.io.Serializable, java.lang.String);
    descriptor: (Ljava/io/Serializable;Ljava/lang/String;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.hibernate.collection.internal.PersistentSet this
        start local 1 // java.io.Serializable snapshot
        start local 2 // java.lang.String entityName
         0: .line 105
            aload 1 /* snapshot */
            checkcast java.util.Map
            astore 3 /* sn */
        start local 3 // java.util.Map sn
         1: .line 106
            aload 3 /* sn */
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            aload 2 /* entityName */
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.getSession:()Lorg/hibernate/engine/spi/SessionImplementor;
            invokestatic org.hibernate.collection.internal.PersistentSet.getOrphans:(Ljava/util/Collection;Ljava/util/Collection;Ljava/lang/String;Lorg/hibernate/engine/spi/SessionImplementor;)Ljava/util/Collection;
            areturn
        end local 3 // java.util.Map sn
        end local 2 // java.lang.String entityName
        end local 1 // java.io.Serializable snapshot
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/hibernate/collection/internal/PersistentSet;
            0    2     1    snapshot  Ljava/io/Serializable;
            0    2     2  entityName  Ljava/lang/String;
            1    2     3          sn  Ljava/util/Map;
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
            Name  Flags
      snapshot    
      entityName  

  public boolean equalsSnapshot(org.hibernate.persister.collection.CollectionPersister);
    descriptor: (Lorg/hibernate/persister/collection/CollectionPersister;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // org.hibernate.collection.internal.PersistentSet this
        start local 1 // org.hibernate.persister.collection.CollectionPersister persister
         0: .line 111
            aload 1 /* persister */
            invokeinterface org.hibernate.persister.collection.CollectionPersister.getElementType:()Lorg/hibernate/type/Type;
            astore 2 /* elementType */
        start local 2 // org.hibernate.type.Type elementType
         1: .line 112
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.getSnapshot:()Ljava/io/Serializable;
            checkcast java.util.Map
            astore 3 /* sn */
        start local 3 // java.util.Map sn
         2: .line 113
            aload 3 /* sn */
            invokeinterface java.util.Map.size:()I
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            invokeinterface java.util.Set.size:()I
            if_icmpeq 4
         3: .line 114
            iconst_0
            ireturn
         4: .line 117
      StackMap locals: org.hibernate.type.Type java.util.Map
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 5
            goto 9
      StackMap locals: org.hibernate.collection.internal.PersistentSet org.hibernate.persister.collection.CollectionPersister org.hibernate.type.Type java.util.Map top java.util.Iterator
      StackMap stack:
         5: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 4 /* test */
        start local 4 // java.lang.Object test
         6: .line 118
            aload 3 /* sn */
            aload 4 /* test */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 6 /* oldValue */
        start local 6 // java.lang.Object oldValue
         7: .line 119
            aload 6 /* oldValue */
            ifnull 8
            aload 2 /* elementType */
            aload 6 /* oldValue */
            aload 4 /* test */
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.getSession:()Lorg/hibernate/engine/spi/SessionImplementor;
            invokeinterface org.hibernate.type.Type.isDirty:(Ljava/lang/Object;Ljava/lang/Object;Lorg/hibernate/engine/spi/SessionImplementor;)Z
            ifeq 9
         8: .line 120
      StackMap locals: org.hibernate.collection.internal.PersistentSet org.hibernate.persister.collection.CollectionPersister org.hibernate.type.Type java.util.Map java.lang.Object java.util.Iterator java.lang.Object
      StackMap stack:
            iconst_0
            ireturn
        end local 6 // java.lang.Object oldValue
        end local 4 // java.lang.Object test
         9: .line 117
      StackMap locals: org.hibernate.collection.internal.PersistentSet org.hibernate.persister.collection.CollectionPersister org.hibernate.type.Type java.util.Map top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        10: .line 123
            iconst_1
            ireturn
        end local 3 // java.util.Map sn
        end local 2 // org.hibernate.type.Type elementType
        end local 1 // org.hibernate.persister.collection.CollectionPersister persister
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lorg/hibernate/collection/internal/PersistentSet;
            0   11     1    persister  Lorg/hibernate/persister/collection/CollectionPersister;
            1   11     2  elementType  Lorg/hibernate/type/Type;
            2   11     3           sn  Ljava/util/Map;
            6    9     4         test  Ljava/lang/Object;
            7    9     6     oldValue  Ljava/lang/Object;
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
           Name  Flags
      persister  

  public boolean isSnapshotEmpty(java.io.Serializable);
    descriptor: (Ljava/io/Serializable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.PersistentSet this
        start local 1 // java.io.Serializable snapshot
         0: .line 129
            aload 1 /* snapshot */
            checkcast java.util.Map
            invokeinterface java.util.Map.isEmpty:()Z
            ireturn
        end local 1 // java.io.Serializable snapshot
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/hibernate/collection/internal/PersistentSet;
            0    1     1  snapshot  Ljava/io/Serializable;
    MethodParameters:
          Name  Flags
      snapshot  

  public void beforeInitialize(org.hibernate.persister.collection.CollectionPersister, int);
    descriptor: (Lorg/hibernate/persister/collection/CollectionPersister;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hibernate.collection.internal.PersistentSet this
        start local 1 // org.hibernate.persister.collection.CollectionPersister persister
        start local 2 // int anticipatedSize
         0: .line 134
            aload 0 /* this */
            aload 1 /* persister */
            invokeinterface org.hibernate.persister.collection.CollectionPersister.getCollectionType:()Lorg/hibernate/type/CollectionType;
            iload 2 /* anticipatedSize */
            invokevirtual org.hibernate.type.CollectionType.instantiate:(I)Ljava/lang/Object;
            checkcast java.util.Set
            putfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
         1: .line 135
            return
        end local 2 // int anticipatedSize
        end local 1 // org.hibernate.persister.collection.CollectionPersister persister
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/hibernate/collection/internal/PersistentSet;
            0    2     1        persister  Lorg/hibernate/persister/collection/CollectionPersister;
            0    2     2  anticipatedSize  I
    MethodParameters:
                 Name  Flags
      persister        
      anticipatedSize  

  public void initializeFromCache(org.hibernate.persister.collection.CollectionPersister, java.io.Serializable, java.lang.Object);
    descriptor: (Lorg/hibernate/persister/collection/CollectionPersister;Ljava/io/Serializable;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=11, args_size=4
        start local 0 // org.hibernate.collection.internal.PersistentSet this
        start local 1 // org.hibernate.persister.collection.CollectionPersister persister
        start local 2 // java.io.Serializable disassembled
        start local 3 // java.lang.Object owner
         0: .line 141
            aload 2 /* disassembled */
            checkcast java.io.Serializable[]
            astore 4 /* array */
        start local 4 // java.io.Serializable[] array
         1: .line 142
            aload 4 /* array */
            arraylength
            istore 5 /* size */
        start local 5 // int size
         2: .line 143
            aload 0 /* this */
            aload 1 /* persister */
            iload 5 /* size */
            invokevirtual org.hibernate.collection.internal.PersistentSet.beforeInitialize:(Lorg/hibernate/persister/collection/CollectionPersister;I)V
         3: .line 144
            aload 4 /* array */
            dup
            astore 9
            arraylength
            istore 8
            iconst_0
            istore 7
            goto 9
      StackMap locals: org.hibernate.collection.internal.PersistentSet org.hibernate.persister.collection.CollectionPersister java.io.Serializable java.lang.Object java.io.Serializable[] int top int int java.io.Serializable[]
      StackMap stack:
         4: aload 9
            iload 7
            aaload
            astore 6 /* arrayElement */
        start local 6 // java.io.Serializable arrayElement
         5: .line 145
            aload 1 /* persister */
            invokeinterface org.hibernate.persister.collection.CollectionPersister.getElementType:()Lorg/hibernate/type/Type;
            aload 6 /* arrayElement */
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.getSession:()Lorg/hibernate/engine/spi/SessionImplementor;
            aload 3 /* owner */
            invokeinterface org.hibernate.type.Type.assemble:(Ljava/io/Serializable;Lorg/hibernate/engine/spi/SessionImplementor;Ljava/lang/Object;)Ljava/lang/Object;
            astore 10 /* assembledArrayElement */
        start local 10 // java.lang.Object assembledArrayElement
         6: .line 146
            aload 10 /* assembledArrayElement */
            ifnull 8
         7: .line 147
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            aload 10 /* assembledArrayElement */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        end local 10 // java.lang.Object assembledArrayElement
        end local 6 // java.io.Serializable arrayElement
         8: .line 144
      StackMap locals:
      StackMap stack:
            iinc 7 1
      StackMap locals:
      StackMap stack:
         9: iload 7
            iload 8
            if_icmplt 4
        10: .line 150
            return
        end local 5 // int size
        end local 4 // java.io.Serializable[] array
        end local 3 // java.lang.Object owner
        end local 2 // java.io.Serializable disassembled
        end local 1 // org.hibernate.persister.collection.CollectionPersister persister
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   11     0                   this  Lorg/hibernate/collection/internal/PersistentSet;
            0   11     1              persister  Lorg/hibernate/persister/collection/CollectionPersister;
            0   11     2           disassembled  Ljava/io/Serializable;
            0   11     3                  owner  Ljava/lang/Object;
            1   11     4                  array  [Ljava/io/Serializable;
            2   11     5                   size  I
            5    8     6           arrayElement  Ljava/io/Serializable;
            6    8    10  assembledArrayElement  Ljava/lang/Object;
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
              Name  Flags
      persister     
      disassembled  
      owner         

  public boolean empty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentSet this
         0: .line 154
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            invokeinterface java.util.Set.isEmpty:()Z
            ireturn
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/PersistentSet;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentSet this
         0: .line 160
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.readSize:()Z
            ifeq 1
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.getCachedSize:()I
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            invokeinterface java.util.Set.size:()I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/collection/internal/PersistentSet;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentSet this
         0: .line 166
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.readSize:()Z
            ifeq 2
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.getCachedSize:()I
            ifne 1
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         1: iconst_0
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            invokeinterface java.util.Set.isEmpty:()Z
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/hibernate/collection/internal/PersistentSet;

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.hibernate.collection.internal.PersistentSet this
        start local 1 // java.lang.Object object
         0: .line 171
            aload 0 /* this */
            aload 1 /* object */
            invokevirtual org.hibernate.collection.internal.PersistentSet.readElementExistence:(Ljava/lang/Object;)Ljava/lang/Boolean;
            astore 2 /* exists */
        start local 2 // java.lang.Boolean exists
         1: .line 172
            aload 2 /* exists */
            ifnonnull 3
         2: .line 173
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            aload 1 /* object */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            goto 4
         3: .line 174
      StackMap locals: java.lang.Boolean
      StackMap stack:
            aload 2 /* exists */
            invokevirtual java.lang.Boolean.booleanValue:()Z
         4: .line 172
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 2 // java.lang.Boolean exists
        end local 1 // java.lang.Object object
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/hibernate/collection/internal/PersistentSet;
            0    5     1  object  Ljava/lang/Object;
            1    5     2  exists  Ljava/lang/Boolean;
    MethodParameters:
        Name  Flags
      object  

  public java.util.Iterator iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentSet this
         0: .line 180
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.read:()V
         1: .line 181
            new org.hibernate.collection.internal.AbstractPersistentCollection$IteratorProxy
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            invokespecial org.hibernate.collection.internal.AbstractPersistentCollection$IteratorProxy.<init>:(Lorg/hibernate/collection/internal/AbstractPersistentCollection;Ljava/util/Iterator;)V
            areturn
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/collection/internal/PersistentSet;

  public java.lang.Object[] toArray();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentSet this
         0: .line 187
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.read:()V
         1: .line 188
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            invokeinterface java.util.Set.toArray:()[Ljava/lang/Object;
            areturn
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/collection/internal/PersistentSet;

  public java.lang.Object[] toArray(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.PersistentSet this
        start local 1 // java.lang.Object[] array
         0: .line 194
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.read:()V
         1: .line 195
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            aload 1 /* array */
            invokeinterface java.util.Set.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object[] array
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/hibernate/collection/internal/PersistentSet;
            0    2     1  array  [Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      array  

  public boolean add(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.hibernate.collection.internal.PersistentSet this
        start local 1 // java.lang.Object value
         0: .line 200
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.isOperationQueueEnabled:()Z
            ifeq 1
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual org.hibernate.collection.internal.PersistentSet.readElementExistence:(Ljava/lang/Object;)Ljava/lang/Boolean;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Boolean
         2: astore 2 /* exists */
        start local 2 // java.lang.Boolean exists
         3: .line 201
            aload 2 /* exists */
            ifnonnull 9
         4: .line 202
            aload 0 /* this */
            iconst_1
            invokevirtual org.hibernate.collection.internal.PersistentSet.initialize:(Z)V
         5: .line 203
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            aload 1 /* value */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            ifeq 8
         6: .line 204
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.dirty:()V
         7: .line 205
            iconst_1
            ireturn
         8: .line 208
      StackMap locals: java.lang.Boolean
      StackMap stack:
            iconst_0
            ireturn
         9: .line 211
      StackMap locals:
      StackMap stack:
            aload 2 /* exists */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 11
        10: .line 212
            iconst_0
            ireturn
        11: .line 215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.hibernate.collection.internal.PersistentSet$SimpleAdd
            dup
            aload 0 /* this */
            aload 1 /* value */
            invokespecial org.hibernate.collection.internal.PersistentSet$SimpleAdd.<init>:(Lorg/hibernate/collection/internal/PersistentSet;Ljava/lang/Object;)V
            invokevirtual org.hibernate.collection.internal.PersistentSet.queueOperation:(Lorg/hibernate/collection/internal/AbstractPersistentCollection$DelayedOperation;)V
        12: .line 216
            iconst_1
            ireturn
        end local 2 // java.lang.Boolean exists
        end local 1 // java.lang.Object value
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lorg/hibernate/collection/internal/PersistentSet;
            0   13     1   value  Ljava/lang/Object;
            3   13     2  exists  Ljava/lang/Boolean;
    MethodParameters:
       Name  Flags
      value  

  public boolean remove(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.hibernate.collection.internal.PersistentSet this
        start local 1 // java.lang.Object value
         0: .line 222
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.isPutQueueEnabled:()Z
            ifeq 1
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual org.hibernate.collection.internal.PersistentSet.readElementExistence:(Ljava/lang/Object;)Ljava/lang/Boolean;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Boolean
         2: astore 2 /* exists */
        start local 2 // java.lang.Boolean exists
         3: .line 223
            aload 2 /* exists */
            ifnonnull 9
         4: .line 224
            aload 0 /* this */
            iconst_1
            invokevirtual org.hibernate.collection.internal.PersistentSet.initialize:(Z)V
         5: .line 225
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            aload 1 /* value */
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            ifeq 8
         6: .line 226
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.dirty:()V
         7: .line 227
            iconst_1
            ireturn
         8: .line 230
      StackMap locals: java.lang.Boolean
      StackMap stack:
            iconst_0
            ireturn
         9: .line 233
      StackMap locals:
      StackMap stack:
            aload 2 /* exists */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 12
        10: .line 234
            aload 0 /* this */
            new org.hibernate.collection.internal.PersistentSet$SimpleRemove
            dup
            aload 0 /* this */
            aload 1 /* value */
            invokespecial org.hibernate.collection.internal.PersistentSet$SimpleRemove.<init>:(Lorg/hibernate/collection/internal/PersistentSet;Ljava/lang/Object;)V
            invokevirtual org.hibernate.collection.internal.PersistentSet.queueOperation:(Lorg/hibernate/collection/internal/AbstractPersistentCollection$DelayedOperation;)V
        11: .line 235
            iconst_1
            ireturn
        12: .line 238
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // java.lang.Boolean exists
        end local 1 // java.lang.Object value
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lorg/hibernate/collection/internal/PersistentSet;
            0   13     1   value  Ljava/lang/Object;
            3   13     2  exists  Ljava/lang/Boolean;
    MethodParameters:
       Name  Flags
      value  

  public boolean containsAll(java.util.Collection);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.PersistentSet this
        start local 1 // java.util.Collection coll
         0: .line 245
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.read:()V
         1: .line 246
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            aload 1 /* coll */
            invokeinterface java.util.Set.containsAll:(Ljava/util/Collection;)Z
            ireturn
        end local 1 // java.util.Collection coll
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/collection/internal/PersistentSet;
            0    2     1  coll  Ljava/util/Collection;
    MethodParameters:
      Name  Flags
      coll  

  public boolean addAll(java.util.Collection);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.PersistentSet this
        start local 1 // java.util.Collection coll
         0: .line 252
            aload 1 /* coll */
            invokeinterface java.util.Collection.size:()I
            ifle 6
         1: .line 253
            aload 0 /* this */
            iconst_1
            invokevirtual org.hibernate.collection.internal.PersistentSet.initialize:(Z)V
         2: .line 254
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            aload 1 /* coll */
            invokeinterface java.util.Set.addAll:(Ljava/util/Collection;)Z
            ifeq 5
         3: .line 255
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.dirty:()V
         4: .line 256
            iconst_1
            ireturn
         5: .line 259
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         6: .line 263
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.util.Collection coll
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/hibernate/collection/internal/PersistentSet;
            0    7     1  coll  Ljava/util/Collection;
    MethodParameters:
      Name  Flags
      coll  

  public boolean retainAll(java.util.Collection);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.PersistentSet this
        start local 1 // java.util.Collection coll
         0: .line 270
            aload 0 /* this */
            iconst_1
            invokevirtual org.hibernate.collection.internal.PersistentSet.initialize:(Z)V
         1: .line 271
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            aload 1 /* coll */
            invokeinterface java.util.Set.retainAll:(Ljava/util/Collection;)Z
            ifeq 4
         2: .line 272
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.dirty:()V
         3: .line 273
            iconst_1
            ireturn
         4: .line 276
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.util.Collection coll
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/hibernate/collection/internal/PersistentSet;
            0    5     1  coll  Ljava/util/Collection;
    MethodParameters:
      Name  Flags
      coll  

  public boolean removeAll(java.util.Collection);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.PersistentSet this
        start local 1 // java.util.Collection coll
         0: .line 283
            aload 1 /* coll */
            invokeinterface java.util.Collection.size:()I
            ifle 6
         1: .line 284
            aload 0 /* this */
            iconst_1
            invokevirtual org.hibernate.collection.internal.PersistentSet.initialize:(Z)V
         2: .line 285
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            aload 1 /* coll */
            invokeinterface java.util.Set.removeAll:(Ljava/util/Collection;)Z
            ifeq 5
         3: .line 286
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.dirty:()V
         4: .line 287
            iconst_1
            ireturn
         5: .line 290
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         6: .line 294
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.util.Collection coll
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/hibernate/collection/internal/PersistentSet;
            0    7     1  coll  Ljava/util/Collection;
    MethodParameters:
      Name  Flags
      coll  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentSet this
         0: .line 301
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.isClearQueueEnabled:()Z
            ifeq 3
         1: .line 302
            aload 0 /* this */
            new org.hibernate.collection.internal.PersistentSet$Clear
            dup
            aload 0 /* this */
            invokespecial org.hibernate.collection.internal.PersistentSet$Clear.<init>:(Lorg/hibernate/collection/internal/PersistentSet;)V
            invokevirtual org.hibernate.collection.internal.PersistentSet.queueOperation:(Lorg/hibernate/collection/internal/AbstractPersistentCollection$DelayedOperation;)V
         2: .line 303
            goto 7
         3: .line 305
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.hibernate.collection.internal.PersistentSet.initialize:(Z)V
         4: .line 306
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            invokeinterface java.util.Set.isEmpty:()Z
            ifne 7
         5: .line 307
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            invokeinterface java.util.Set.clear:()V
         6: .line 308
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.dirty:()V
         7: .line 311
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/hibernate/collection/internal/PersistentSet;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentSet this
         0: .line 316
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.read:()V
         1: .line 317
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/collection/internal/PersistentSet;

  public java.lang.Object readFrom(java.sql.ResultSet, org.hibernate.persister.collection.CollectionPersister, org.hibernate.loader.CollectionAliases, java.lang.Object);
    descriptor: (Ljava/sql/ResultSet;Lorg/hibernate/persister/collection/CollectionPersister;Lorg/hibernate/loader/CollectionAliases;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // org.hibernate.collection.internal.PersistentSet this
        start local 1 // java.sql.ResultSet rs
        start local 2 // org.hibernate.persister.collection.CollectionPersister persister
        start local 3 // org.hibernate.loader.CollectionAliases descriptor
        start local 4 // java.lang.Object owner
         0: .line 327
            aload 2 /* persister */
            aload 1 /* rs */
            aload 4 /* owner */
            aload 3 /* descriptor */
            invokeinterface org.hibernate.loader.CollectionAliases.getSuffixedElementAliases:()[Ljava/lang/String;
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.getSession:()Lorg/hibernate/engine/spi/SessionImplementor;
            invokeinterface org.hibernate.persister.collection.CollectionPersister.readElement:(Ljava/sql/ResultSet;Ljava/lang/Object;[Ljava/lang/String;Lorg/hibernate/engine/spi/SessionImplementor;)Ljava/lang/Object;
            astore 5 /* element */
        start local 5 // java.lang.Object element
         1: .line 328
            aload 5 /* element */
            ifnull 3
         2: .line 329
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.tempList:Ljava/util/List;
            aload 5 /* element */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 331
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 5 /* element */
            areturn
        end local 5 // java.lang.Object element
        end local 4 // java.lang.Object owner
        end local 3 // org.hibernate.loader.CollectionAliases descriptor
        end local 2 // org.hibernate.persister.collection.CollectionPersister persister
        end local 1 // java.sql.ResultSet rs
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/hibernate/collection/internal/PersistentSet;
            0    4     1          rs  Ljava/sql/ResultSet;
            0    4     2   persister  Lorg/hibernate/persister/collection/CollectionPersister;
            0    4     3  descriptor  Lorg/hibernate/loader/CollectionAliases;
            0    4     4       owner  Ljava/lang/Object;
            1    4     5     element  Ljava/lang/Object;
    Exceptions:
      throws org.hibernate.HibernateException, java.sql.SQLException
    MethodParameters:
            Name  Flags
      rs          
      persister   
      descriptor  
      owner       

  public void beginRead();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentSet this
         0: .line 337
            aload 0 /* this */
            invokespecial org.hibernate.collection.internal.AbstractPersistentCollection.beginRead:()V
         1: .line 338
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.hibernate.collection.internal.PersistentSet.tempList:Ljava/util/List;
         2: .line 339
            return
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/collection/internal/PersistentSet;

  public boolean endRead();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentSet this
         0: .line 344
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.tempList:Ljava/util/List;
            invokeinterface java.util.Set.addAll:(Ljava/util/Collection;)Z
            pop
         1: .line 345
            aload 0 /* this */
            aconst_null
            putfield org.hibernate.collection.internal.PersistentSet.tempList:Ljava/util/List;
         2: .line 346
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.setInitialized:()V
         3: .line 347
            iconst_1
            ireturn
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/hibernate/collection/internal/PersistentSet;

  public java.util.Iterator entries(org.hibernate.persister.collection.CollectionPersister);
    descriptor: (Lorg/hibernate/persister/collection/CollectionPersister;)Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.PersistentSet this
        start local 1 // org.hibernate.persister.collection.CollectionPersister persister
         0: .line 353
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            areturn
        end local 1 // org.hibernate.persister.collection.CollectionPersister persister
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/hibernate/collection/internal/PersistentSet;
            0    1     1  persister  Lorg/hibernate/persister/collection/CollectionPersister;
    MethodParameters:
           Name  Flags
      persister  

  public java.io.Serializable disassemble(org.hibernate.persister.collection.CollectionPersister);
    descriptor: (Lorg/hibernate/persister/collection/CollectionPersister;)Ljava/io/Serializable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // org.hibernate.collection.internal.PersistentSet this
        start local 1 // org.hibernate.persister.collection.CollectionPersister persister
         0: .line 359
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            invokeinterface java.util.Set.size:()I
            anewarray java.io.Serializable
            astore 2 /* result */
        start local 2 // java.io.Serializable[] result
         1: .line 360
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3 /* itr */
        start local 3 // java.util.Iterator itr
         2: .line 361
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: .line 362
            goto 5
         4: .line 363
      StackMap locals: java.io.Serializable[] java.util.Iterator int
      StackMap stack:
            aload 2 /* result */
            iload 4 /* i */
            iinc 4 /* i */ 1
            aload 1 /* persister */
            invokeinterface org.hibernate.persister.collection.CollectionPersister.getElementType:()Lorg/hibernate/type/Type;
            aload 3 /* itr */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.getSession:()Lorg/hibernate/engine/spi/SessionImplementor;
            aconst_null
            invokeinterface org.hibernate.type.Type.disassemble:(Ljava/lang/Object;Lorg/hibernate/engine/spi/SessionImplementor;Ljava/lang/Object;)Ljava/io/Serializable;
            aastore
         5: .line 362
      StackMap locals:
      StackMap stack:
            aload 3 /* itr */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         6: .line 365
            aload 2 /* result */
            areturn
        end local 4 // int i
        end local 3 // java.util.Iterator itr
        end local 2 // java.io.Serializable[] result
        end local 1 // org.hibernate.persister.collection.CollectionPersister persister
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/hibernate/collection/internal/PersistentSet;
            0    7     1  persister  Lorg/hibernate/persister/collection/CollectionPersister;
            1    7     2     result  [Ljava/io/Serializable;
            2    7     3        itr  Ljava/util/Iterator;
            3    7     4          i  I
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
           Name  Flags
      persister  

  public java.util.Iterator getDeletes(org.hibernate.persister.collection.CollectionPersister, boolean);
    descriptor: (Lorg/hibernate/persister/collection/CollectionPersister;Z)Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=3
        start local 0 // org.hibernate.collection.internal.PersistentSet this
        start local 1 // org.hibernate.persister.collection.CollectionPersister persister
        start local 2 // boolean indexIsFormula
         0: .line 371
            aload 1 /* persister */
            invokeinterface org.hibernate.persister.collection.CollectionPersister.getElementType:()Lorg/hibernate/type/Type;
            astore 3 /* elementType */
        start local 3 // org.hibernate.type.Type elementType
         1: .line 372
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.getSnapshot:()Ljava/io/Serializable;
            checkcast java.util.Map
            astore 4 /* sn */
        start local 4 // java.util.Map sn
         2: .line 373
            new java.util.ArrayList
            dup
            aload 4 /* sn */
            invokeinterface java.util.Map.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 5 /* deletes */
        start local 5 // java.util.ArrayList deletes
         3: .line 375
            aload 4 /* sn */
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 6 /* itr */
        start local 6 // java.util.Iterator itr
         4: .line 376
            goto 8
         5: .line 377
      StackMap locals: org.hibernate.collection.internal.PersistentSet org.hibernate.persister.collection.CollectionPersister int org.hibernate.type.Type java.util.Map java.util.ArrayList java.util.Iterator
      StackMap stack:
            aload 6 /* itr */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 7 /* test */
        start local 7 // java.lang.Object test
         6: .line 378
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            aload 7 /* test */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 8
         7: .line 380
            aload 5 /* deletes */
            aload 7 /* test */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 7 // java.lang.Object test
         8: .line 376
      StackMap locals:
      StackMap stack:
            aload 6 /* itr */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         9: .line 384
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 6 /* itr */
        10: .line 385
            goto 15
        11: .line 386
      StackMap locals:
      StackMap stack:
            aload 6 /* itr */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 7 /* test */
        start local 7 // java.lang.Object test
        12: .line 387
            aload 4 /* sn */
            aload 7 /* test */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 8 /* oldValue */
        start local 8 // java.lang.Object oldValue
        13: .line 388
            aload 8 /* oldValue */
            ifnull 15
            aload 3 /* elementType */
            aload 7 /* test */
            aload 8 /* oldValue */
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.getSession:()Lorg/hibernate/engine/spi/SessionImplementor;
            invokeinterface org.hibernate.type.Type.isDirty:(Ljava/lang/Object;Ljava/lang/Object;Lorg/hibernate/engine/spi/SessionImplementor;)Z
            ifeq 15
        14: .line 390
            aload 5 /* deletes */
            aload 8 /* oldValue */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 8 // java.lang.Object oldValue
        end local 7 // java.lang.Object test
        15: .line 385
      StackMap locals:
      StackMap stack:
            aload 6 /* itr */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        16: .line 394
            aload 5 /* deletes */
            invokevirtual java.util.ArrayList.iterator:()Ljava/util/Iterator;
            areturn
        end local 6 // java.util.Iterator itr
        end local 5 // java.util.ArrayList deletes
        end local 4 // java.util.Map sn
        end local 3 // org.hibernate.type.Type elementType
        end local 2 // boolean indexIsFormula
        end local 1 // org.hibernate.persister.collection.CollectionPersister persister
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   17     0            this  Lorg/hibernate/collection/internal/PersistentSet;
            0   17     1       persister  Lorg/hibernate/persister/collection/CollectionPersister;
            0   17     2  indexIsFormula  Z
            1   17     3     elementType  Lorg/hibernate/type/Type;
            2   17     4              sn  Ljava/util/Map;
            3   17     5         deletes  Ljava/util/ArrayList;
            4   17     6             itr  Ljava/util/Iterator;
            6    8     7            test  Ljava/lang/Object;
           12   15     7            test  Ljava/lang/Object;
           13   15     8        oldValue  Ljava/lang/Object;
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
                Name  Flags
      persister       
      indexIsFormula  

  public boolean needsInserting(java.lang.Object, int, org.hibernate.type.Type);
    descriptor: (Ljava/lang/Object;ILorg/hibernate/type/Type;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.hibernate.collection.internal.PersistentSet this
        start local 1 // java.lang.Object entry
        start local 2 // int i
        start local 3 // org.hibernate.type.Type elemType
         0: .line 400
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.getSnapshot:()Ljava/io/Serializable;
            checkcast java.util.Map
            aload 1 /* entry */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 4 /* oldValue */
        start local 4 // java.lang.Object oldValue
         1: .line 404
            aload 4 /* oldValue */
            ifnull 2
            aload 3 /* elemType */
            aload 4 /* oldValue */
            aload 1 /* entry */
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.getSession:()Lorg/hibernate/engine/spi/SessionImplementor;
            invokeinterface org.hibernate.type.Type.isDirty:(Ljava/lang/Object;Ljava/lang/Object;Lorg/hibernate/engine/spi/SessionImplementor;)Z
            ifne 2
            iconst_0
            ireturn
      StackMap locals: java.lang.Object
      StackMap stack:
         2: iconst_1
            ireturn
        end local 4 // java.lang.Object oldValue
        end local 3 // org.hibernate.type.Type elemType
        end local 2 // int i
        end local 1 // java.lang.Object entry
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/hibernate/collection/internal/PersistentSet;
            0    3     1     entry  Ljava/lang/Object;
            0    3     2         i  I
            0    3     3  elemType  Lorg/hibernate/type/Type;
            1    3     4  oldValue  Ljava/lang/Object;
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
          Name  Flags
      entry     
      i         
      elemType  

  public boolean needsUpdating(java.lang.Object, int, org.hibernate.type.Type);
    descriptor: (Ljava/lang/Object;ILorg/hibernate/type/Type;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // org.hibernate.collection.internal.PersistentSet this
        start local 1 // java.lang.Object entry
        start local 2 // int i
        start local 3 // org.hibernate.type.Type elemType
         0: .line 410
            iconst_0
            ireturn
        end local 3 // org.hibernate.type.Type elemType
        end local 2 // int i
        end local 1 // java.lang.Object entry
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/hibernate/collection/internal/PersistentSet;
            0    1     1     entry  Ljava/lang/Object;
            0    1     2         i  I
            0    1     3  elemType  Lorg/hibernate/type/Type;
    MethodParameters:
          Name  Flags
      entry     
      i         
      elemType  

  public boolean isRowUpdatePossible();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentSet this
         0: .line 416
            iconst_0
            ireturn
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/PersistentSet;

  public java.lang.Object getIndex(java.lang.Object, int, org.hibernate.persister.collection.CollectionPersister);
    descriptor: (Ljava/lang/Object;ILorg/hibernate/persister/collection/CollectionPersister;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.hibernate.collection.internal.PersistentSet this
        start local 1 // java.lang.Object entry
        start local 2 // int i
        start local 3 // org.hibernate.persister.collection.CollectionPersister persister
         0: .line 422
            new java.lang.UnsupportedOperationException
            dup
            ldc "Sets don't have indexes"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // org.hibernate.persister.collection.CollectionPersister persister
        end local 2 // int i
        end local 1 // java.lang.Object entry
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/hibernate/collection/internal/PersistentSet;
            0    1     1      entry  Ljava/lang/Object;
            0    1     2          i  I
            0    1     3  persister  Lorg/hibernate/persister/collection/CollectionPersister;
    MethodParameters:
           Name  Flags
      entry      
      i          
      persister  

  public java.lang.Object getElement(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.PersistentSet this
        start local 1 // java.lang.Object entry
         0: .line 428
            aload 1 /* entry */
            areturn
        end local 1 // java.lang.Object entry
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/hibernate/collection/internal/PersistentSet;
            0    1     1  entry  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      entry  

  public java.lang.Object getSnapshotElement(java.lang.Object, int);
    descriptor: (Ljava/lang/Object;I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hibernate.collection.internal.PersistentSet this
        start local 1 // java.lang.Object entry
        start local 2 // int i
         0: .line 434
            new java.lang.UnsupportedOperationException
            dup
            ldc "Sets don't support updating by element"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // int i
        end local 1 // java.lang.Object entry
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/hibernate/collection/internal/PersistentSet;
            0    1     1  entry  Ljava/lang/Object;
            0    1     2      i  I
    MethodParameters:
       Name  Flags
      entry  
      i      

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.PersistentSet this
        start local 1 // java.lang.Object other
         0: .line 440
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.read:()V
         1: .line 441
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            aload 1 /* other */
            invokeinterface java.util.Set.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object other
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/hibernate/collection/internal/PersistentSet;
            0    2     1  other  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentSet this
         0: .line 447
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSet.read:()V
         1: .line 448
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            invokeinterface java.util.Set.hashCode:()I
            ireturn
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/collection/internal/PersistentSet;

  public boolean entryExists(java.lang.Object, int);
    descriptor: (Ljava/lang/Object;I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.hibernate.collection.internal.PersistentSet this
        start local 1 // java.lang.Object key
        start local 2 // int i
         0: .line 454
            iconst_1
            ireturn
        end local 2 // int i
        end local 1 // java.lang.Object key
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/PersistentSet;
            0    1     1   key  Ljava/lang/Object;
            0    1     2     i  I
    MethodParameters:
      Name  Flags
      key   
      i     

  public boolean isWrapper(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.PersistentSet this
        start local 1 // java.lang.Object collection
         0: .line 460
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSet.set:Ljava/util/Set;
            aload 1 /* collection */
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object collection
        end local 0 // org.hibernate.collection.internal.PersistentSet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/hibernate/collection/internal/PersistentSet;
            0    2     1  collection  Ljava/lang/Object;
    MethodParameters:
            Name  Flags
      collection  
}
SourceFile: "PersistentSet.java"
NestMembers:
  org.hibernate.collection.internal.PersistentSet$Clear  org.hibernate.collection.internal.PersistentSet$SimpleAdd  org.hibernate.collection.internal.PersistentSet$SimpleRemove
InnerClasses:
  protected abstract DelayedOperation = org.hibernate.collection.internal.AbstractPersistentCollection$DelayedOperation of org.hibernate.collection.internal.AbstractPersistentCollection
  protected final IteratorProxy = org.hibernate.collection.internal.AbstractPersistentCollection$IteratorProxy of org.hibernate.collection.internal.AbstractPersistentCollection
  final Clear = org.hibernate.collection.internal.PersistentSet$Clear of org.hibernate.collection.internal.PersistentSet
  final SimpleAdd = org.hibernate.collection.internal.PersistentSet$SimpleAdd of org.hibernate.collection.internal.PersistentSet
  final SimpleRemove = org.hibernate.collection.internal.PersistentSet$SimpleRemove of org.hibernate.collection.internal.PersistentSet