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 // javafx.scene.control.MultipleSelectionModelBase$1 this
        start local 2 // javafx.collections.ObservableList $anonymous0
        start local 3 // java.util.function.Supplier $anonymous1
         0: .line 72
            aload 0 /* this */
            aload 1
            putfield javafx.scene.control.MultipleSelectionModelBase$1.this$0:Ljavafx/scene/control/MultipleSelectionModelBase;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            aload 3 /* $anonymous1 */
            invokespecial com.sun.javafx.scene.control.SelectedItemsReadOnlyObservableList.<init>:(Ljavafx/collections/ObservableList;Ljava/util/function/Supplier;)V
            return
        end local 3 // java.util.function.Supplier $anonymous1
        end local 2 // javafx.collections.ObservableList $anonymous0
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$1 this
      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 // javafx.scene.control.MultipleSelectionModelBase$1 this
        start local 1 // int index
         0: .line 74
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$1.this$0:Ljavafx/scene/control/MultipleSelectionModelBase;
            iload 1 /* index */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase.getModelItem:(I)Ljava/lang/Object;
            areturn
        end local 1 // int index
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$1 this
      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