class javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList extends com.sun.javafx.scene.control.ReadOnlyUnbackedObservableList<java.lang.Integer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList
  super_class: com.sun.javafx.scene.control.ReadOnlyUnbackedObservableList
{
  private final java.util.BitSet bitset;
    descriptor: Ljava/util/BitSet;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

  final javafx.scene.control.MultipleSelectionModelBase this$0;
    descriptor: Ljavafx/scene/control/MultipleSelectionModelBase;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(javafx.scene.control.MultipleSelectionModelBase);
    descriptor: (Ljavafx/scene/control/MultipleSelectionModelBase;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
         0: .line 641
            aload 0 /* this */
            aload 1
            new java.util.BitSet
            dup
            invokespecial java.util.BitSet.<init>:()V
            invokespecial javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.<init>:(Ljavafx/scene/control/MultipleSelectionModelBase;Ljava/util/BitSet;)V
         1: .line 642
            return
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;
    MethodParameters:
        Name  Flags
      this$0  final

  public void <init>(javafx.scene.control.MultipleSelectionModelBase, java.util.BitSet);
    descriptor: (Ljavafx/scene/control/MultipleSelectionModelBase;Ljava/util/BitSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
        start local 2 // java.util.BitSet bitset
         0: .line 644
            aload 0 /* this */
            aload 1
            putfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.this$0:Ljavafx/scene/control/MultipleSelectionModelBase;
            aload 0 /* this */
            invokespecial com.sun.javafx.scene.control.ReadOnlyUnbackedObservableList.<init>:()V
         1: .line 629
            aload 0 /* this */
            iconst_m1
            putfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.lastGetIndex:I
         2: .line 630
            aload 0 /* this */
            iconst_m1
            putfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.lastGetValue:I
         3: .line 633
            aload 0 /* this */
            iconst_0
            putfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.atomicityCount:I
         4: .line 645
            aload 0 /* this */
            aload 2 /* bitset */
            putfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.bitset:Ljava/util/BitSet;
         5: .line 646
            return
        end local 2 // java.util.BitSet bitset
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;
            0    6     2  bitset  Ljava/util/BitSet;
    MethodParameters:
        Name  Flags
      this$0  final
      bitset  

  boolean isAtomic();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
         0: .line 649
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.atomicityCount:I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;

  void startAtomic();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
         0: .line 652
            aload 0 /* this */
            dup
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.atomicityCount:I
            iconst_1
            iadd
            putfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.atomicityCount:I
         1: .line 653
            return
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;

  void stopAtomic();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
         0: .line 655
            aload 0 /* this */
            iconst_0
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.atomicityCount:I
            iconst_1
            isub
            invokestatic java.lang.Math.max:(II)I
            putfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.atomicityCount:I
         1: .line 656
            return
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;

  public java.lang.Integer get(int);
    descriptor: (I)Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
        start local 1 // int index
         0: .line 661
            aload 0 /* this */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.size:()I
            istore 2 /* itemCount */
        start local 2 // int itemCount
         1: .line 662
            iload 1 /* index */
            iflt 2
            iload 1 /* index */
            iload 2 /* itemCount */
            if_icmplt 3
         2: .line 663
      StackMap locals: int
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            new java.lang.StringBuilder
            dup
            iload 1 /* index */
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " >= "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 2 /* itemCount */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 666
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.lastGetIndex:I
            iconst_1
            iadd
            if_icmpne 7
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.lastGetValue:I
            iload 2 /* itemCount */
            if_icmpge 7
         4: .line 669
            aload 0 /* this */
            dup
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.lastGetIndex:I
            iconst_1
            iadd
            putfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.lastGetIndex:I
         5: .line 670
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.bitset:Ljava/util/BitSet;
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.lastGetValue:I
            iconst_1
            iadd
            invokevirtual java.util.BitSet.nextSetBit:(I)I
            putfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.lastGetValue:I
         6: .line 671
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.lastGetValue:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
         7: .line 672
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.lastGetIndex:I
            iconst_1
            isub
            if_icmpne 11
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.lastGetValue:I
            ifle 11
         8: .line 675
            aload 0 /* this */
            dup
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.lastGetIndex:I
            iconst_1
            isub
            putfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.lastGetIndex:I
         9: .line 676
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.bitset:Ljava/util/BitSet;
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.lastGetValue:I
            iconst_1
            isub
            invokevirtual java.util.BitSet.previousSetBit:(I)I
            putfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.lastGetValue:I
        10: .line 677
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.lastGetValue:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        11: .line 679
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.lastGetIndex:I
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.bitset:Ljava/util/BitSet;
            iconst_0
            invokevirtual java.util.BitSet.nextSetBit:(I)I
            putfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.lastGetValue:I
        12: .line 680
            goto 16
        13: .line 682
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.lastGetIndex:I
            iload 1 /* index */
            if_icmpne 15
        14: .line 683
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.lastGetValue:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        15: .line 681
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.lastGetIndex:I
            iconst_1
            iadd
            putfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.lastGetIndex:I
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.bitset:Ljava/util/BitSet;
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.lastGetValue:I
            iconst_1
            iadd
            invokevirtual java.util.BitSet.nextSetBit:(I)I
            putfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.lastGetValue:I
        16: .line 680
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.lastGetValue:I
            ifge 13
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.lastGetIndex:I
            iload 1 /* index */
            if_icmpeq 13
        17: .line 688
            iconst_m1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 2 // int itemCount
        end local 1 // int index
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0       this  Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;
            0   18     1      index  I
            1   18     2  itemCount  I
    MethodParameters:
       Name  Flags
      index  

  public void set(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
        start local 1 // int index
         0: .line 692
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.isValidIndex:(I)Z
            ifeq 1
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.isSelected:(I)Z
            ifeq 2
         1: .line 693
      StackMap locals:
      StackMap stack:
            return
         2: .line 696
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList._beginChange:()V
         3: .line 697
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.bitset:Ljava/util/BitSet;
            iload 1 /* index */
            invokevirtual java.util.BitSet.set:(I)V
         4: .line 698
            aload 0 /* this */
            iload 1 /* index */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.indexOf:(Ljava/lang/Object;)I
            istore 2 /* indicesIndex */
        start local 2 // int indicesIndex
         5: .line 699
            aload 0 /* this */
            iload 2 /* indicesIndex */
            iload 2 /* indicesIndex */
            iconst_1
            iadd
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList._nextAdd:(II)V
         6: .line 700
            aload 0 /* this */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList._endChange:()V
         7: .line 701
            return
        end local 2 // int indicesIndex
        end local 1 // int index
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;
            0    8     1         index  I
            5    8     2  indicesIndex  I
    MethodParameters:
       Name  Flags
      index  

  private boolean isValidIndex(int);
    descriptor: (I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
        start local 1 // int index
         0: .line 704
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.this$0:Ljavafx/scene/control/MultipleSelectionModelBase;
            invokevirtual javafx.scene.control.MultipleSelectionModelBase.getItemCount:()I
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int index
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public void set(int, boolean);
    descriptor: (IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
        start local 1 // int index
        start local 2 // boolean isSet
         0: .line 708
            iload 2 /* isSet */
            ifeq 3
         1: .line 709
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.set:(I)V
         2: .line 710
            goto 4
         3: .line 711
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.clear:(I)V
         4: .line 713
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean isSet
        end local 1 // int index
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;
            0    5     1  index  I
            0    5     2  isSet  Z
    MethodParameters:
       Name  Flags
      index  
      isSet  

  public void set(int, int, boolean);
    descriptor: (IIZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
        start local 1 // int index
        start local 2 // int end
        start local 3 // boolean isSet
         0: .line 716
            aload 0 /* this */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList._beginChange:()V
         1: .line 717
            iload 3 /* isSet */
            ifeq 7
         2: .line 718
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.bitset:Ljava/util/BitSet;
            iload 1 /* index */
            iload 2 /* end */
            iload 3 /* isSet */
            invokevirtual java.util.BitSet.set:(IIZ)V
         3: .line 719
            aload 0 /* this */
            iload 1 /* index */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.indexOf:(Ljava/lang/Object;)I
            istore 4 /* indicesIndex */
        start local 4 // int indicesIndex
         4: .line 720
            iload 2 /* end */
            iload 1 /* index */
            isub
            istore 5 /* span */
        start local 5 // int span
         5: .line 721
            aload 0 /* this */
            iload 4 /* indicesIndex */
            iload 4 /* indicesIndex */
            iload 5 /* span */
            iadd
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList._nextAdd:(II)V
        end local 5 // int span
        end local 4 // int indicesIndex
         6: .line 722
            goto 8
         7: .line 724
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.bitset:Ljava/util/BitSet;
            iload 1 /* index */
            iload 2 /* end */
            iload 3 /* isSet */
            invokevirtual java.util.BitSet.set:(IIZ)V
         8: .line 726
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList._endChange:()V
         9: .line 727
            return
        end local 3 // boolean isSet
        end local 2 // int end
        end local 1 // int index
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;
            0   10     1         index  I
            0   10     2           end  I
            0   10     3         isSet  Z
            4    6     4  indicesIndex  I
            5    6     5          span  I
    MethodParameters:
       Name  Flags
      index  
      end    
      isSet  

  public void set(int, int[]);
    descriptor: (I[I)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=14, args_size=3
        start local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
        start local 1 // int index
        start local 2 // int[] indices
         0: .line 730
            aload 2 /* indices */
            ifnull 1
            aload 2 /* indices */
            arraylength
            ifne 3
         1: .line 731
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.set:(I)V
         2: .line 732
            goto 43
         3: .line 736
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.startAtomic:()V
         4: .line 738
            iload 1 /* index */
            invokestatic java.util.stream.IntStream.of:(I)Ljava/util/stream/IntStream;
            aload 2 /* indices */
            invokestatic java.util.stream.IntStream.of:([I)Ljava/util/stream/IntStream;
            invokestatic java.util.stream.IntStream.concat:(Ljava/util/stream/IntStream;Ljava/util/stream/IntStream;)Ljava/util/stream/IntStream;
         5: .line 739
            invokeinterface java.util.stream.IntStream.distinct:()Ljava/util/stream/IntStream;
         6: .line 740
            aload 0 /* this */
            invokedynamic test(Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;)Ljava/util/function/IntPredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (I)Z
                  javafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList.isValidIndex(I)Z (7)
                  (I)Z
            invokeinterface java.util.stream.IntStream.filter:(Ljava/util/function/IntPredicate;)Ljava/util/stream/IntStream;
         7: .line 741
            aload 0 /* this */
            invokedynamic test(Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;)Ljava/util/function/IntPredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (I)Z
                  javafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList.isNotSelected(I)Z (5)
                  (I)Z
            invokeinterface java.util.stream.IntStream.filter:(Ljava/util/function/IntPredicate;)Ljava/util/stream/IntStream;
         8: .line 742
            invokeinterface java.util.stream.IntStream.sorted:()Ljava/util/stream/IntStream;
         9: .line 743
            invokeinterface java.util.stream.IntStream.boxed:()Ljava/util/stream/Stream;
        10: .line 744
            aload 0 /* this */
            invokedynamic accept(Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  javafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList.set(I)V (5)
                  (Ljava/lang/Integer;)V
            invokeinterface java.util.stream.Stream.peek:(Ljava/util/function/Consumer;)Ljava/util/stream/Stream;
        11: .line 745
            invokestatic java.util.stream.Collectors.toList:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.List
        12: .line 737
            astore 3 /* sortedNewIndices */
        start local 3 // java.util.List sortedNewIndices
        13: .line 746
            aload 0 /* this */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.stopAtomic:()V
        14: .line 748
            aload 3 /* sortedNewIndices */
            invokeinterface java.util.List.size:()I
            istore 7 /* size */
        start local 7 // int size
        15: .line 749
            iload 7 /* size */
            ifeq 43
        16: .line 751
            iload 7 /* size */
            iconst_1
            if_icmpne 23
        17: .line 752
            aload 0 /* this */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList._beginChange:()V
        18: .line 753
            aload 3 /* sortedNewIndices */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            istore 8 /* _index */
        start local 8 // int _index
        19: .line 754
            aload 0 /* this */
            iload 8 /* _index */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.indexOf:(Ljava/lang/Object;)I
            istore 9 /* indicesIndex */
        start local 9 // int indicesIndex
        20: .line 755
            aload 0 /* this */
            iload 9 /* indicesIndex */
            iload 9 /* indicesIndex */
            iconst_1
            iadd
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList._nextAdd:(II)V
        21: .line 756
            aload 0 /* this */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList._endChange:()V
        end local 9 // int indicesIndex
        end local 8 // int _index
        22: .line 757
            goto 43
        23: .line 758
      StackMap locals: javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList int int[] java.util.List top top top int
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList._beginChange:()V
        24: .line 759
            iconst_0
            istore 8 /* pos */
        start local 8 // int pos
        25: .line 760
            iconst_0
            istore 9 /* start */
        start local 9 // int start
        26: .line 761
            iconst_0
            istore 10 /* end */
        start local 10 // int end
        27: .line 765
            aload 3 /* sortedNewIndices */
            iload 8 /* pos */
            iinc 8 /* pos */ 1
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            istore 11 /* startValue */
        start local 11 // int startValue
        28: .line 766
            aload 0 /* this */
            iload 11 /* startValue */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.indexOf:(Ljava/lang/Object;)I
            istore 9 /* start */
        29: .line 767
            iload 9 /* start */
            iconst_1
            iadd
            istore 10 /* end */
        30: .line 768
            iload 11 /* startValue */
            istore 12 /* endValue */
        start local 12 // int endValue
        31: .line 769
            goto 41
        32: .line 770
      StackMap locals: javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList int int[] java.util.List top top top int int int int int int
      StackMap stack:
            iload 12 /* endValue */
            istore 13 /* previousEndValue */
        start local 13 // int previousEndValue
        33: .line 771
            aload 3 /* sortedNewIndices */
            iload 8 /* pos */
            iinc 8 /* pos */ 1
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            istore 12 /* endValue */
        34: .line 772
            iinc 10 /* end */ 1
        35: .line 773
            iload 13 /* previousEndValue */
            iload 12 /* endValue */
            iconst_1
            isub
            if_icmpeq 39
        36: .line 774
            aload 0 /* this */
            iload 9 /* start */
            iload 10 /* end */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList._nextAdd:(II)V
        37: .line 775
            iload 10 /* end */
            istore 9 /* start */
        38: .line 776
            goto 41
        39: .line 781
      StackMap locals: int
      StackMap stack:
            iload 8 /* pos */
            iload 7 /* size */
            if_icmpne 41
        40: .line 782
            aload 0 /* this */
            iload 9 /* start */
            iload 9 /* start */
            iload 8 /* pos */
            iadd
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList._nextAdd:(II)V
        end local 13 // int previousEndValue
        41: .line 769
      StackMap locals:
      StackMap stack:
            iload 8 /* pos */
            iload 7 /* size */
            if_icmplt 32
        42: .line 786
            aload 0 /* this */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList._endChange:()V
        end local 12 // int endValue
        end local 11 // int startValue
        end local 10 // int end
        end local 9 // int start
        end local 8 // int pos
        end local 7 // int size
        end local 3 // java.util.List sortedNewIndices
        43: .line 789
      StackMap locals: javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList int int[]
      StackMap stack:
            return
        end local 2 // int[] indices
        end local 1 // int index
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   44     0              this  Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;
            0   44     1             index  I
            0   44     2           indices  [I
           13   43     3  sortedNewIndices  Ljava/util/List<Ljava/lang/Integer;>;
           15   43     7              size  I
           19   22     8            _index  I
           20   22     9      indicesIndex  I
           25   43     8               pos  I
           26   43     9             start  I
           27   43    10               end  I
           28   43    11        startValue  I
           31   43    12          endValue  I
           33   41    13  previousEndValue  I
    MethodParameters:
         Name  Flags
      index    
      indices  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
         0: .line 792
            aload 0 /* this */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList._beginChange:()V
         1: .line 793
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.bitset:Ljava/util/BitSet;
            invokevirtual java.util.BitSet.stream:()Ljava/util/stream/IntStream;
            invokeinterface java.util.stream.IntStream.boxed:()Ljava/util/stream/Stream;
            invokestatic java.util.stream.Collectors.toList:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.List
            astore 1 /* removed */
        start local 1 // java.util.List removed
         2: .line 794
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.bitset:Ljava/util/BitSet;
            invokevirtual java.util.BitSet.clear:()V
         3: .line 795
            aload 0 /* this */
            iconst_0
            aload 1 /* removed */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList._nextRemove:(ILjava/util/List;)V
         4: .line 796
            aload 0 /* this */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList._endChange:()V
         5: .line 797
            return
        end local 1 // java.util.List removed
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;
            2    6     1  removed  Ljava/util/List<Ljava/lang/Integer;>;

  public void clear(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
        start local 1 // int index
         0: .line 800
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.bitset:Ljava/util/BitSet;
            iload 1 /* index */
            invokevirtual java.util.BitSet.get:(I)Z
            ifne 1
            return
         1: .line 802
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList._beginChange:()V
         2: .line 803
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.bitset:Ljava/util/BitSet;
            iload 1 /* index */
            invokevirtual java.util.BitSet.clear:(I)V
         3: .line 804
            aload 0 /* this */
            iload 1 /* index */
            iload 1 /* index */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList._nextRemove:(ILjava/lang/Integer;)V
         4: .line 805
            aload 0 /* this */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList._endChange:()V
         5: .line 806
            return
        end local 1 // int index
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;
            0    6     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public boolean isSelected(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
        start local 1 // int index
         0: .line 849
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.bitset:Ljava/util/BitSet;
            iload 1 /* index */
            invokevirtual java.util.BitSet.get:(I)Z
            ireturn
        end local 1 // int index
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public boolean isNotSelected(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
        start local 1 // int index
         0: .line 853
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.isSelected:(I)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // int index
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
         0: .line 858
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.bitset:Ljava/util/BitSet;
            invokevirtual java.util.BitSet.cardinality:()I
            ireturn
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;

  public int bitsetSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
         0: .line 863
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.bitset:Ljava/util/BitSet;
            invokevirtual java.util.BitSet.size:()I
            ireturn
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;

  public int indexOf(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
        start local 1 // java.lang.Object obj
         0: .line 867
            aload 0 /* this */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.reset:()V
         1: .line 868
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial com.sun.javafx.scene.control.ReadOnlyUnbackedObservableList.indexOf:(Ljava/lang/Object;)I
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;
            0    2     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
        start local 1 // java.lang.Object o
         0: .line 872
            aload 1 /* o */
            instanceof java.lang.Number
            ifeq 7
         1: .line 873
            aload 1 /* o */
            checkcast java.lang.Number
            astore 2 /* n */
        start local 2 // java.lang.Number n
         2: .line 874
            aload 2 /* n */
            invokevirtual java.lang.Number.intValue:()I
            istore 3 /* index */
        start local 3 // int index
         3: .line 876
            iload 3 /* index */
            iflt 6
            iload 3 /* index */
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.bitset:Ljava/util/BitSet;
            invokevirtual java.util.BitSet.length:()I
            if_icmpge 6
         4: .line 877
            aload 0 /* this */
            getfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.bitset:Ljava/util/BitSet;
            iload 3 /* index */
            invokevirtual java.util.BitSet.get:(I)Z
            ifeq 6
         5: .line 876
            iconst_1
            ireturn
      StackMap locals: java.lang.Number int
      StackMap stack:
         6: iconst_0
            ireturn
        end local 3 // int index
        end local 2 // java.lang.Number n
         7: .line 880
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;
            0    8     1      o  Ljava/lang/Object;
            2    7     2      n  Ljava/lang/Number;
            3    7     3  index  I
    MethodParameters:
      Name  Flags
      o     

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
         0: .line 884
            aload 0 /* this */
            iconst_m1
            putfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.lastGetIndex:I
         1: .line 885
            aload 0 /* this */
            iconst_m1
            putfield javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.lastGetValue:I
         2: .line 886
            return
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;

  public void _beginChange();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
         0: .line 889
            aload 0 /* this */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.isAtomic:()Z
            ifne 2
         1: .line 890
            aload 0 /* this */
            invokespecial com.sun.javafx.scene.control.ReadOnlyUnbackedObservableList._beginChange:()V
         2: .line 892
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;

  public void _endChange();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
         0: .line 895
            aload 0 /* this */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.isAtomic:()Z
            ifne 2
         1: .line 896
            aload 0 /* this */
            invokespecial com.sun.javafx.scene.control.ReadOnlyUnbackedObservableList._endChange:()V
         2: .line 898
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;

  public final void _nextUpdate(int);
    descriptor: (I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
        start local 1 // int pos
         0: .line 901
            aload 0 /* this */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.isAtomic:()Z
            ifne 2
         1: .line 902
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.nextUpdate:(I)V
         2: .line 904
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int pos
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;
            0    3     1   pos  I
    MethodParameters:
      Name  Flags
      pos   

  public final void _nextSet(int, java.lang.Integer);
    descriptor: (ILjava/lang/Integer;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
        start local 1 // int idx
        start local 2 // java.lang.Integer old
         0: .line 907
            aload 0 /* this */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.isAtomic:()Z
            ifne 2
         1: .line 908
            aload 0 /* this */
            iload 1 /* idx */
            aload 2 /* old */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.nextSet:(ILjava/lang/Object;)V
         2: .line 910
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Integer old
        end local 1 // int idx
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;
            0    3     1   idx  I
            0    3     2   old  Ljava/lang/Integer;
    MethodParameters:
      Name  Flags
      idx   
      old   

  public final void _nextReplace(int, int, java.util.List<? extends java.lang.Integer>);
    descriptor: (IILjava/util/List;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
        start local 1 // int from
        start local 2 // int to
        start local 3 // java.util.List removed
         0: .line 913
            aload 0 /* this */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.isAtomic:()Z
            ifne 2
         1: .line 914
            aload 0 /* this */
            iload 1 /* from */
            iload 2 /* to */
            aload 3 /* removed */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.nextReplace:(IILjava/util/List;)V
         2: .line 916
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.util.List removed
        end local 2 // int to
        end local 1 // int from
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;
            0    3     1     from  I
            0    3     2       to  I
            0    3     3  removed  Ljava/util/List<+Ljava/lang/Integer;>;
    Signature: (IILjava/util/List<+Ljava/lang/Integer;>;)V
    MethodParameters:
         Name  Flags
      from     
      to       
      removed  

  public final void _nextRemove(int, java.util.List<? extends java.lang.Integer>);
    descriptor: (ILjava/util/List;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
        start local 1 // int idx
        start local 2 // java.util.List removed
         0: .line 919
            aload 0 /* this */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.isAtomic:()Z
            ifne 2
         1: .line 920
            aload 0 /* this */
            iload 1 /* idx */
            aload 2 /* removed */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.nextRemove:(ILjava/util/List;)V
         2: .line 922
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.util.List removed
        end local 1 // int idx
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;
            0    3     1      idx  I
            0    3     2  removed  Ljava/util/List<+Ljava/lang/Integer;>;
    Signature: (ILjava/util/List<+Ljava/lang/Integer;>;)V
    MethodParameters:
         Name  Flags
      idx      
      removed  

  public final void _nextRemove(int, java.lang.Integer);
    descriptor: (ILjava/lang/Integer;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
        start local 1 // int idx
        start local 2 // java.lang.Integer removed
         0: .line 925
            aload 0 /* this */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.isAtomic:()Z
            ifne 2
         1: .line 926
            aload 0 /* this */
            iload 1 /* idx */
            aload 2 /* removed */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.nextRemove:(ILjava/lang/Object;)V
         2: .line 928
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Integer removed
        end local 1 // int idx
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;
            0    3     1      idx  I
            0    3     2  removed  Ljava/lang/Integer;
    MethodParameters:
         Name  Flags
      idx      
      removed  

  public final void _nextPermutation(int, int, int[]);
    descriptor: (II[I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
        start local 1 // int from
        start local 2 // int to
        start local 3 // int[] perm
         0: .line 931
            aload 0 /* this */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.isAtomic:()Z
            ifne 2
         1: .line 932
            aload 0 /* this */
            iload 1 /* from */
            iload 2 /* to */
            aload 3 /* perm */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.nextPermutation:(II[I)V
         2: .line 934
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int[] perm
        end local 2 // int to
        end local 1 // int from
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;
            0    3     1  from  I
            0    3     2    to  I
            0    3     3  perm  [I
    MethodParameters:
      Name  Flags
      from  
      to    
      perm  

  public final void _nextAdd(int, int);
    descriptor: (II)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
        start local 1 // int from
        start local 2 // int to
         0: .line 937
            aload 0 /* this */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.isAtomic:()Z
            ifne 2
         1: .line 938
            aload 0 /* this */
            iload 1 /* from */
            iload 2 /* to */
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.nextAdd:(II)V
         2: .line 940
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int to
        end local 1 // int from
        end local 0 // javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/control/MultipleSelectionModelBase$SelectedIndicesList;
            0    3     1  from  I
            0    3     2    to  I
    MethodParameters:
      Name  Flags
      from  
      to    

  public void _nextRemove(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            aload 2
            checkcast java.lang.Integer
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList._nextRemove:(ILjava/lang/Integer;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void _nextSet(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            aload 2
            checkcast java.lang.Integer
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList._nextSet:(ILjava/lang/Integer;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object get(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList.get:(I)Ljava/lang/Integer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/sun/javafx/scene/control/ReadOnlyUnbackedObservableList<Ljava/lang/Integer;>;
SourceFile: "MultipleSelectionModelBase.java"
NestHost: javafx.scene.control.MultipleSelectionModelBase
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  SelectedIndicesList = javafx.scene.control.MultipleSelectionModelBase$SelectedIndicesList of javafx.scene.control.MultipleSelectionModelBase