public abstract class javafx.beans.property.ReadOnlySetPropertyBase<E> extends javafx.beans.property.ReadOnlySetProperty<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: javafx.beans.property.ReadOnlySetPropertyBase
  super_class: javafx.beans.property.ReadOnlySetProperty
{
  private com.sun.javafx.binding.SetExpressionHelper<E> helper;
    descriptor: Lcom/sun/javafx/binding/SetExpressionHelper;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lcom/sun/javafx/binding/SetExpressionHelper<TE;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.beans.property.ReadOnlySetPropertyBase this
         0: .line 43
            aload 0 /* this */
            invokespecial javafx.beans.property.ReadOnlySetProperty.<init>:()V
            return
        end local 0 // javafx.beans.property.ReadOnlySetPropertyBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/beans/property/ReadOnlySetPropertyBase<TE;>;

  public void addListener(javafx.beans.InvalidationListener);
    descriptor: (Ljavafx/beans/InvalidationListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javafx.beans.property.ReadOnlySetPropertyBase this
        start local 1 // javafx.beans.InvalidationListener listener
         0: .line 49
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlySetPropertyBase.helper:Lcom/sun/javafx/binding/SetExpressionHelper;
            aload 0 /* this */
            aload 1 /* listener */
            invokestatic com.sun.javafx.binding.SetExpressionHelper.addListener:(Lcom/sun/javafx/binding/SetExpressionHelper;Ljavafx/beans/value/ObservableSetValue;Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/binding/SetExpressionHelper;
            putfield javafx.beans.property.ReadOnlySetPropertyBase.helper:Lcom/sun/javafx/binding/SetExpressionHelper;
         1: .line 50
            return
        end local 1 // javafx.beans.InvalidationListener listener
        end local 0 // javafx.beans.property.ReadOnlySetPropertyBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/beans/property/ReadOnlySetPropertyBase<TE;>;
            0    2     1  listener  Ljavafx/beans/InvalidationListener;
    MethodParameters:
          Name  Flags
      listener  

  public void removeListener(javafx.beans.InvalidationListener);
    descriptor: (Ljavafx/beans/InvalidationListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.beans.property.ReadOnlySetPropertyBase this
        start local 1 // javafx.beans.InvalidationListener listener
         0: .line 54
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlySetPropertyBase.helper:Lcom/sun/javafx/binding/SetExpressionHelper;
            aload 1 /* listener */
            invokestatic com.sun.javafx.binding.SetExpressionHelper.removeListener:(Lcom/sun/javafx/binding/SetExpressionHelper;Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/binding/SetExpressionHelper;
            putfield javafx.beans.property.ReadOnlySetPropertyBase.helper:Lcom/sun/javafx/binding/SetExpressionHelper;
         1: .line 55
            return
        end local 1 // javafx.beans.InvalidationListener listener
        end local 0 // javafx.beans.property.ReadOnlySetPropertyBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/beans/property/ReadOnlySetPropertyBase<TE;>;
            0    2     1  listener  Ljavafx/beans/InvalidationListener;
    MethodParameters:
          Name  Flags
      listener  

  public void addListener(javafx.beans.value.ChangeListener<? super javafx.collections.ObservableSet<E>>);
    descriptor: (Ljavafx/beans/value/ChangeListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javafx.beans.property.ReadOnlySetPropertyBase this
        start local 1 // javafx.beans.value.ChangeListener listener
         0: .line 59
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlySetPropertyBase.helper:Lcom/sun/javafx/binding/SetExpressionHelper;
            aload 0 /* this */
            aload 1 /* listener */
            invokestatic com.sun.javafx.binding.SetExpressionHelper.addListener:(Lcom/sun/javafx/binding/SetExpressionHelper;Ljavafx/beans/value/ObservableSetValue;Ljavafx/beans/value/ChangeListener;)Lcom/sun/javafx/binding/SetExpressionHelper;
            putfield javafx.beans.property.ReadOnlySetPropertyBase.helper:Lcom/sun/javafx/binding/SetExpressionHelper;
         1: .line 60
            return
        end local 1 // javafx.beans.value.ChangeListener listener
        end local 0 // javafx.beans.property.ReadOnlySetPropertyBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/beans/property/ReadOnlySetPropertyBase<TE;>;
            0    2     1  listener  Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableSet<TE;>;>;
    Signature: (Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableSet<TE;>;>;)V
    MethodParameters:
          Name  Flags
      listener  

  public void removeListener(javafx.beans.value.ChangeListener<? super javafx.collections.ObservableSet<E>>);
    descriptor: (Ljavafx/beans/value/ChangeListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.beans.property.ReadOnlySetPropertyBase this
        start local 1 // javafx.beans.value.ChangeListener listener
         0: .line 64
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlySetPropertyBase.helper:Lcom/sun/javafx/binding/SetExpressionHelper;
            aload 1 /* listener */
            invokestatic com.sun.javafx.binding.SetExpressionHelper.removeListener:(Lcom/sun/javafx/binding/SetExpressionHelper;Ljavafx/beans/value/ChangeListener;)Lcom/sun/javafx/binding/SetExpressionHelper;
            putfield javafx.beans.property.ReadOnlySetPropertyBase.helper:Lcom/sun/javafx/binding/SetExpressionHelper;
         1: .line 65
            return
        end local 1 // javafx.beans.value.ChangeListener listener
        end local 0 // javafx.beans.property.ReadOnlySetPropertyBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/beans/property/ReadOnlySetPropertyBase<TE;>;
            0    2     1  listener  Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableSet<TE;>;>;
    Signature: (Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableSet<TE;>;>;)V
    MethodParameters:
          Name  Flags
      listener  

  public void addListener(javafx.collections.SetChangeListener<? super E>);
    descriptor: (Ljavafx/collections/SetChangeListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javafx.beans.property.ReadOnlySetPropertyBase this
        start local 1 // javafx.collections.SetChangeListener listener
         0: .line 69
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlySetPropertyBase.helper:Lcom/sun/javafx/binding/SetExpressionHelper;
            aload 0 /* this */
            aload 1 /* listener */
            invokestatic com.sun.javafx.binding.SetExpressionHelper.addListener:(Lcom/sun/javafx/binding/SetExpressionHelper;Ljavafx/beans/value/ObservableSetValue;Ljavafx/collections/SetChangeListener;)Lcom/sun/javafx/binding/SetExpressionHelper;
            putfield javafx.beans.property.ReadOnlySetPropertyBase.helper:Lcom/sun/javafx/binding/SetExpressionHelper;
         1: .line 70
            return
        end local 1 // javafx.collections.SetChangeListener listener
        end local 0 // javafx.beans.property.ReadOnlySetPropertyBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/beans/property/ReadOnlySetPropertyBase<TE;>;
            0    2     1  listener  Ljavafx/collections/SetChangeListener<-TE;>;
    Signature: (Ljavafx/collections/SetChangeListener<-TE;>;)V
    MethodParameters:
          Name  Flags
      listener  

  public void removeListener(javafx.collections.SetChangeListener<? super E>);
    descriptor: (Ljavafx/collections/SetChangeListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.beans.property.ReadOnlySetPropertyBase this
        start local 1 // javafx.collections.SetChangeListener listener
         0: .line 74
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlySetPropertyBase.helper:Lcom/sun/javafx/binding/SetExpressionHelper;
            aload 1 /* listener */
            invokestatic com.sun.javafx.binding.SetExpressionHelper.removeListener:(Lcom/sun/javafx/binding/SetExpressionHelper;Ljavafx/collections/SetChangeListener;)Lcom/sun/javafx/binding/SetExpressionHelper;
            putfield javafx.beans.property.ReadOnlySetPropertyBase.helper:Lcom/sun/javafx/binding/SetExpressionHelper;
         1: .line 75
            return
        end local 1 // javafx.collections.SetChangeListener listener
        end local 0 // javafx.beans.property.ReadOnlySetPropertyBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/beans/property/ReadOnlySetPropertyBase<TE;>;
            0    2     1  listener  Ljavafx/collections/SetChangeListener<-TE;>;
    Signature: (Ljavafx/collections/SetChangeListener<-TE;>;)V
    MethodParameters:
          Name  Flags
      listener  

  protected void fireValueChangedEvent();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.beans.property.ReadOnlySetPropertyBase this
         0: .line 89
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlySetPropertyBase.helper:Lcom/sun/javafx/binding/SetExpressionHelper;
            invokestatic com.sun.javafx.binding.SetExpressionHelper.fireValueChangedEvent:(Lcom/sun/javafx/binding/SetExpressionHelper;)V
         1: .line 90
            return
        end local 0 // javafx.beans.property.ReadOnlySetPropertyBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/beans/property/ReadOnlySetPropertyBase<TE;>;

  protected void fireValueChangedEvent(javafx.collections.SetChangeListener$Change<? extends E>);
    descriptor: (Ljavafx/collections/SetChangeListener$Change;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.beans.property.ReadOnlySetPropertyBase this
        start local 1 // javafx.collections.SetChangeListener$Change change
         0: .line 106
            aload 0 /* this */
            getfield javafx.beans.property.ReadOnlySetPropertyBase.helper:Lcom/sun/javafx/binding/SetExpressionHelper;
            aload 1 /* change */
            invokestatic com.sun.javafx.binding.SetExpressionHelper.fireValueChangedEvent:(Lcom/sun/javafx/binding/SetExpressionHelper;Ljavafx/collections/SetChangeListener$Change;)V
         1: .line 107
            return
        end local 1 // javafx.collections.SetChangeListener$Change change
        end local 0 // javafx.beans.property.ReadOnlySetPropertyBase this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavafx/beans/property/ReadOnlySetPropertyBase<TE;>;
            0    2     1  change  Ljavafx/collections/SetChangeListener$Change<+TE;>;
    Signature: (Ljavafx/collections/SetChangeListener$Change<+TE;>;)V
    MethodParameters:
        Name  Flags
      change  
}
Signature: <E:Ljava/lang/Object;>Ljavafx/beans/property/ReadOnlySetProperty<TE;>;
SourceFile: "ReadOnlySetPropertyBase.java"
InnerClasses:
  public abstract Change = javafx.collections.SetChangeListener$Change of javafx.collections.SetChangeListener