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

  public boolean add(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.AbstractPersistentCollection$SetProxy this
        start local 1 // java.lang.Object o
         0: .line 920
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            invokevirtual org.hibernate.collection.internal.AbstractPersistentCollection.write:()V
         1: .line 921
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy.set:Ljava/util/Collection;
            aload 1 /* o */
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$SetProxy;
            0    2     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  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.AbstractPersistentCollection$SetProxy this
        start local 1 // java.util.Collection c
         0: .line 927
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            invokevirtual org.hibernate.collection.internal.AbstractPersistentCollection.write:()V
         1: .line 928
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy.set:Ljava/util/Collection;
            aload 1 /* c */
            invokeinterface java.util.Collection.addAll:(Ljava/util/Collection;)Z
            ireturn
        end local 1 // java.util.Collection c
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$SetProxy;
            0    2     1     c  Ljava/util/Collection;
    MethodParameters:
      Name  Flags
      c     

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy this
         0: .line 933
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            invokevirtual org.hibernate.collection.internal.AbstractPersistentCollection.write:()V
         1: .line 934
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy.set:Ljava/util/Collection;
            invokeinterface java.util.Collection.clear:()V
         2: .line 935
            return
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$SetProxy;

  public boolean contains(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.AbstractPersistentCollection$SetProxy this
        start local 1 // java.lang.Object o
         0: .line 939
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy.set:Ljava/util/Collection;
            aload 1 /* o */
            invokeinterface java.util.Collection.contains:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$SetProxy;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  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.AbstractPersistentCollection$SetProxy this
        start local 1 // java.util.Collection c
         0: .line 945
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy.set:Ljava/util/Collection;
            aload 1 /* c */
            invokeinterface java.util.Collection.containsAll:(Ljava/util/Collection;)Z
            ireturn
        end local 1 // java.util.Collection c
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$SetProxy;
            0    1     1     c  Ljava/util/Collection;
    MethodParameters:
      Name  Flags
      c     

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

  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.AbstractPersistentCollection$SetProxy this
         0: .line 955
            new org.hibernate.collection.internal.AbstractPersistentCollection$IteratorProxy
            dup
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy.set:Ljava/util/Collection;
            invokeinterface java.util.Collection.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.AbstractPersistentCollection$SetProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$SetProxy;

  public boolean remove(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.AbstractPersistentCollection$SetProxy this
        start local 1 // java.lang.Object o
         0: .line 960
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            invokevirtual org.hibernate.collection.internal.AbstractPersistentCollection.write:()V
         1: .line 961
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy.set:Ljava/util/Collection;
            aload 1 /* o */
            invokeinterface java.util.Collection.remove:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$SetProxy;
            0    2     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  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.AbstractPersistentCollection$SetProxy this
        start local 1 // java.util.Collection c
         0: .line 967
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            invokevirtual org.hibernate.collection.internal.AbstractPersistentCollection.write:()V
         1: .line 968
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy.set:Ljava/util/Collection;
            aload 1 /* c */
            invokeinterface java.util.Collection.removeAll:(Ljava/util/Collection;)Z
            ireturn
        end local 1 // java.util.Collection c
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$SetProxy;
            0    2     1     c  Ljava/util/Collection;
    MethodParameters:
      Name  Flags
      c     

  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.AbstractPersistentCollection$SetProxy this
        start local 1 // java.util.Collection c
         0: .line 974
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            invokevirtual org.hibernate.collection.internal.AbstractPersistentCollection.write:()V
         1: .line 975
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy.set:Ljava/util/Collection;
            aload 1 /* c */
            invokeinterface java.util.Collection.retainAll:(Ljava/util/Collection;)Z
            ireturn
        end local 1 // java.util.Collection c
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$SetProxy;
            0    2     1     c  Ljava/util/Collection;
    MethodParameters:
      Name  Flags
      c     

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

  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.AbstractPersistentCollection$SetProxy this
         0: .line 985
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy.set:Ljava/util/Collection;
            invokeinterface java.util.Collection.toArray:()[Ljava/lang/Object;
            areturn
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$SetProxy;

  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.AbstractPersistentCollection$SetProxy this
        start local 1 // java.lang.Object[] array
         0: .line 991
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy.set:Ljava/util/Collection;
            aload 1 /* array */
            invokeinterface java.util.Collection.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object[] array
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$SetProxy;
            0    1     1  array  [Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      array  
}
SourceFile: "AbstractPersistentCollection.java"
NestHost: org.hibernate.collection.internal.AbstractPersistentCollection
InnerClasses:
  protected final IteratorProxy = org.hibernate.collection.internal.AbstractPersistentCollection$IteratorProxy of org.hibernate.collection.internal.AbstractPersistentCollection
  protected SetProxy = org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy of org.hibernate.collection.internal.AbstractPersistentCollection