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

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

  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.PersistentSortedSet this
        start local 1 // org.hibernate.engine.spi.SessionImplementor session
         0: .line 59
            aload 0 /* this */
            aload 1 /* session */
            invokespecial org.hibernate.collection.internal.PersistentSet.<init>:(Lorg/hibernate/engine/spi/SessionImplementor;)V
         1: .line 60
            return
        end local 1 // org.hibernate.engine.spi.SessionImplementor session
        end local 0 // org.hibernate.collection.internal.PersistentSortedSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/hibernate/collection/internal/PersistentSortedSet;
            0    2     1  session  Lorg/hibernate/engine/spi/SessionImplementor;
    MethodParameters:
         Name  Flags
      session  

  public void <init>(org.hibernate.engine.spi.SessionImplementor, java.util.SortedSet);
    descriptor: (Lorg/hibernate/engine/spi/SessionImplementor;Ljava/util/SortedSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hibernate.collection.internal.PersistentSortedSet this
        start local 1 // org.hibernate.engine.spi.SessionImplementor session
        start local 2 // java.util.SortedSet set
         0: .line 69
            aload 0 /* this */
            aload 1 /* session */
            aload 2 /* set */
            invokespecial org.hibernate.collection.internal.PersistentSet.<init>:(Lorg/hibernate/engine/spi/SessionImplementor;Ljava/util/Set;)V
         1: .line 70
            aload 0 /* this */
            aload 2 /* set */
            invokeinterface java.util.SortedSet.comparator:()Ljava/util/Comparator;
            putfield org.hibernate.collection.internal.PersistentSortedSet.comparator:Ljava/util/Comparator;
         2: .line 71
            return
        end local 2 // java.util.SortedSet set
        end local 1 // org.hibernate.engine.spi.SessionImplementor session
        end local 0 // org.hibernate.collection.internal.PersistentSortedSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/hibernate/collection/internal/PersistentSortedSet;
            0    3     1  session  Lorg/hibernate/engine/spi/SessionImplementor;
            0    3     2      set  Ljava/util/SortedSet;
    MethodParameters:
         Name  Flags
      session  
      set      

  protected java.io.Serializable snapshot(org.hibernate.persister.collection.BasicCollectionPersister, org.hibernate.EntityMode);
    descriptor: (Lorg/hibernate/persister/collection/BasicCollectionPersister;Lorg/hibernate/EntityMode;)Ljava/io/Serializable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // org.hibernate.collection.internal.PersistentSortedSet this
        start local 1 // org.hibernate.persister.collection.BasicCollectionPersister persister
        start local 2 // org.hibernate.EntityMode entityMode
         0: .line 76
            new java.util.TreeMap
            dup
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedSet.comparator:Ljava/util/Comparator;
            invokespecial java.util.TreeMap.<init>:(Ljava/util/Comparator;)V
            astore 3 /* clonedSet */
        start local 3 // java.util.TreeMap clonedSet
         1: .line 77
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedSet.set:Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 5
            goto 5
      StackMap locals: org.hibernate.collection.internal.PersistentSortedSet org.hibernate.persister.collection.BasicCollectionPersister org.hibernate.EntityMode java.util.TreeMap top java.util.Iterator
      StackMap stack:
         2: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 4 /* setElement */
        start local 4 // java.lang.Object setElement
         3: .line 78
            aload 1 /* persister */
            invokevirtual org.hibernate.persister.collection.BasicCollectionPersister.getElementType:()Lorg/hibernate/type/Type;
            aload 4 /* setElement */
            aload 1 /* persister */
            invokevirtual org.hibernate.persister.collection.BasicCollectionPersister.getFactory:()Lorg/hibernate/engine/spi/SessionFactoryImplementor;
            invokeinterface org.hibernate.type.Type.deepCopy:(Ljava/lang/Object;Lorg/hibernate/engine/spi/SessionFactoryImplementor;)Ljava/lang/Object;
            astore 6 /* copy */
        start local 6 // java.lang.Object copy
         4: .line 79
            aload 3 /* clonedSet */
            aload 6 /* copy */
            aload 6 /* copy */
            invokevirtual java.util.TreeMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 6 // java.lang.Object copy
        end local 4 // java.lang.Object setElement
         5: .line 77
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 81
            aload 3 /* clonedSet */
            areturn
        end local 3 // java.util.TreeMap clonedSet
        end local 2 // org.hibernate.EntityMode entityMode
        end local 1 // org.hibernate.persister.collection.BasicCollectionPersister persister
        end local 0 // org.hibernate.collection.internal.PersistentSortedSet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/hibernate/collection/internal/PersistentSortedSet;
            0    7     1   persister  Lorg/hibernate/persister/collection/BasicCollectionPersister;
            0    7     2  entityMode  Lorg/hibernate/EntityMode;
            1    7     3   clonedSet  Ljava/util/TreeMap;
            3    5     4  setElement  Ljava/lang/Object;
            4    5     6        copy  Ljava/lang/Object;
    Exceptions:
      throws org.hibernate.HibernateException
    MethodParameters:
            Name  Flags
      persister   
      entityMode  

  public void setComparator(java.util.Comparator);
    descriptor: (Ljava/util/Comparator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.PersistentSortedSet this
        start local 1 // java.util.Comparator comparator
         0: .line 85
            aload 0 /* this */
            aload 1 /* comparator */
            putfield org.hibernate.collection.internal.PersistentSortedSet.comparator:Ljava/util/Comparator;
         1: .line 86
            return
        end local 1 // java.util.Comparator comparator
        end local 0 // org.hibernate.collection.internal.PersistentSortedSet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/hibernate/collection/internal/PersistentSortedSet;
            0    2     1  comparator  Ljava/util/Comparator;
    MethodParameters:
            Name  Flags
      comparator  

  public java.util.Comparator comparator();
    descriptor: ()Ljava/util/Comparator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentSortedSet this
         0: .line 90
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedSet.comparator:Ljava/util/Comparator;
            areturn
        end local 0 // org.hibernate.collection.internal.PersistentSortedSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/PersistentSortedSet;

  public java.util.SortedSet subSet(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/SortedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.hibernate.collection.internal.PersistentSortedSet this
        start local 1 // java.lang.Object fromElement
        start local 2 // java.lang.Object toElement
         0: .line 96
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSortedSet.read:()V
         1: .line 97
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedSet.set:Ljava/util/Set;
            checkcast java.util.SortedSet
            aload 1 /* fromElement */
            aload 2 /* toElement */
            invokeinterface java.util.SortedSet.subSet:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/SortedSet;
            astore 3 /* subSet */
        start local 3 // java.util.SortedSet subSet
         2: .line 98
            new org.hibernate.collection.internal.PersistentSortedSet$SubSetProxy
            dup
            aload 0 /* this */
            aload 3 /* subSet */
            invokespecial org.hibernate.collection.internal.PersistentSortedSet$SubSetProxy.<init>:(Lorg/hibernate/collection/internal/PersistentSortedSet;Ljava/util/SortedSet;)V
            areturn
        end local 3 // java.util.SortedSet subSet
        end local 2 // java.lang.Object toElement
        end local 1 // java.lang.Object fromElement
        end local 0 // org.hibernate.collection.internal.PersistentSortedSet this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/hibernate/collection/internal/PersistentSortedSet;
            0    3     1  fromElement  Ljava/lang/Object;
            0    3     2    toElement  Ljava/lang/Object;
            2    3     3       subSet  Ljava/util/SortedSet;
    MethodParameters:
             Name  Flags
      fromElement  
      toElement    

  public java.util.SortedSet headSet(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/util/SortedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.hibernate.collection.internal.PersistentSortedSet this
        start local 1 // java.lang.Object toElement
         0: .line 104
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSortedSet.read:()V
         1: .line 105
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedSet.set:Ljava/util/Set;
            checkcast java.util.SortedSet
            aload 1 /* toElement */
            invokeinterface java.util.SortedSet.headSet:(Ljava/lang/Object;)Ljava/util/SortedSet;
            astore 2 /* headSet */
        start local 2 // java.util.SortedSet headSet
         2: .line 106
            new org.hibernate.collection.internal.PersistentSortedSet$SubSetProxy
            dup
            aload 0 /* this */
            aload 2 /* headSet */
            invokespecial org.hibernate.collection.internal.PersistentSortedSet$SubSetProxy.<init>:(Lorg/hibernate/collection/internal/PersistentSortedSet;Ljava/util/SortedSet;)V
            areturn
        end local 2 // java.util.SortedSet headSet
        end local 1 // java.lang.Object toElement
        end local 0 // org.hibernate.collection.internal.PersistentSortedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/hibernate/collection/internal/PersistentSortedSet;
            0    3     1  toElement  Ljava/lang/Object;
            2    3     2    headSet  Ljava/util/SortedSet;
    MethodParameters:
           Name  Flags
      toElement  

  public java.util.SortedSet tailSet(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/util/SortedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.hibernate.collection.internal.PersistentSortedSet this
        start local 1 // java.lang.Object fromElement
         0: .line 112
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSortedSet.read:()V
         1: .line 113
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedSet.set:Ljava/util/Set;
            checkcast java.util.SortedSet
            aload 1 /* fromElement */
            invokeinterface java.util.SortedSet.tailSet:(Ljava/lang/Object;)Ljava/util/SortedSet;
            astore 2 /* tailSet */
        start local 2 // java.util.SortedSet tailSet
         2: .line 114
            new org.hibernate.collection.internal.PersistentSortedSet$SubSetProxy
            dup
            aload 0 /* this */
            aload 2 /* tailSet */
            invokespecial org.hibernate.collection.internal.PersistentSortedSet$SubSetProxy.<init>:(Lorg/hibernate/collection/internal/PersistentSortedSet;Ljava/util/SortedSet;)V
            areturn
        end local 2 // java.util.SortedSet tailSet
        end local 1 // java.lang.Object fromElement
        end local 0 // org.hibernate.collection.internal.PersistentSortedSet this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/hibernate/collection/internal/PersistentSortedSet;
            0    3     1  fromElement  Ljava/lang/Object;
            2    3     2      tailSet  Ljava/util/SortedSet;
    MethodParameters:
             Name  Flags
      fromElement  

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

  public java.lang.Object last();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentSortedSet this
         0: .line 127
            aload 0 /* this */
            invokevirtual org.hibernate.collection.internal.PersistentSortedSet.read:()V
         1: .line 128
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedSet.set:Ljava/util/Set;
            checkcast java.util.SortedSet
            invokeinterface java.util.SortedSet.last:()Ljava/lang/Object;
            areturn
        end local 0 // org.hibernate.collection.internal.PersistentSortedSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/collection/internal/PersistentSortedSet;
}
SourceFile: "PersistentSortedSet.java"
NestMembers:
  org.hibernate.collection.internal.PersistentSortedSet$SubSetProxy
InnerClasses:
  SubSetProxy = org.hibernate.collection.internal.PersistentSortedSet$SubSetProxy of org.hibernate.collection.internal.PersistentSortedSet