class javafx.scene.control.MultipleSelectionModelBase$1 extends com.sun.javafx.scene.control.SelectedItemsReadOnlyObservableList<T>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.scene.control.MultipleSelectionModelBase$1
super_class: com.sun.javafx.scene.control.SelectedItemsReadOnlyObservableList
{
final javafx.scene.control.MultipleSelectionModelBase this$0;
descriptor: Ljavafx/scene/control/MultipleSelectionModelBase;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(javafx.scene.control.MultipleSelectionModelBase, javafx.collections.ObservableList, java.util.function.Supplier);
descriptor: (Ljavafx/scene/control/MultipleSelectionModelBase;Ljavafx/collections/ObservableList;Ljava/util/function/Supplier;)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=4
start local 0 start local 2 start local 3 0: aload 0
aload 1
putfield javafx.scene.control.MultipleSelectionModelBase$1.this$0:Ljavafx/scene/control/MultipleSelectionModelBase;
aload 0
aload 2
aload 3
invokespecial com.sun.javafx.scene.control.SelectedItemsReadOnlyObservableList.<init>:(Ljavafx/collections/ObservableList;Ljava/util/function/Supplier;)V
return
end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/control/MultipleSelectionModelBase$1;
0 1 2 $anonymous0 Ljavafx/collections/ObservableList<Ljava/lang/Integer;>;
0 1 3 $anonymous1 Ljava/util/function/Supplier<Ljava/lang/Integer;>;
MethodParameters:
Name Flags
this$0 final
$anonymous0
$anonymous1
protected T getModelItem();
descriptor: (I)Ljava/lang/Object;
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.scene.control.MultipleSelectionModelBase$1.this$0:Ljavafx/scene/control/MultipleSelectionModelBase;
iload 1
invokevirtual javafx.scene.control.MultipleSelectionModelBase.getModelItem:(I)Ljava/lang/Object;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/control/MultipleSelectionModelBase$1;
0 1 1 index I
Signature: (I)TT;
MethodParameters:
Name Flags
index
}
Signature: Lcom/sun/javafx/scene/control/SelectedItemsReadOnlyObservableList<TT;>;
SourceFile: "MultipleSelectionModelBase.java"
EnclosingMethod: javafx.scene.control.MultipleSelectionModelBase.<init>:()V
NestHost: javafx.scene.control.MultipleSelectionModelBase
InnerClasses:
javafx.scene.control.MultipleSelectionModelBase$1