public class com.sun.javafx.collections.SetAdapterChange<E> extends javafx.collections.SetChangeListener$Change<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.collections.SetAdapterChange
  super_class: javafx.collections.SetChangeListener$Change
{
  private final javafx.collections.SetChangeListener$Change<? extends E> change;
    descriptor: Ljavafx/collections/SetChangeListener$Change;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljavafx/collections/SetChangeListener$Change<+TE;>;

  public void <init>(javafx.collections.ObservableSet<E>, javafx.collections.SetChangeListener$Change<? extends E>);
    descriptor: (Ljavafx/collections/ObservableSet;Ljavafx/collections/SetChangeListener$Change;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.javafx.collections.SetAdapterChange this
        start local 1 // javafx.collections.ObservableSet set
        start local 2 // javafx.collections.SetChangeListener$Change change
         0: .line 36
            aload 0 /* this */
            aload 1 /* set */
            invokespecial javafx.collections.SetChangeListener$Change.<init>:(Ljavafx/collections/ObservableSet;)V
         1: .line 37
            aload 0 /* this */
            aload 2 /* change */
            putfield com.sun.javafx.collections.SetAdapterChange.change:Ljavafx/collections/SetChangeListener$Change;
         2: .line 38
            return
        end local 2 // javafx.collections.SetChangeListener$Change change
        end local 1 // javafx.collections.ObservableSet set
        end local 0 // com.sun.javafx.collections.SetAdapterChange this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/javafx/collections/SetAdapterChange<TE;>;
            0    3     1     set  Ljavafx/collections/ObservableSet<TE;>;
            0    3     2  change  Ljavafx/collections/SetChangeListener$Change<+TE;>;
    Signature: (Ljavafx/collections/ObservableSet<TE;>;Ljavafx/collections/SetChangeListener$Change<+TE;>;)V
    MethodParameters:
        Name  Flags
      set     
      change  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.SetAdapterChange this
         0: .line 42
            aload 0 /* this */
            getfield com.sun.javafx.collections.SetAdapterChange.change:Ljavafx/collections/SetChangeListener$Change;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.javafx.collections.SetAdapterChange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/SetAdapterChange<TE;>;

  public boolean wasAdded();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.SetAdapterChange this
         0: .line 47
            aload 0 /* this */
            getfield com.sun.javafx.collections.SetAdapterChange.change:Ljavafx/collections/SetChangeListener$Change;
            invokevirtual javafx.collections.SetChangeListener$Change.wasAdded:()Z
            ireturn
        end local 0 // com.sun.javafx.collections.SetAdapterChange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/SetAdapterChange<TE;>;

  public boolean wasRemoved();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.SetAdapterChange this
         0: .line 52
            aload 0 /* this */
            getfield com.sun.javafx.collections.SetAdapterChange.change:Ljavafx/collections/SetChangeListener$Change;
            invokevirtual javafx.collections.SetChangeListener$Change.wasRemoved:()Z
            ireturn
        end local 0 // com.sun.javafx.collections.SetAdapterChange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/SetAdapterChange<TE;>;

  public E getElementAdded();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.SetAdapterChange this
         0: .line 57
            aload 0 /* this */
            getfield com.sun.javafx.collections.SetAdapterChange.change:Ljavafx/collections/SetChangeListener$Change;
            invokevirtual javafx.collections.SetChangeListener$Change.getElementAdded:()Ljava/lang/Object;
            areturn
        end local 0 // com.sun.javafx.collections.SetAdapterChange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/SetAdapterChange<TE;>;
    Signature: ()TE;

  public E getElementRemoved();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.SetAdapterChange this
         0: .line 62
            aload 0 /* this */
            getfield com.sun.javafx.collections.SetAdapterChange.change:Ljavafx/collections/SetChangeListener$Change;
            invokevirtual javafx.collections.SetChangeListener$Change.getElementRemoved:()Ljava/lang/Object;
            areturn
        end local 0 // com.sun.javafx.collections.SetAdapterChange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/SetAdapterChange<TE;>;
    Signature: ()TE;
}
Signature: <E:Ljava/lang/Object;>Ljavafx/collections/SetChangeListener$Change<TE;>;
SourceFile: "SetAdapterChange.java"
InnerClasses:
  public abstract Change = javafx.collections.SetChangeListener$Change of javafx.collections.SetChangeListener