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 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield javafx.collections.transformation.SortedList$Element.e:Ljava/lang/Object;
2: aload 0
iload 2
putfield javafx.collections.transformation.SortedList$Element.index:I
3: return
end local 2 end local 1 end local 0 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