class javafx.collections.transformation.SortedList$ElementComparator<E> implements java.util.Comparator<javafx.collections.transformation.SortedList$Element<E>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.collections.transformation.SortedList$ElementComparator
  super_class: java.lang.Object
{
  private final java.util.Comparator<? super E> comparator;
    descriptor: Ljava/util/Comparator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Comparator<-TE;>;

  public void <init>(java.util.Comparator<? super E>);
    descriptor: (Ljava/util/Comparator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.collections.transformation.SortedList$ElementComparator this
        start local 1 // java.util.Comparator comparator
         0: .line 292
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 293
            aload 0 /* this */
            aload 1 /* comparator */
            putfield javafx.collections.transformation.SortedList$ElementComparator.comparator:Ljava/util/Comparator;
         2: .line 294
            return
        end local 1 // java.util.Comparator comparator
        end local 0 // javafx.collections.transformation.SortedList$ElementComparator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Ljavafx/collections/transformation/SortedList$ElementComparator<TE;>;
            0    3     1  comparator  Ljava/util/Comparator<-TE;>;
    Signature: (Ljava/util/Comparator<-TE;>;)V
    MethodParameters:
            Name  Flags
      comparator  

  public int compare(javafx.collections.transformation.SortedList$Element<E>, javafx.collections.transformation.SortedList$Element<E>);
    descriptor: (Ljavafx/collections/transformation/SortedList$Element;Ljavafx/collections/transformation/SortedList$Element;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javafx.collections.transformation.SortedList$ElementComparator this
        start local 1 // javafx.collections.transformation.SortedList$Element o1
        start local 2 // javafx.collections.transformation.SortedList$Element o2
         0: .line 299
            aload 0 /* this */
            getfield javafx.collections.transformation.SortedList$ElementComparator.comparator:Ljava/util/Comparator;
            aload 1 /* o1 */
            getfield javafx.collections.transformation.SortedList$Element.e:Ljava/lang/Object;
            aload 2 /* o2 */
            getfield javafx.collections.transformation.SortedList$Element.e:Ljava/lang/Object;
            invokeinterface java.util.Comparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I
            ireturn
        end local 2 // javafx.collections.transformation.SortedList$Element o2
        end local 1 // javafx.collections.transformation.SortedList$Element o1
        end local 0 // javafx.collections.transformation.SortedList$ElementComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/transformation/SortedList$ElementComparator<TE;>;
            0    1     1    o1  Ljavafx/collections/transformation/SortedList$Element<TE;>;
            0    1     2    o2  Ljavafx/collections/transformation/SortedList$Element<TE;>;
    Signature: (Ljavafx/collections/transformation/SortedList$Element<TE;>;Ljavafx/collections/transformation/SortedList$Element<TE;>;)I
    MethodParameters:
      Name  Flags
      o1    
      o2    

  public int compare(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast javafx.collections.transformation.SortedList$Element
            aload 2
            checkcast javafx.collections.transformation.SortedList$Element
            invokevirtual javafx.collections.transformation.SortedList$ElementComparator.compare:(Ljavafx/collections/transformation/SortedList$Element;Ljavafx/collections/transformation/SortedList$Element;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <E:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Comparator<Ljavafx/collections/transformation/SortedList$Element<TE;>;>;
SourceFile: "SortedList.java"
NestHost: javafx.collections.transformation.SortedList
InnerClasses:
  private Element = javafx.collections.transformation.SortedList$Element of javafx.collections.transformation.SortedList
  private ElementComparator = javafx.collections.transformation.SortedList$ElementComparator of javafx.collections.transformation.SortedList