class javafx.collections.transformation.SortedList$1 extends javafx.beans.property.ObjectPropertyBase<java.util.Comparator<? super E>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.collections.transformation.SortedList$1
  super_class: javafx.beans.property.ObjectPropertyBase
{
  final javafx.collections.transformation.SortedList this$0;
    descriptor: Ljavafx/collections/transformation/SortedList;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.collections.transformation.SortedList);
    descriptor: (Ljavafx/collections/transformation/SortedList;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.collections.transformation.SortedList$1 this
         0: .line 126
            aload 0 /* this */
            aload 1
            putfield javafx.collections.transformation.SortedList$1.this$0:Ljavafx/collections/transformation/SortedList;
            aload 0 /* this */
            invokespecial javafx.beans.property.ObjectPropertyBase.<init>:()V
            return
        end local 0 // javafx.collections.transformation.SortedList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/transformation/SortedList$1;
    MethodParameters:
        Name  Flags
      this$0  final

  protected void invalidated();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // javafx.collections.transformation.SortedList$1 this
         0: .line 130
            aload 0 /* this */
            invokevirtual javafx.collections.transformation.SortedList$1.get:()Ljava/lang/Object;
            checkcast java.util.Comparator
            astore 1 /* current */
        start local 1 // java.util.Comparator current
         1: .line 131
            aload 0 /* this */
            getfield javafx.collections.transformation.SortedList$1.this$0:Ljavafx/collections/transformation/SortedList;
            aload 1 /* current */
            ifnull 2
            new javafx.collections.transformation.SortedList$ElementComparator
            dup
            aload 1 /* current */
            invokespecial javafx.collections.transformation.SortedList$ElementComparator.<init>:(Ljava/util/Comparator;)V
            goto 3
      StackMap locals: javafx.collections.transformation.SortedList$1 java.util.Comparator
      StackMap stack: javafx.collections.transformation.SortedList
         2: aconst_null
      StackMap locals: javafx.collections.transformation.SortedList$1 java.util.Comparator
      StackMap stack: javafx.collections.transformation.SortedList javafx.collections.transformation.SortedList$ElementComparator
         3: putfield javafx.collections.transformation.SortedList.elementComparator:Ljava/util/Comparator;
         4: .line 132
            aload 0 /* this */
            getfield javafx.collections.transformation.SortedList$1.this$0:Ljavafx/collections/transformation/SortedList;
            invokevirtual javafx.collections.transformation.SortedList.doSortWithPermutationChange:()V
         5: .line 133
            return
        end local 1 // java.util.Comparator current
        end local 0 // javafx.collections.transformation.SortedList$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Ljavafx/collections/transformation/SortedList$1;
            1    6     1  current  Ljava/util/Comparator<-TE;>;

  public java.lang.Object getBean();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.transformation.SortedList$1 this
         0: .line 137
            aload 0 /* this */
            getfield javafx.collections.transformation.SortedList$1.this$0:Ljavafx/collections/transformation/SortedList;
            areturn
        end local 0 // javafx.collections.transformation.SortedList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/transformation/SortedList$1;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.transformation.SortedList$1 this
         0: .line 142
            ldc "comparator"
            areturn
        end local 0 // javafx.collections.transformation.SortedList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/transformation/SortedList$1;
}
Signature: Ljavafx/beans/property/ObjectPropertyBase<Ljava/util/Comparator<-TE;>;>;
SourceFile: "SortedList.java"
EnclosingMethod: javafx.collections.transformation.SortedList.comparatorProperty:()Ljavafx/beans/property/ObjectProperty;
NestHost: javafx.collections.transformation.SortedList
InnerClasses:
  javafx.collections.transformation.SortedList$1
  private ElementComparator = javafx.collections.transformation.SortedList$ElementComparator of javafx.collections.transformation.SortedList