class com.sun.javafx.charts.Legend$2 extends javafx.beans.property.ObjectPropertyBase<javafx.collections.ObservableList<com.sun.javafx.charts.Legend$LegendItem>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.javafx.charts.Legend$2
  super_class: javafx.beans.property.ObjectPropertyBase
{
  javafx.collections.ObservableList<com.sun.javafx.charts.Legend$LegendItem> oldItems;
    descriptor: Ljavafx/collections/ObservableList;
    flags: (0x0000) 
    Signature: Ljavafx/collections/ObservableList<Lcom/sun/javafx/charts/Legend$LegendItem;>;

  final com.sun.javafx.charts.Legend this$0;
    descriptor: Lcom/sun/javafx/charts/Legend;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.javafx.charts.Legend);
    descriptor: (Lcom/sun/javafx/charts/Legend;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.charts.Legend$2 this
         0: .line 88
            aload 0 /* this */
            aload 1
            putfield com.sun.javafx.charts.Legend$2.this$0:Lcom/sun/javafx/charts/Legend;
            aload 0 /* this */
            invokespecial javafx.beans.property.ObjectPropertyBase.<init>:()V
         1: .line 89
            aload 0 /* this */
            aconst_null
            putfield com.sun.javafx.charts.Legend$2.oldItems:Ljavafx/collections/ObservableList;
         2: .line 88
            return
        end local 0 // com.sun.javafx.charts.Legend$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/charts/Legend$2;
    MethodParameters:
        Name  Flags
      this$0  final

  protected void invalidated();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.javafx.charts.Legend$2 this
         0: .line 91
            aload 0 /* this */
            getfield com.sun.javafx.charts.Legend$2.oldItems:Ljavafx/collections/ObservableList;
            ifnull 1
            aload 0 /* this */
            getfield com.sun.javafx.charts.Legend$2.oldItems:Ljavafx/collections/ObservableList;
            aload 0 /* this */
            getfield com.sun.javafx.charts.Legend$2.this$0:Lcom/sun/javafx/charts/Legend;
            getfield com.sun.javafx.charts.Legend.itemsListener:Ljavafx/collections/ListChangeListener;
            invokeinterface javafx.collections.ObservableList.removeListener:(Ljavafx/collections/ListChangeListener;)V
         1: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.charts.Legend$2.this$0:Lcom/sun/javafx/charts/Legend;
            invokevirtual com.sun.javafx.charts.Legend.getChildren:()Ljavafx/collections/ObservableList;
            invokeinterface javafx.collections.ObservableList.clear:()V
         2: .line 93
            aload 0 /* this */
            invokevirtual com.sun.javafx.charts.Legend$2.get:()Ljava/lang/Object;
            checkcast javafx.collections.ObservableList
            astore 1 /* newItems */
        start local 1 // javafx.collections.ObservableList newItems
         3: .line 94
            aload 1 /* newItems */
            ifnull 10
         4: .line 95
            aload 1 /* newItems */
            aload 0 /* this */
            getfield com.sun.javafx.charts.Legend$2.this$0:Lcom/sun/javafx/charts/Legend;
            getfield com.sun.javafx.charts.Legend.itemsListener:Ljavafx/collections/ListChangeListener;
            invokeinterface javafx.collections.ObservableList.addListener:(Ljavafx/collections/ListChangeListener;)V
         5: .line 96
            aload 1 /* newItems */
            invokeinterface javafx.collections.ObservableList.stream:()Ljava/util/stream/Stream;
         6: .line 97
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  com/sun/javafx/charts/Legend$2.lambda$0(Lcom/sun/javafx/charts/Legend$LegendItem;)Ljavafx/scene/control/Label; (6)
                  (Lcom/sun/javafx/charts/Legend$LegendItem;)Ljavafx/scene/control/Label;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
         7: .line 98
            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
         8: .line 96
            astore 2 /* labels */
        start local 2 // java.util.List labels
         9: .line 99
            aload 0 /* this */
            getfield com.sun.javafx.charts.Legend$2.this$0:Lcom/sun/javafx/charts/Legend;
            invokevirtual com.sun.javafx.charts.Legend.getChildren:()Ljavafx/collections/ObservableList;
            aload 2 /* labels */
            invokeinterface javafx.collections.ObservableList.addAll:(Ljava/util/Collection;)Z
            pop
        end local 2 // java.util.List labels
        10: .line 101
      StackMap locals: javafx.collections.ObservableList
      StackMap stack:
            aload 0 /* this */
            aload 1 /* newItems */
            putfield com.sun.javafx.charts.Legend$2.oldItems:Ljavafx/collections/ObservableList;
        11: .line 102
            aload 0 /* this */
            getfield com.sun.javafx.charts.Legend$2.this$0:Lcom/sun/javafx/charts/Legend;
            invokevirtual com.sun.javafx.charts.Legend.requestLayout:()V
        12: .line 103
            return
        end local 1 // javafx.collections.ObservableList newItems
        end local 0 // com.sun.javafx.charts.Legend$2 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lcom/sun/javafx/charts/Legend$2;
            3   13     1  newItems  Ljavafx/collections/ObservableList<Lcom/sun/javafx/charts/Legend$LegendItem;>;
            9   10     2    labels  Ljava/util/List<Ljavafx/scene/control/Label;>;

  public java.lang.Object getBean();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.charts.Legend$2 this
         0: .line 107
            aload 0 /* this */
            getfield com.sun.javafx.charts.Legend$2.this$0:Lcom/sun/javafx/charts/Legend;
            areturn
        end local 0 // com.sun.javafx.charts.Legend$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/charts/Legend$2;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.charts.Legend$2 this
         0: .line 112
            ldc "items"
            areturn
        end local 0 // com.sun.javafx.charts.Legend$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/charts/Legend$2;

  private static javafx.scene.control.Label lambda$0(com.sun.javafx.charts.Legend$LegendItem);
    descriptor: (Lcom/sun/javafx/charts/Legend$LegendItem;)Ljavafx/scene/control/Label;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.charts.Legend$LegendItem i
         0: .line 97
            aload 0 /* i */
            getfield com.sun.javafx.charts.Legend$LegendItem.label:Ljavafx/scene/control/Label;
            areturn
        end local 0 // com.sun.javafx.charts.Legend$LegendItem i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     i  Lcom/sun/javafx/charts/Legend$LegendItem;
}
Signature: Ljavafx/beans/property/ObjectPropertyBase<Ljavafx/collections/ObservableList<Lcom/sun/javafx/charts/Legend$LegendItem;>;>;
SourceFile: "Legend.java"
EnclosingMethod: com.sun.javafx.charts.Legend
NestHost: com.sun.javafx.charts.Legend
InnerClasses:
  com.sun.javafx.charts.Legend$2
  public LegendItem = com.sun.javafx.charts.Legend$LegendItem of com.sun.javafx.charts.Legend
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles