class org.hibernate.collection.internal.PersistentSortedSet$SubSetProxy extends org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy implements java.util.SortedSet
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.collection.internal.PersistentSortedSet$SubSetProxy
  super_class: org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy
{
  final org.hibernate.collection.internal.PersistentSortedSet this$0;
    descriptor: Lorg/hibernate/collection/internal/PersistentSortedSet;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.hibernate.collection.internal.PersistentSortedSet, java.util.SortedSet);
    descriptor: (Lorg/hibernate/collection/internal/PersistentSortedSet;Ljava/util/SortedSet;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hibernate.collection.internal.PersistentSortedSet$SubSetProxy this
        start local 2 // java.util.SortedSet s
         0: .line 135
            aload 0 /* this */
            aload 1
            putfield org.hibernate.collection.internal.PersistentSortedSet$SubSetProxy.this$0:Lorg/hibernate/collection/internal/PersistentSortedSet;
         1: .line 136
            aload 0 /* this */
            aload 1
            aload 2 /* s */
            invokespecial org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy.<init>:(Lorg/hibernate/collection/internal/AbstractPersistentCollection;Ljava/util/Collection;)V
         2: .line 137
            return
        end local 2 // java.util.SortedSet s
        end local 0 // org.hibernate.collection.internal.PersistentSortedSet$SubSetProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/collection/internal/PersistentSortedSet$SubSetProxy;
            0    3     2     s  Ljava/util/SortedSet;
    MethodParameters:
        Name  Flags
      this$0  final
      s       

  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$SubSetProxy this
         0: .line 142
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedSet$SubSetProxy.set:Ljava/util/Collection;
            checkcast java.util.SortedSet
            invokeinterface java.util.SortedSet.comparator:()Ljava/util/Comparator;
            areturn
        end local 0 // org.hibernate.collection.internal.PersistentSortedSet$SubSetProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/PersistentSortedSet$SubSetProxy;

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

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

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

  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=6, locals=3, args_size=3
        start local 0 // org.hibernate.collection.internal.PersistentSortedSet$SubSetProxy this
        start local 1 // java.lang.Object fromValue
        start local 2 // java.lang.Object toValue
         0: .line 166
            new org.hibernate.collection.internal.PersistentSortedSet$SubSetProxy
            dup
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedSet$SubSetProxy.this$0:Lorg/hibernate/collection/internal/PersistentSortedSet;
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedSet$SubSetProxy.set:Ljava/util/Collection;
            checkcast java.util.SortedSet
            aload 1 /* fromValue */
            aload 2 /* toValue */
            invokeinterface java.util.SortedSet.subSet:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/SortedSet;
            invokespecial org.hibernate.collection.internal.PersistentSortedSet$SubSetProxy.<init>:(Lorg/hibernate/collection/internal/PersistentSortedSet;Ljava/util/SortedSet;)V
            areturn
        end local 2 // java.lang.Object toValue
        end local 1 // java.lang.Object fromValue
        end local 0 // org.hibernate.collection.internal.PersistentSortedSet$SubSetProxy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/hibernate/collection/internal/PersistentSortedSet$SubSetProxy;
            0    1     1  fromValue  Ljava/lang/Object;
            0    1     2    toValue  Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      fromValue  
      toValue    

  public java.util.SortedSet tailSet(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/util/SortedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.PersistentSortedSet$SubSetProxy this
        start local 1 // java.lang.Object fromValue
         0: .line 172
            new org.hibernate.collection.internal.PersistentSortedSet$SubSetProxy
            dup
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedSet$SubSetProxy.this$0:Lorg/hibernate/collection/internal/PersistentSortedSet;
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedSet$SubSetProxy.set:Ljava/util/Collection;
            checkcast java.util.SortedSet
            aload 1 /* fromValue */
            invokeinterface java.util.SortedSet.tailSet:(Ljava/lang/Object;)Ljava/util/SortedSet;
            invokespecial org.hibernate.collection.internal.PersistentSortedSet$SubSetProxy.<init>:(Lorg/hibernate/collection/internal/PersistentSortedSet;Ljava/util/SortedSet;)V
            areturn
        end local 1 // java.lang.Object fromValue
        end local 0 // org.hibernate.collection.internal.PersistentSortedSet$SubSetProxy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/hibernate/collection/internal/PersistentSortedSet$SubSetProxy;
            0    1     1  fromValue  Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      fromValue  
}
SourceFile: "PersistentSortedSet.java"
NestHost: org.hibernate.collection.internal.PersistentSortedSet
InnerClasses:
  protected SetProxy = org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy of org.hibernate.collection.internal.AbstractPersistentCollection
  SubSetProxy = org.hibernate.collection.internal.PersistentSortedSet$SubSetProxy of org.hibernate.collection.internal.PersistentSortedSet