class javafx.scene.chart.XYChart$Series$4 extends javafx.beans.property.ObjectPropertyBase<javafx.collections.ObservableList<javafx.scene.chart.XYChart$Data<X, Y>>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.chart.XYChart$Series$4
  super_class: javafx.beans.property.ObjectPropertyBase
{
  private javafx.collections.ObservableList<javafx.scene.chart.XYChart$Data<X, Y>> old;
    descriptor: Ljavafx/collections/ObservableList;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljavafx/collections/ObservableList<Ljavafx/scene/chart/XYChart$Data<TX;TY;>;>;

  final javafx.scene.chart.XYChart$Series this$1;
    descriptor: Ljavafx/scene/chart/XYChart$Series;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.scene.chart.XYChart$Series);
    descriptor: (Ljavafx/scene/chart/XYChart$Series;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.chart.XYChart$Series$4 this
         0: .line 1541
            aload 0 /* this */
            aload 1
            putfield javafx.scene.chart.XYChart$Series$4.this$1:Ljavafx/scene/chart/XYChart$Series;
            aload 0 /* this */
            invokespecial javafx.beans.property.ObjectPropertyBase.<init>:()V
            return
        end local 0 // javafx.scene.chart.XYChart$Series$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/chart/XYChart$Series$4;
    MethodParameters:
        Name  Flags
      this$0  final

  protected void invalidated();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=4, args_size=1
        start local 0 // javafx.scene.chart.XYChart$Series$4 this
         0: .line 1544
            aload 0 /* this */
            invokevirtual javafx.scene.chart.XYChart$Series$4.getValue:()Ljava/lang/Object;
            checkcast javafx.collections.ObservableList
            astore 1 /* current */
        start local 1 // javafx.collections.ObservableList current
         1: .line 1546
            aload 0 /* this */
            getfield javafx.scene.chart.XYChart$Series$4.old:Ljavafx/collections/ObservableList;
            ifnull 2
            aload 0 /* this */
            getfield javafx.scene.chart.XYChart$Series$4.old:Ljavafx/collections/ObservableList;
            aload 0 /* this */
            getfield javafx.scene.chart.XYChart$Series$4.this$1:Ljavafx/scene/chart/XYChart$Series;
            getfield javafx.scene.chart.XYChart$Series.dataChangeListener:Ljavafx/collections/ListChangeListener;
            invokeinterface javafx.collections.ObservableList.removeListener:(Ljavafx/collections/ListChangeListener;)V
         2: .line 1547
      StackMap locals: javafx.collections.ObservableList
      StackMap stack:
            aload 1 /* current */
            ifnull 3
            aload 1 /* current */
            aload 0 /* this */
            getfield javafx.scene.chart.XYChart$Series$4.this$1:Ljavafx/scene/chart/XYChart$Series;
            getfield javafx.scene.chart.XYChart$Series.dataChangeListener:Ljavafx/collections/ListChangeListener;
            invokeinterface javafx.collections.ObservableList.addListener:(Ljavafx/collections/ListChangeListener;)V
         3: .line 1549
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.chart.XYChart$Series$4.old:Ljavafx/collections/ObservableList;
            ifnonnull 4
            aload 1 /* current */
            ifnull 13
         4: .line 1550
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.chart.XYChart$Series$4.old:Ljavafx/collections/ObservableList;
            ifnull 5
            aload 0 /* this */
            getfield javafx.scene.chart.XYChart$Series$4.old:Ljavafx/collections/ObservableList;
            goto 6
      StackMap locals:
      StackMap stack:
         5: invokestatic java.util.Collections.emptyList:()Ljava/util/List;
      StackMap locals:
      StackMap stack: java.util.List
         6: astore 2 /* removed */
        start local 2 // java.util.List removed
         7: .line 1551
            aload 1 /* current */
            ifnull 8
            aload 1 /* current */
            invokeinterface javafx.collections.ObservableList.size:()I
            goto 9
      StackMap locals: java.util.List
      StackMap stack:
         8: iconst_0
      StackMap locals:
      StackMap stack: int
         9: istore 3 /* toIndex */
        start local 3 // int toIndex
        10: .line 1553
            iload 3 /* toIndex */
            ifgt 11
            aload 2 /* removed */
            invokeinterface java.util.List.isEmpty:()Z
            ifne 15
        11: .line 1554
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.chart.XYChart$Series$4.this$1:Ljavafx/scene/chart/XYChart$Series;
            getfield javafx.scene.chart.XYChart$Series.dataChangeListener:Ljavafx/collections/ListChangeListener;
            new javafx.scene.chart.XYChart$Series$4$1
            dup
            aload 0 /* this */
            iconst_0
            iload 3 /* toIndex */
            aload 1 /* current */
            aload 2 /* removed */
            invokespecial javafx.scene.chart.XYChart$Series$4$1.<init>:(Ljavafx/scene/chart/XYChart$Series$4;IILjavafx/collections/ObservableList;Ljava/util/List;)V
            invokeinterface javafx.collections.ListChangeListener.onChanged:(Ljavafx/collections/ListChangeListener$Change;)V
        end local 3 // int toIndex
        end local 2 // java.util.List removed
        12: .line 1562
            goto 15
      StackMap locals:
      StackMap stack:
        13: aload 0 /* this */
            getfield javafx.scene.chart.XYChart$Series$4.old:Ljavafx/collections/ObservableList;
            ifnull 15
            aload 0 /* this */
            getfield javafx.scene.chart.XYChart$Series$4.old:Ljavafx/collections/ObservableList;
            invokeinterface javafx.collections.ObservableList.size:()I
            ifle 15
        14: .line 1564
            aload 0 /* this */
            getfield javafx.scene.chart.XYChart$Series$4.this$1:Ljavafx/scene/chart/XYChart$Series;
            getfield javafx.scene.chart.XYChart$Series.dataChangeListener:Ljavafx/collections/ListChangeListener;
            new javafx.scene.chart.XYChart$Series$4$2
            dup
            aload 0 /* this */
            iconst_0
            iconst_0
            aload 1 /* current */
            invokespecial javafx.scene.chart.XYChart$Series$4$2.<init>:(Ljavafx/scene/chart/XYChart$Series$4;IILjavafx/collections/ObservableList;)V
            invokeinterface javafx.collections.ListChangeListener.onChanged:(Ljavafx/collections/ListChangeListener$Change;)V
        15: .line 1571
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* current */
            putfield javafx.scene.chart.XYChart$Series$4.old:Ljavafx/collections/ObservableList;
        16: .line 1572
            return
        end local 1 // javafx.collections.ObservableList current
        end local 0 // javafx.scene.chart.XYChart$Series$4 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0     this  Ljavafx/scene/chart/XYChart$Series$4;
            1   17     1  current  Ljavafx/collections/ObservableList<Ljavafx/scene/chart/XYChart$Data<TX;TY;>;>;
            7   12     2  removed  Ljava/util/List<Ljavafx/scene/chart/XYChart$Data<TX;TY;>;>;
           10   12     3  toIndex  I

  public java.lang.Object getBean();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.chart.XYChart$Series$4 this
         0: .line 1576
            aload 0 /* this */
            getfield javafx.scene.chart.XYChart$Series$4.this$1:Ljavafx/scene/chart/XYChart$Series;
            areturn
        end local 0 // javafx.scene.chart.XYChart$Series$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/chart/XYChart$Series$4;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.chart.XYChart$Series$4 this
         0: .line 1581
            ldc "data"
            areturn
        end local 0 // javafx.scene.chart.XYChart$Series$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/chart/XYChart$Series$4;
}
Signature: Ljavafx/beans/property/ObjectPropertyBase<Ljavafx/collections/ObservableList<Ljavafx/scene/chart/XYChart$Data<TX;TY;>;>;>;
SourceFile: "XYChart.java"
EnclosingMethod: javafx.scene.chart.XYChart$Series
NestHost: javafx.scene.chart.XYChart
InnerClasses:
  public final Data = javafx.scene.chart.XYChart$Data of javafx.scene.chart.XYChart
  public final Series = javafx.scene.chart.XYChart$Series of javafx.scene.chart.XYChart
  javafx.scene.chart.XYChart$Series$4
  javafx.scene.chart.XYChart$Series$4$1
  javafx.scene.chart.XYChart$Series$4$2