public class javafx.beans.property.ReadOnlyMapWrapper<K, V> extends javafx.beans.property.SimpleMapProperty<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javafx.beans.property.ReadOnlyMapWrapper
  super_class: javafx.beans.property.SimpleMapProperty
{
  private javafx.beans.property.ReadOnlyMapWrapper<K, V>.ReadOnlyPropertyImpl readOnlyProperty;
    descriptor: Ljavafx/beans/property/ReadOnlyMapWrapper$ReadOnlyPropertyImpl;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljavafx/beans/property/ReadOnlyMapWrapper<TK;TV;>.ReadOnlyPropertyImpl;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.beans.property.ReadOnlyMapWrapper this
         0: .line 46
            aload 0 /* this */
            invokespecial javafx.beans.property.SimpleMapProperty.<init>:()V
         1: .line 47
            return
        end local 0 // javafx.beans.property.ReadOnlyMapWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/beans/property/ReadOnlyMapWrapper<TK;TV;>;

  public void <init>(javafx.collections.ObservableMap<K, V>);
    descriptor: (Ljavafx/collections/ObservableMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.beans.property.ReadOnlyMapWrapper this
        start local 1 // javafx.collections.ObservableMap initialValue
         0: .line 56
            aload 0 /* this */
            aload 1 /* initialValue */
            invokespecial javafx.beans.property.SimpleMapProperty.<init>:(Ljavafx/collections/ObservableMap;)V
         1: .line 57
            return
        end local 1 // javafx.collections.ObservableMap initialValue
        end local 0 // javafx.beans.property.ReadOnlyMapWrapper this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Ljavafx/beans/property/ReadOnlyMapWrapper<TK;TV;>;
            0    2     1  initialValue  Ljavafx/collections/ObservableMap<TK;TV;>;
    Signature: (Ljavafx/collections/ObservableMap<TK;TV;>;)V
    MethodParameters:
              Name  Flags
      initialValue  

  public void <init>(java.lang.Object, java.lang.String);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javafx.beans.property.ReadOnlyMapWrapper this
        start local 1 // java.lang.Object bean
        start local 2 // java.lang.String name
         0: .line 68
            aload 0 /* this */
            aload 1 /* bean */
            aload 2 /* name */
            invokespecial javafx.beans.property.SimpleMapProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 69
            return
        end local 2 // java.lang.String name
        end local 1 // java.lang.Object bean
        end local 0 // javafx.beans.property.ReadOnlyMapWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/beans/property/ReadOnlyMapWrapper<TK;TV;>;
            0    2     1  bean  Ljava/lang/Object;
            0    2     2  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      bean  
      name  

  public void <init>(, java.lang.String, javafx.collections.ObservableMap<K, V>);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;Ljavafx/collections/ObservableMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // javafx.beans.property.ReadOnlyMapWrapper this
        start local 1 // java.lang.Object bean
        start local 2 // java.lang.String name
        start local 3 // javafx.collections.ObservableMap initialValue
         0: .line 83
            aload 0 /* this */
            aload 1 /* bean */
            aload 2 /* name */
            aload 3 /* initialValue */
            invokespecial javafx.beans.property.SimpleMapProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;Ljavafx/collections/ObservableMap;)V
         1: .line 84
            return
        end local 3 // javafx.collections.ObservableMap initialValue
        end local 2 // java.lang.String name
        end local 1 // java.lang.Object bean
        end local 0 // javafx.beans.property.ReadOnlyMapWrapper this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Ljavafx/beans/property/ReadOnlyMapWrapper<TK;TV;>;
            0    2     1          bean  Ljava/lang/Object;
            0    2     2          name  Ljava/lang/String;
            0    2     3  initialValue  Ljavafx/collections/ObservableMap<TK;TV;>;
    Signature: (Ljava/lang/Object;Ljava/lang/String;Ljavafx/collections/ObservableMap<TK;TV;>;)V
    MethodParameters:
              Name  Flags
      bean          
      name          
      initialValue  

  public javafx.beans.property.ReadOnlyMapProperty<K, V> getReadOnlyProperty();
    descriptor: ()Ljavafx/beans/property/ReadOnlyMapProperty;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.beans.property.ReadOnlyMapWrapper this
         0: .line 93
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlyMapWrapper.readOnlyProperty:Ljavafx/beans/property/ReadOnlyMapWrapper$ReadOnlyPropertyImpl;
            ifnonnull 2
         1: .line 94
            aload 0 /* this */
            new javafx.beans.property.ReadOnlyMapWrapper$ReadOnlyPropertyImpl
            dup
            aload 0 /* this */
            invokespecial javafx.beans.property.ReadOnlyMapWrapper$ReadOnlyPropertyImpl.<init>:(Ljavafx/beans/property/ReadOnlyMapWrapper;)V
            putfield javafx.beans.property.ReadOnlyMapWrapper.readOnlyProperty:Ljavafx/beans/property/ReadOnlyMapWrapper$ReadOnlyPropertyImpl;
         2: .line 96
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlyMapWrapper.readOnlyProperty:Ljavafx/beans/property/ReadOnlyMapWrapper$ReadOnlyPropertyImpl;
            areturn
        end local 0 // javafx.beans.property.ReadOnlyMapWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/beans/property/ReadOnlyMapWrapper<TK;TV;>;
    Signature: ()Ljavafx/beans/property/ReadOnlyMapProperty<TK;TV;>;

  protected void fireValueChangedEvent();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.beans.property.ReadOnlyMapWrapper this
         0: .line 104
            aload 0 /* this */
            invokespecial javafx.beans.property.SimpleMapProperty.fireValueChangedEvent:()V
         1: .line 105
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlyMapWrapper.readOnlyProperty:Ljavafx/beans/property/ReadOnlyMapWrapper$ReadOnlyPropertyImpl;
            ifnull 3
         2: .line 106
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlyMapWrapper.readOnlyProperty:Ljavafx/beans/property/ReadOnlyMapWrapper$ReadOnlyPropertyImpl;
            invokevirtual javafx.beans.property.ReadOnlyMapWrapper$ReadOnlyPropertyImpl.fireValueChangedEvent:()V
         3: .line 108
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javafx.beans.property.ReadOnlyMapWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/beans/property/ReadOnlyMapWrapper<TK;TV;>;

  protected void fireValueChangedEvent(javafx.collections.MapChangeListener$Change<? extends K, ? extends V>);
    descriptor: (Ljavafx/collections/MapChangeListener$Change;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.beans.property.ReadOnlyMapWrapper this
        start local 1 // javafx.collections.MapChangeListener$Change change
         0: .line 115
            aload 0 /* this */
            aload 1 /* change */
            invokespecial javafx.beans.property.SimpleMapProperty.fireValueChangedEvent:(Ljavafx/collections/MapChangeListener$Change;)V
         1: .line 116
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlyMapWrapper.readOnlyProperty:Ljavafx/beans/property/ReadOnlyMapWrapper$ReadOnlyPropertyImpl;
            ifnull 3
         2: .line 117
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlyMapWrapper.readOnlyProperty:Ljavafx/beans/property/ReadOnlyMapWrapper$ReadOnlyPropertyImpl;
            aload 1 /* change */
            invokevirtual javafx.beans.property.ReadOnlyMapWrapper$ReadOnlyPropertyImpl.fireValueChangedEvent:(Ljavafx/collections/MapChangeListener$Change;)V
         3: .line 119
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javafx.collections.MapChangeListener$Change change
        end local 0 // javafx.beans.property.ReadOnlyMapWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljavafx/beans/property/ReadOnlyMapWrapper<TK;TV;>;
            0    4     1  change  Ljavafx/collections/MapChangeListener$Change<+TK;+TV;>;
    Signature: (Ljavafx/collections/MapChangeListener$Change<+TK;+TV;>;)V
    MethodParameters:
        Name  Flags
      change  
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljavafx/beans/property/SimpleMapProperty<TK;TV;>;
SourceFile: "ReadOnlyMapWrapper.java"
NestMembers:
  javafx.beans.property.ReadOnlyMapWrapper$ReadOnlyPropertyImpl
InnerClasses:
  private ReadOnlyPropertyImpl = javafx.beans.property.ReadOnlyMapWrapper$ReadOnlyPropertyImpl of javafx.beans.property.ReadOnlyMapWrapper
  public abstract Change = javafx.collections.MapChangeListener$Change of javafx.collections.MapChangeListener