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 start local 1 start local 2 0: aload 0
aload 1
invokespecial javafx.collections.SetChangeListener$Change.<init>:(Ljavafx/collections/ObservableSet;)V
1: aload 0
aload 2
putfield com.sun.javafx.collections.SetAdapterChange.change:Ljavafx/collections/SetChangeListener$Change;
2: return
end local 2 end local 1 end local 0 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 0: aload 0
getfield com.sun.javafx.collections.SetAdapterChange.change:Ljavafx/collections/SetChangeListener$Change;
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
areturn
end local 0 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 0: aload 0
getfield com.sun.javafx.collections.SetAdapterChange.change:Ljavafx/collections/SetChangeListener$Change;
invokevirtual javafx.collections.SetChangeListener$Change.wasAdded:()Z
ireturn
end local 0 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 0: aload 0
getfield com.sun.javafx.collections.SetAdapterChange.change:Ljavafx/collections/SetChangeListener$Change;
invokevirtual javafx.collections.SetChangeListener$Change.wasRemoved:()Z
ireturn
end local 0 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 0: aload 0
getfield com.sun.javafx.collections.SetAdapterChange.change:Ljavafx/collections/SetChangeListener$Change;
invokevirtual javafx.collections.SetChangeListener$Change.getElementAdded:()Ljava/lang/Object;
areturn
end local 0 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 0: aload 0
getfield com.sun.javafx.collections.SetAdapterChange.change:Ljavafx/collections/SetChangeListener$Change;
invokevirtual javafx.collections.SetChangeListener$Change.getElementRemoved:()Ljava/lang/Object;
areturn
end local 0 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