class javafx.collections.transformation.SortedList$Element<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.collections.transformation.SortedList$Element
  super_class: java.lang.Object
{
  private E e;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Signature: TE;

  private int index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(E, );
    descriptor: (Ljava/lang/Object;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.collections.transformation.SortedList$Element this
        start local 1 // java.lang.Object e
        start local 2 // int index
         0: .line 279
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 280
            aload 0 /* this */
            aload 1 /* e */
            putfield javafx.collections.transformation.SortedList$Element.e:Ljava/lang/Object;
         2: .line 281
            aload 0 /* this */
            iload 2 /* index */
            putfield javafx.collections.transformation.SortedList$Element.index:I
         3: .line 282
            return
        end local 2 // int index
        end local 1 // java.lang.Object e
        end local 0 // javafx.collections.transformation.SortedList$Element this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljavafx/collections/transformation/SortedList$Element<TE;>;
            0    4     1      e  TE;
            0    4     2  index  I
    Signature: (TE;I)V
    MethodParameters:
       Name  Flags
      e      
      index  
}
Signature: <E:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "SortedList.java"
NestHost: javafx.collections.transformation.SortedList
InnerClasses:
  private Element = javafx.collections.transformation.SortedList$Element of javafx.collections.transformation.SortedList