class com.sun.javafx.binding.SetExpressionHelper$Generic<E> extends com.sun.javafx.binding.SetExpressionHelper<E>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.javafx.binding.SetExpressionHelper$Generic
super_class: com.sun.javafx.binding.SetExpressionHelper
{
private javafx.beans.InvalidationListener[] invalidationListeners;
descriptor: [Ljavafx/beans/InvalidationListener;
flags: (0x0002) ACC_PRIVATE
private javafx.beans.value.ChangeListener<? super javafx.collections.ObservableSet<E>>[] changeListeners;
descriptor: [Ljavafx/beans/value/ChangeListener;
flags: (0x0002) ACC_PRIVATE
Signature: [Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableSet<TE;>;>;
private javafx.collections.SetChangeListener<? super E>[] setChangeListeners;
descriptor: [Ljavafx/collections/SetChangeListener;
flags: (0x0002) ACC_PRIVATE
Signature: [Ljavafx/collections/SetChangeListener<-TE;>;
private int invalidationSize;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int changeSize;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int setChangeSize;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private boolean locked;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private javafx.collections.ObservableSet<E> currentValue;
descriptor: Ljavafx/collections/ObservableSet;
flags: (0x0002) ACC_PRIVATE
Signature: Ljavafx/collections/ObservableSet<TE;>;
private void <init>(javafx.beans.value.ObservableSetValue<E>, javafx.beans.InvalidationListener, javafx.beans.InvalidationListener);
descriptor: (Ljavafx/beans/value/ObservableSetValue;Ljavafx/beans/InvalidationListener;Ljavafx/beans/InvalidationListener;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokespecial com.sun.javafx.binding.SetExpressionHelper.<init>:(Ljavafx/beans/value/ObservableSetValue;)V
1: aload 0
iconst_2
anewarray javafx.beans.InvalidationListener
dup
iconst_0
aload 2
aastore
dup
iconst_1
aload 3
aastore
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
2: aload 0
iconst_2
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
3: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/javafx/binding/SetExpressionHelper$Generic<TE;>;
0 4 1 observable Ljavafx/beans/value/ObservableSetValue<TE;>;
0 4 2 listener0 Ljavafx/beans/InvalidationListener;
0 4 3 listener1 Ljavafx/beans/InvalidationListener;
Signature: (Ljavafx/beans/value/ObservableSetValue<TE;>;Ljavafx/beans/InvalidationListener;Ljavafx/beans/InvalidationListener;)V
MethodParameters:
Name Flags
observable
listener0
listener1
private void <init>(javafx.beans.value.ObservableSetValue<E>, javafx.beans.value.ChangeListener<? super javafx.collections.ObservableSet<E>>, javafx.beans.value.ChangeListener<? super javafx.collections.ObservableSet<E>>);
descriptor: (Ljavafx/beans/value/ObservableSetValue;Ljavafx/beans/value/ChangeListener;Ljavafx/beans/value/ChangeListener;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokespecial com.sun.javafx.binding.SetExpressionHelper.<init>:(Ljavafx/beans/value/ObservableSetValue;)V
1: aload 0
iconst_2
anewarray javafx.beans.value.ChangeListener
dup
iconst_0
aload 2
aastore
dup
iconst_1
aload 3
aastore
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
2: aload 0
iconst_2
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
3: aload 0
aload 1
invokeinterface javafx.beans.value.ObservableSetValue.getValue:()Ljava/lang/Object;
checkcast javafx.collections.ObservableSet
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/javafx/binding/SetExpressionHelper$Generic<TE;>;
0 5 1 observable Ljavafx/beans/value/ObservableSetValue<TE;>;
0 5 2 listener0 Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableSet<TE;>;>;
0 5 3 listener1 Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableSet<TE;>;>;
Signature: (Ljavafx/beans/value/ObservableSetValue<TE;>;Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableSet<TE;>;>;Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableSet<TE;>;>;)V
MethodParameters:
Name Flags
observable
listener0
listener1
private void <init>(javafx.beans.value.ObservableSetValue<E>, javafx.collections.SetChangeListener<? super E>, javafx.collections.SetChangeListener<? super E>);
descriptor: (Ljavafx/beans/value/ObservableSetValue;Ljavafx/collections/SetChangeListener;Ljavafx/collections/SetChangeListener;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokespecial com.sun.javafx.binding.SetExpressionHelper.<init>:(Ljavafx/beans/value/ObservableSetValue;)V
1: aload 0
iconst_2
anewarray javafx.collections.SetChangeListener
dup
iconst_0
aload 2
aastore
dup
iconst_1
aload 3
aastore
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
2: aload 0
iconst_2
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
3: aload 0
aload 1
invokeinterface javafx.beans.value.ObservableSetValue.getValue:()Ljava/lang/Object;
checkcast javafx.collections.ObservableSet
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/javafx/binding/SetExpressionHelper$Generic<TE;>;
0 5 1 observable Ljavafx/beans/value/ObservableSetValue<TE;>;
0 5 2 listener0 Ljavafx/collections/SetChangeListener<-TE;>;
0 5 3 listener1 Ljavafx/collections/SetChangeListener<-TE;>;
Signature: (Ljavafx/beans/value/ObservableSetValue<TE;>;Ljavafx/collections/SetChangeListener<-TE;>;Ljavafx/collections/SetChangeListener<-TE;>;)V
MethodParameters:
Name Flags
observable
listener0
listener1
private void <init>(javafx.beans.value.ObservableSetValue<E>, javafx.beans.InvalidationListener, javafx.beans.value.ChangeListener<? super javafx.collections.ObservableSet<E>>);
descriptor: (Ljavafx/beans/value/ObservableSetValue;Ljavafx/beans/InvalidationListener;Ljavafx/beans/value/ChangeListener;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokespecial com.sun.javafx.binding.SetExpressionHelper.<init>:(Ljavafx/beans/value/ObservableSetValue;)V
1: aload 0
iconst_1
anewarray javafx.beans.InvalidationListener
dup
iconst_0
aload 2
aastore
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
2: aload 0
iconst_1
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
3: aload 0
iconst_1
anewarray javafx.beans.value.ChangeListener
dup
iconst_0
aload 3
aastore
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
4: aload 0
iconst_1
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
5: aload 0
aload 1
invokeinterface javafx.beans.value.ObservableSetValue.getValue:()Ljava/lang/Object;
checkcast javafx.collections.ObservableSet
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
6: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/javafx/binding/SetExpressionHelper$Generic<TE;>;
0 7 1 observable Ljavafx/beans/value/ObservableSetValue<TE;>;
0 7 2 invalidationListener Ljavafx/beans/InvalidationListener;
0 7 3 changeListener Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableSet<TE;>;>;
Signature: (Ljavafx/beans/value/ObservableSetValue<TE;>;Ljavafx/beans/InvalidationListener;Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableSet<TE;>;>;)V
MethodParameters:
Name Flags
observable
invalidationListener
changeListener
private void <init>(javafx.beans.value.ObservableSetValue<E>, javafx.beans.InvalidationListener, javafx.collections.SetChangeListener<? super E>);
descriptor: (Ljavafx/beans/value/ObservableSetValue;Ljavafx/beans/InvalidationListener;Ljavafx/collections/SetChangeListener;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokespecial com.sun.javafx.binding.SetExpressionHelper.<init>:(Ljavafx/beans/value/ObservableSetValue;)V
1: aload 0
iconst_1
anewarray javafx.beans.InvalidationListener
dup
iconst_0
aload 2
aastore
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
2: aload 0
iconst_1
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
3: aload 0
iconst_1
anewarray javafx.collections.SetChangeListener
dup
iconst_0
aload 3
aastore
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
4: aload 0
iconst_1
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
5: aload 0
aload 1
invokeinterface javafx.beans.value.ObservableSetValue.getValue:()Ljava/lang/Object;
checkcast javafx.collections.ObservableSet
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
6: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/javafx/binding/SetExpressionHelper$Generic<TE;>;
0 7 1 observable Ljavafx/beans/value/ObservableSetValue<TE;>;
0 7 2 invalidationListener Ljavafx/beans/InvalidationListener;
0 7 3 listChangeListener Ljavafx/collections/SetChangeListener<-TE;>;
Signature: (Ljavafx/beans/value/ObservableSetValue<TE;>;Ljavafx/beans/InvalidationListener;Ljavafx/collections/SetChangeListener<-TE;>;)V
MethodParameters:
Name Flags
observable
invalidationListener
listChangeListener
private void <init>(javafx.beans.value.ObservableSetValue<E>, javafx.beans.value.ChangeListener<? super javafx.collections.ObservableSet<E>>, javafx.collections.SetChangeListener<? super E>);
descriptor: (Ljavafx/beans/value/ObservableSetValue;Ljavafx/beans/value/ChangeListener;Ljavafx/collections/SetChangeListener;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokespecial com.sun.javafx.binding.SetExpressionHelper.<init>:(Ljavafx/beans/value/ObservableSetValue;)V
1: aload 0
iconst_1
anewarray javafx.beans.value.ChangeListener
dup
iconst_0
aload 2
aastore
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
2: aload 0
iconst_1
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
3: aload 0
iconst_1
anewarray javafx.collections.SetChangeListener
dup
iconst_0
aload 3
aastore
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
4: aload 0
iconst_1
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
5: aload 0
aload 1
invokeinterface javafx.beans.value.ObservableSetValue.getValue:()Ljava/lang/Object;
checkcast javafx.collections.ObservableSet
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
6: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/javafx/binding/SetExpressionHelper$Generic<TE;>;
0 7 1 observable Ljavafx/beans/value/ObservableSetValue<TE;>;
0 7 2 changeListener Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableSet<TE;>;>;
0 7 3 listChangeListener Ljavafx/collections/SetChangeListener<-TE;>;
Signature: (Ljavafx/beans/value/ObservableSetValue<TE;>;Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableSet<TE;>;>;Ljavafx/collections/SetChangeListener<-TE;>;)V
MethodParameters:
Name Flags
observable
changeListener
listChangeListener
protected com.sun.javafx.binding.SetExpressionHelper<E> addListener(javafx.beans.InvalidationListener);
descriptor: (Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/binding/SetExpressionHelper;
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
ifnonnull 4
1: aload 0
iconst_1
anewarray javafx.beans.InvalidationListener
dup
iconst_0
aload 1
aastore
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
2: aload 0
iconst_1
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
3: goto 17
4: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
arraylength
istore 2
start local 2 5: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.locked:Z
ifeq 11
6: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
iload 2
if_icmpge 7
iload 2
goto 8
StackMap locals: int
StackMap stack:
7: iload 2
iconst_3
imul
iconst_2
idiv
iconst_1
iadd
StackMap locals:
StackMap stack: int
8: istore 3
start local 3 9: aload 0
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
iload 3
invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
checkcast javafx.beans.InvalidationListener[]
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
end local 3 10: goto 16
StackMap locals:
StackMap stack:
11: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
iload 2
if_icmpne 16
12: aload 0
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
invokestatic com.sun.javafx.binding.SetExpressionHelper$Generic.trim:(I[Ljava/lang/Object;)I
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
13: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
iload 2
if_icmpne 16
14: iload 2
iconst_3
imul
iconst_2
idiv
iconst_1
iadd
istore 3
start local 3 15: aload 0
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
iload 3
invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
checkcast javafx.beans.InvalidationListener[]
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
end local 3 16: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
aload 0
dup
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
dup_x1
iconst_1
iadd
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
aload 1
aastore
end local 2 17: StackMap locals:
StackMap stack:
aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lcom/sun/javafx/binding/SetExpressionHelper$Generic<TE;>;
0 18 1 listener Ljavafx/beans/InvalidationListener;
5 17 2 oldCapacity I
9 10 3 newCapacity I
15 16 3 newCapacity I
Signature: (Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/binding/SetExpressionHelper<TE;>;
MethodParameters:
Name Flags
listener
protected com.sun.javafx.binding.SetExpressionHelper<E> removeListener(javafx.beans.InvalidationListener);
descriptor: (Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/binding/SetExpressionHelper;
flags: (0x0004) ACC_PROTECTED
Code:
stack=6, locals=5, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
ifnull 27
1: iconst_0
istore 2
start local 2 2: goto 26
3: StackMap locals: int
StackMap stack:
aload 1
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
iload 2
aaload
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 25
4: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
iconst_1
if_icmpne 12
5: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
iconst_1
if_icmpne 7
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
ifne 7
6: new com.sun.javafx.binding.SetExpressionHelper$SingleChange
dup
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
iconst_0
aaload
invokespecial com.sun.javafx.binding.SetExpressionHelper$SingleChange.<init>:(Ljavafx/beans/value/ObservableSetValue;Ljavafx/beans/value/ChangeListener;)V
areturn
7: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
ifne 9
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
iconst_1
if_icmpne 9
8: new com.sun.javafx.binding.SetExpressionHelper$SingleSetChange
dup
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
iconst_0
aaload
invokespecial com.sun.javafx.binding.SetExpressionHelper$SingleSetChange.<init>:(Ljavafx/beans/value/ObservableSetValue;Ljavafx/collections/SetChangeListener;)V
areturn
9: StackMap locals:
StackMap stack:
aload 0
aconst_null
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
10: aload 0
iconst_0
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
11: goto 27
StackMap locals:
StackMap stack:
12: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
iconst_2
if_icmpne 14
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
ifne 14
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
ifne 14
13: new com.sun.javafx.binding.SetExpressionHelper$SingleInvalidation
dup
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
iconst_1
iload 2
isub
aaload
invokespecial com.sun.javafx.binding.SetExpressionHelper$SingleInvalidation.<init>:(Ljavafx/beans/value/ObservableSetValue;Ljavafx/beans/InvalidationListener;)V
areturn
14: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
iload 2
isub
iconst_1
isub
istore 3
start local 3 15: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
astore 4
start local 4 16: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.locked:Z
ifeq 19
17: aload 0
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
arraylength
anewarray javafx.beans.InvalidationListener
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
18: aload 4
iconst_0
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
iconst_0
iload 2
iconst_1
iadd
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
19: StackMap locals: int javafx.beans.InvalidationListener[]
StackMap stack:
iload 3
ifle 21
20: aload 4
iload 2
iconst_1
iadd
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
iload 2
iload 3
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
21: StackMap locals:
StackMap stack:
aload 0
dup
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
iconst_1
isub
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
22: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.locked:Z
ifne 27
23: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
aconst_null
aastore
end local 4 end local 3 24: goto 27
25: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
26: iload 2
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
if_icmplt 3
end local 2 27: StackMap locals:
StackMap stack:
aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 28 0 this Lcom/sun/javafx/binding/SetExpressionHelper$Generic<TE;>;
0 28 1 listener Ljavafx/beans/InvalidationListener;
2 27 2 index I
15 24 3 numMoved I
16 24 4 oldListeners [Ljavafx/beans/InvalidationListener;
Signature: (Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/binding/SetExpressionHelper<TE;>;
MethodParameters:
Name Flags
listener
protected com.sun.javafx.binding.SetExpressionHelper<E> addListener(javafx.beans.value.ChangeListener<? super javafx.collections.ObservableSet<E>>);
descriptor: (Ljavafx/beans/value/ChangeListener;)Lcom/sun/javafx/binding/SetExpressionHelper;
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
ifnonnull 4
1: aload 0
iconst_1
anewarray javafx.beans.value.ChangeListener
dup
iconst_0
aload 1
aastore
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
2: aload 0
iconst_1
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
3: goto 17
4: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
arraylength
istore 2
start local 2 5: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.locked:Z
ifeq 11
6: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
iload 2
if_icmpge 7
iload 2
goto 8
StackMap locals: int
StackMap stack:
7: iload 2
iconst_3
imul
iconst_2
idiv
iconst_1
iadd
StackMap locals:
StackMap stack: int
8: istore 3
start local 3 9: aload 0
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
iload 3
invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
checkcast javafx.beans.value.ChangeListener[]
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
end local 3 10: goto 16
StackMap locals:
StackMap stack:
11: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
iload 2
if_icmpne 16
12: aload 0
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
invokestatic com.sun.javafx.binding.SetExpressionHelper$Generic.trim:(I[Ljava/lang/Object;)I
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
13: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
iload 2
if_icmpne 16
14: iload 2
iconst_3
imul
iconst_2
idiv
iconst_1
iadd
istore 3
start local 3 15: aload 0
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
iload 3
invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
checkcast javafx.beans.value.ChangeListener[]
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
end local 3 16: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
aload 0
dup
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
dup_x1
iconst_1
iadd
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
aload 1
aastore
end local 2 17: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
iconst_1
if_icmpne 19
18: aload 0
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
invokeinterface javafx.beans.value.ObservableSetValue.getValue:()Ljava/lang/Object;
checkcast javafx.collections.ObservableSet
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
19: StackMap locals:
StackMap stack:
aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 20 0 this Lcom/sun/javafx/binding/SetExpressionHelper$Generic<TE;>;
0 20 1 listener Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableSet<TE;>;>;
5 17 2 oldCapacity I
9 10 3 newCapacity I
15 16 3 newCapacity I
Signature: (Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableSet<TE;>;>;)Lcom/sun/javafx/binding/SetExpressionHelper<TE;>;
MethodParameters:
Name Flags
listener
protected com.sun.javafx.binding.SetExpressionHelper<E> removeListener(javafx.beans.value.ChangeListener<? super javafx.collections.ObservableSet<E>>);
descriptor: (Ljavafx/beans/value/ChangeListener;)Lcom/sun/javafx/binding/SetExpressionHelper;
flags: (0x0004) ACC_PROTECTED
Code:
stack=6, locals=5, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
ifnull 27
1: iconst_0
istore 2
start local 2 2: goto 26
3: StackMap locals: int
StackMap stack:
aload 1
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
iload 2
aaload
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 25
4: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
iconst_1
if_icmpne 12
5: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
iconst_1
if_icmpne 7
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
ifne 7
6: new com.sun.javafx.binding.SetExpressionHelper$SingleInvalidation
dup
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
iconst_0
aaload
invokespecial com.sun.javafx.binding.SetExpressionHelper$SingleInvalidation.<init>:(Ljavafx/beans/value/ObservableSetValue;Ljavafx/beans/InvalidationListener;)V
areturn
7: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
ifne 9
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
iconst_1
if_icmpne 9
8: new com.sun.javafx.binding.SetExpressionHelper$SingleSetChange
dup
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
iconst_0
aaload
invokespecial com.sun.javafx.binding.SetExpressionHelper$SingleSetChange.<init>:(Ljavafx/beans/value/ObservableSetValue;Ljavafx/collections/SetChangeListener;)V
areturn
9: StackMap locals:
StackMap stack:
aload 0
aconst_null
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
10: aload 0
iconst_0
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
11: goto 27
StackMap locals:
StackMap stack:
12: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
iconst_2
if_icmpne 14
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
ifne 14
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
ifne 14
13: new com.sun.javafx.binding.SetExpressionHelper$SingleChange
dup
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
iconst_1
iload 2
isub
aaload
invokespecial com.sun.javafx.binding.SetExpressionHelper$SingleChange.<init>:(Ljavafx/beans/value/ObservableSetValue;Ljavafx/beans/value/ChangeListener;)V
areturn
14: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
iload 2
isub
iconst_1
isub
istore 3
start local 3 15: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
astore 4
start local 4 16: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.locked:Z
ifeq 19
17: aload 0
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
arraylength
anewarray javafx.beans.value.ChangeListener
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
18: aload 4
iconst_0
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
iconst_0
iload 2
iconst_1
iadd
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
19: StackMap locals: int javafx.beans.value.ChangeListener[]
StackMap stack:
iload 3
ifle 21
20: aload 4
iload 2
iconst_1
iadd
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
iload 2
iload 3
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
21: StackMap locals:
StackMap stack:
aload 0
dup
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
iconst_1
isub
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
22: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.locked:Z
ifne 27
23: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
aconst_null
aastore
end local 4 end local 3 24: goto 27
25: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
26: iload 2
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
if_icmplt 3
end local 2 27: StackMap locals:
StackMap stack:
aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 28 0 this Lcom/sun/javafx/binding/SetExpressionHelper$Generic<TE;>;
0 28 1 listener Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableSet<TE;>;>;
2 27 2 index I
15 24 3 numMoved I
16 24 4 oldListeners [Ljavafx/beans/value/ChangeListener;
Signature: (Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableSet<TE;>;>;)Lcom/sun/javafx/binding/SetExpressionHelper<TE;>;
MethodParameters:
Name Flags
listener
protected com.sun.javafx.binding.SetExpressionHelper<E> addListener(javafx.collections.SetChangeListener<? super E>);
descriptor: (Ljavafx/collections/SetChangeListener;)Lcom/sun/javafx/binding/SetExpressionHelper;
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
ifnonnull 4
1: aload 0
iconst_1
anewarray javafx.collections.SetChangeListener
dup
iconst_0
aload 1
aastore
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
2: aload 0
iconst_1
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
3: goto 17
4: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
arraylength
istore 2
start local 2 5: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.locked:Z
ifeq 11
6: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
iload 2
if_icmpge 7
iload 2
goto 8
StackMap locals: int
StackMap stack:
7: iload 2
iconst_3
imul
iconst_2
idiv
iconst_1
iadd
StackMap locals:
StackMap stack: int
8: istore 3
start local 3 9: aload 0
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
iload 3
invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
checkcast javafx.collections.SetChangeListener[]
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
end local 3 10: goto 16
StackMap locals:
StackMap stack:
11: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
iload 2
if_icmpne 16
12: aload 0
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
invokestatic com.sun.javafx.binding.SetExpressionHelper$Generic.trim:(I[Ljava/lang/Object;)I
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
13: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
iload 2
if_icmpne 16
14: iload 2
iconst_3
imul
iconst_2
idiv
iconst_1
iadd
istore 3
start local 3 15: aload 0
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
iload 3
invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
checkcast javafx.collections.SetChangeListener[]
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
end local 3 16: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
aload 0
dup
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
dup_x1
iconst_1
iadd
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
aload 1
aastore
end local 2 17: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
iconst_1
if_icmpne 19
18: aload 0
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
invokeinterface javafx.beans.value.ObservableSetValue.getValue:()Ljava/lang/Object;
checkcast javafx.collections.ObservableSet
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
19: StackMap locals:
StackMap stack:
aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 20 0 this Lcom/sun/javafx/binding/SetExpressionHelper$Generic<TE;>;
0 20 1 listener Ljavafx/collections/SetChangeListener<-TE;>;
5 17 2 oldCapacity I
9 10 3 newCapacity I
15 16 3 newCapacity I
Signature: (Ljavafx/collections/SetChangeListener<-TE;>;)Lcom/sun/javafx/binding/SetExpressionHelper<TE;>;
MethodParameters:
Name Flags
listener
protected com.sun.javafx.binding.SetExpressionHelper<E> removeListener(javafx.collections.SetChangeListener<? super E>);
descriptor: (Ljavafx/collections/SetChangeListener;)Lcom/sun/javafx/binding/SetExpressionHelper;
flags: (0x0004) ACC_PROTECTED
Code:
stack=6, locals=5, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
ifnull 27
1: iconst_0
istore 2
start local 2 2: goto 26
3: StackMap locals: int
StackMap stack:
aload 1
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
iload 2
aaload
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 25
4: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
iconst_1
if_icmpne 12
5: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
iconst_1
if_icmpne 7
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
ifne 7
6: new com.sun.javafx.binding.SetExpressionHelper$SingleInvalidation
dup
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
iconst_0
aaload
invokespecial com.sun.javafx.binding.SetExpressionHelper$SingleInvalidation.<init>:(Ljavafx/beans/value/ObservableSetValue;Ljavafx/beans/InvalidationListener;)V
areturn
7: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
ifne 9
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
iconst_1
if_icmpne 9
8: new com.sun.javafx.binding.SetExpressionHelper$SingleChange
dup
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
iconst_0
aaload
invokespecial com.sun.javafx.binding.SetExpressionHelper$SingleChange.<init>:(Ljavafx/beans/value/ObservableSetValue;Ljavafx/beans/value/ChangeListener;)V
areturn
9: StackMap locals:
StackMap stack:
aload 0
aconst_null
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
10: aload 0
iconst_0
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
11: goto 27
StackMap locals:
StackMap stack:
12: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
iconst_2
if_icmpne 14
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
ifne 14
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
ifne 14
13: new com.sun.javafx.binding.SetExpressionHelper$SingleSetChange
dup
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
iconst_1
iload 2
isub
aaload
invokespecial com.sun.javafx.binding.SetExpressionHelper$SingleSetChange.<init>:(Ljavafx/beans/value/ObservableSetValue;Ljavafx/collections/SetChangeListener;)V
areturn
14: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
iload 2
isub
iconst_1
isub
istore 3
start local 3 15: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
astore 4
start local 4 16: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.locked:Z
ifeq 19
17: aload 0
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
arraylength
anewarray javafx.collections.SetChangeListener
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
18: aload 4
iconst_0
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
iconst_0
iload 2
iconst_1
iadd
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
19: StackMap locals: int javafx.collections.SetChangeListener[]
StackMap stack:
iload 3
ifle 21
20: aload 4
iload 2
iconst_1
iadd
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
iload 2
iload 3
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
21: StackMap locals:
StackMap stack:
aload 0
dup
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
iconst_1
isub
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
22: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.locked:Z
ifne 27
23: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
aconst_null
aastore
end local 4 end local 3 24: goto 27
25: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
26: iload 2
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
if_icmplt 3
end local 2 27: StackMap locals:
StackMap stack:
aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 28 0 this Lcom/sun/javafx/binding/SetExpressionHelper$Generic<TE;>;
0 28 1 listener Ljavafx/collections/SetChangeListener<-TE;>;
2 27 2 index I
15 24 3 numMoved I
16 24 4 oldListeners [Ljavafx/collections/SetChangeListener;
Signature: (Ljavafx/collections/SetChangeListener<-TE;>;)Lcom/sun/javafx/binding/SetExpressionHelper<TE;>;
MethodParameters:
Name Flags
listener
protected void fireValueChangedEvent();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
ifne 3
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
ifne 3
1: aload 0
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
aconst_null
invokevirtual com.sun.javafx.binding.SetExpressionHelper$Generic.notifyListeners:(Ljavafx/collections/ObservableSet;Lcom/sun/javafx/binding/SetExpressionHelper$SimpleChange;)V
2: goto 6
3: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
astore 1
start local 1 4: aload 0
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
invokeinterface javafx.beans.value.ObservableSetValue.getValue:()Ljava/lang/Object;
checkcast javafx.collections.ObservableSet
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
5: aload 0
aload 1
aconst_null
invokevirtual com.sun.javafx.binding.SetExpressionHelper$Generic.notifyListeners:(Ljavafx/collections/ObservableSet;Lcom/sun/javafx/binding/SetExpressionHelper$SimpleChange;)V
end local 1 6: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/javafx/binding/SetExpressionHelper$Generic<TE;>;
4 6 1 oldValue Ljavafx/collections/ObservableSet<TE;>;
protected void fireValueChangedEvent(javafx.collections.SetChangeListener$Change<? extends E>);
descriptor: (Ljavafx/collections/SetChangeListener$Change;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
ifne 1
aconst_null
goto 2
StackMap locals:
StackMap stack:
1: new com.sun.javafx.binding.SetExpressionHelper$SimpleChange
dup
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
aload 1
invokespecial com.sun.javafx.binding.SetExpressionHelper$SimpleChange.<init>:(Ljavafx/collections/ObservableSet;Ljavafx/collections/SetChangeListener$Change;)V
StackMap locals:
StackMap stack: com.sun.javafx.binding.SetExpressionHelper$SimpleChange
2: astore 2
start local 2 3: aload 0
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
aload 2
invokevirtual com.sun.javafx.binding.SetExpressionHelper$Generic.notifyListeners:(Ljavafx/collections/ObservableSet;Lcom/sun/javafx/binding/SetExpressionHelper$SimpleChange;)V
4: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/javafx/binding/SetExpressionHelper$Generic<TE;>;
0 5 1 change Ljavafx/collections/SetChangeListener$Change<+TE;>;
3 5 2 mappedChange Lcom/sun/javafx/binding/SetExpressionHelper$SimpleChange<TE;>;
Signature: (Ljavafx/collections/SetChangeListener$Change<+TE;>;)V
MethodParameters:
Name Flags
change final
private void notifyListeners(javafx.collections.ObservableSet<E>, com.sun.javafx.binding.SetExpressionHelper$SimpleChange<E>);
descriptor: (Ljavafx/collections/ObservableSet;Lcom/sun/javafx/binding/SetExpressionHelper$SimpleChange;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=13, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
astore 3
start local 3 1: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
istore 4
start local 4 2: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
astore 5
start local 5 3: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
istore 6
start local 6 4: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
astore 7
start local 7 5: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
istore 8
start local 8 6: aload 0
iconst_1
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.locked:Z
7: iconst_0
istore 9
start local 9 8: goto 11
9: StackMap locals: com.sun.javafx.binding.SetExpressionHelper$Generic javafx.collections.ObservableSet com.sun.javafx.binding.SetExpressionHelper$SimpleChange javafx.beans.InvalidationListener[] int javafx.beans.value.ChangeListener[] int javafx.collections.SetChangeListener[] int int
StackMap stack:
aload 3
iload 9
aaload
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
invokeinterface javafx.beans.InvalidationListener.invalidated:(Ljavafx/beans/Observable;)V
10: iinc 9 1
StackMap locals:
StackMap stack:
11: iload 9
iload 4
if_icmplt 9
end local 9 12: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
aload 1
if_acmpne 13
aload 2
ifnull 73
13: StackMap locals:
StackMap stack:
iconst_0
istore 9
start local 9 14: goto 17
15: StackMap locals: int
StackMap stack:
aload 5
iload 9
aaload
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
aload 1
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
invokeinterface javafx.beans.value.ChangeListener.changed:(Ljavafx/beans/value/ObservableValue;Ljava/lang/Object;Ljava/lang/Object;)V
16: iinc 9 1
StackMap locals:
StackMap stack:
17: iload 9
iload 6
if_icmplt 15
end local 9 18: iload 8
ifle 73
19: aload 2
ifnull 26
20: iconst_0
istore 9
start local 9 21: goto 24
22: StackMap locals:
StackMap stack:
aload 7
iload 9
aaload
aload 2
invokeinterface javafx.collections.SetChangeListener.onChanged:(Ljavafx/collections/SetChangeListener$Change;)V
23: iinc 9 1
StackMap locals:
StackMap stack:
24: iload 9
iload 8
if_icmplt 22
end local 9 25: goto 73
26: StackMap locals:
StackMap stack:
new com.sun.javafx.binding.SetExpressionHelper$SimpleChange
dup
aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
invokespecial com.sun.javafx.binding.SetExpressionHelper$SimpleChange.<init>:(Ljavafx/collections/ObservableSet;)V
astore 2
27: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
ifnonnull 38
28: aload 1
invokeinterface javafx.collections.ObservableSet.iterator:()Ljava/util/Iterator;
astore 10
goto 36
StackMap locals: com.sun.javafx.binding.SetExpressionHelper$Generic javafx.collections.ObservableSet com.sun.javafx.binding.SetExpressionHelper$SimpleChange javafx.beans.InvalidationListener[] int javafx.beans.value.ChangeListener[] int javafx.collections.SetChangeListener[] int top java.util.Iterator
StackMap stack:
29: aload 10
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.lang.Object
astore 9
start local 9 30: aload 2
aload 9
invokevirtual com.sun.javafx.binding.SetExpressionHelper$SimpleChange.setRemoved:(Ljava/lang/Object;)Lcom/sun/javafx/binding/SetExpressionHelper$SimpleChange;
pop
31: iconst_0
istore 11
start local 11 32: goto 35
33: StackMap locals: com.sun.javafx.binding.SetExpressionHelper$Generic javafx.collections.ObservableSet com.sun.javafx.binding.SetExpressionHelper$SimpleChange javafx.beans.InvalidationListener[] int javafx.beans.value.ChangeListener[] int javafx.collections.SetChangeListener[] int java.lang.Object java.util.Iterator int
StackMap stack:
aload 7
iload 11
aaload
aload 2
invokeinterface javafx.collections.SetChangeListener.onChanged:(Ljavafx/collections/SetChangeListener$Change;)V
34: iinc 11 1
StackMap locals:
StackMap stack:
35: iload 11
iload 8
if_icmplt 33
end local 11 end local 9 36: StackMap locals: com.sun.javafx.binding.SetExpressionHelper$Generic javafx.collections.ObservableSet com.sun.javafx.binding.SetExpressionHelper$SimpleChange javafx.beans.InvalidationListener[] int javafx.beans.value.ChangeListener[] int javafx.collections.SetChangeListener[] int top java.util.Iterator
StackMap stack:
aload 10
invokeinterface java.util.Iterator.hasNext:()Z
ifne 29
37: goto 73
StackMap locals: com.sun.javafx.binding.SetExpressionHelper$Generic javafx.collections.ObservableSet com.sun.javafx.binding.SetExpressionHelper$SimpleChange javafx.beans.InvalidationListener[] int javafx.beans.value.ChangeListener[] int javafx.collections.SetChangeListener[] int
StackMap stack:
38: aload 1
ifnonnull 49
39: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
invokeinterface javafx.collections.ObservableSet.iterator:()Ljava/util/Iterator;
astore 10
goto 47
StackMap locals: com.sun.javafx.binding.SetExpressionHelper$Generic javafx.collections.ObservableSet com.sun.javafx.binding.SetExpressionHelper$SimpleChange javafx.beans.InvalidationListener[] int javafx.beans.value.ChangeListener[] int javafx.collections.SetChangeListener[] int top java.util.Iterator
StackMap stack:
40: aload 10
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.lang.Object
astore 9
start local 9 41: aload 2
aload 9
invokevirtual com.sun.javafx.binding.SetExpressionHelper$SimpleChange.setAdded:(Ljava/lang/Object;)Lcom/sun/javafx/binding/SetExpressionHelper$SimpleChange;
pop
42: iconst_0
istore 11
start local 11 43: goto 46
44: StackMap locals: com.sun.javafx.binding.SetExpressionHelper$Generic javafx.collections.ObservableSet com.sun.javafx.binding.SetExpressionHelper$SimpleChange javafx.beans.InvalidationListener[] int javafx.beans.value.ChangeListener[] int javafx.collections.SetChangeListener[] int java.lang.Object java.util.Iterator int
StackMap stack:
aload 7
iload 11
aaload
aload 2
invokeinterface javafx.collections.SetChangeListener.onChanged:(Ljavafx/collections/SetChangeListener$Change;)V
45: iinc 11 1
StackMap locals:
StackMap stack:
46: iload 11
iload 8
if_icmplt 44
end local 11 end local 9 47: StackMap locals: com.sun.javafx.binding.SetExpressionHelper$Generic javafx.collections.ObservableSet com.sun.javafx.binding.SetExpressionHelper$SimpleChange javafx.beans.InvalidationListener[] int javafx.beans.value.ChangeListener[] int javafx.collections.SetChangeListener[] int top java.util.Iterator
StackMap stack:
aload 10
invokeinterface java.util.Iterator.hasNext:()Z
ifne 40
48: goto 73
49: StackMap locals: com.sun.javafx.binding.SetExpressionHelper$Generic javafx.collections.ObservableSet com.sun.javafx.binding.SetExpressionHelper$SimpleChange javafx.beans.InvalidationListener[] int javafx.beans.value.ChangeListener[] int javafx.collections.SetChangeListener[] int
StackMap stack:
aload 1
invokeinterface javafx.collections.ObservableSet.iterator:()Ljava/util/Iterator;
astore 10
goto 58
StackMap locals: com.sun.javafx.binding.SetExpressionHelper$Generic javafx.collections.ObservableSet com.sun.javafx.binding.SetExpressionHelper$SimpleChange javafx.beans.InvalidationListener[] int javafx.beans.value.ChangeListener[] int javafx.collections.SetChangeListener[] int top java.util.Iterator
StackMap stack:
50: aload 10
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.lang.Object
astore 9
start local 9 51: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
aload 9
invokeinterface javafx.collections.ObservableSet.contains:(Ljava/lang/Object;)Z
ifne 58
52: aload 2
aload 9
invokevirtual com.sun.javafx.binding.SetExpressionHelper$SimpleChange.setRemoved:(Ljava/lang/Object;)Lcom/sun/javafx/binding/SetExpressionHelper$SimpleChange;
pop
53: iconst_0
istore 11
start local 11 54: goto 57
55: StackMap locals: com.sun.javafx.binding.SetExpressionHelper$Generic javafx.collections.ObservableSet com.sun.javafx.binding.SetExpressionHelper$SimpleChange javafx.beans.InvalidationListener[] int javafx.beans.value.ChangeListener[] int javafx.collections.SetChangeListener[] int java.lang.Object java.util.Iterator int
StackMap stack:
aload 7
iload 11
aaload
aload 2
invokeinterface javafx.collections.SetChangeListener.onChanged:(Ljavafx/collections/SetChangeListener$Change;)V
56: iinc 11 1
StackMap locals:
StackMap stack:
57: iload 11
iload 8
if_icmplt 55
end local 11 end local 9 58: StackMap locals: com.sun.javafx.binding.SetExpressionHelper$Generic javafx.collections.ObservableSet com.sun.javafx.binding.SetExpressionHelper$SimpleChange javafx.beans.InvalidationListener[] int javafx.beans.value.ChangeListener[] int javafx.collections.SetChangeListener[] int top java.util.Iterator
StackMap stack:
aload 10
invokeinterface java.util.Iterator.hasNext:()Z
ifne 50
59: aload 0
getfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
invokeinterface javafx.collections.ObservableSet.iterator:()Ljava/util/Iterator;
astore 10
goto 68
StackMap locals:
StackMap stack:
60: aload 10
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.lang.Object
astore 9
start local 9 61: aload 1
aload 9
invokeinterface javafx.collections.ObservableSet.contains:(Ljava/lang/Object;)Z
ifne 68
62: aload 2
aload 9
invokevirtual com.sun.javafx.binding.SetExpressionHelper$SimpleChange.setAdded:(Ljava/lang/Object;)Lcom/sun/javafx/binding/SetExpressionHelper$SimpleChange;
pop
63: iconst_0
istore 11
start local 11 64: goto 67
65: StackMap locals: com.sun.javafx.binding.SetExpressionHelper$Generic javafx.collections.ObservableSet com.sun.javafx.binding.SetExpressionHelper$SimpleChange javafx.beans.InvalidationListener[] int javafx.beans.value.ChangeListener[] int javafx.collections.SetChangeListener[] int java.lang.Object java.util.Iterator int
StackMap stack:
aload 7
iload 11
aaload
aload 2
invokeinterface javafx.collections.SetChangeListener.onChanged:(Ljavafx/collections/SetChangeListener$Change;)V
66: iinc 11 1
StackMap locals:
StackMap stack:
67: iload 11
iload 8
if_icmplt 65
end local 11 end local 9 68: StackMap locals: com.sun.javafx.binding.SetExpressionHelper$Generic javafx.collections.ObservableSet com.sun.javafx.binding.SetExpressionHelper$SimpleChange javafx.beans.InvalidationListener[] int javafx.beans.value.ChangeListener[] int javafx.collections.SetChangeListener[] int top java.util.Iterator
StackMap stack:
aload 10
invokeinterface java.util.Iterator.hasNext:()Z
ifne 60
69: goto 73
StackMap locals: com.sun.javafx.binding.SetExpressionHelper$Generic javafx.collections.ObservableSet com.sun.javafx.binding.SetExpressionHelper$SimpleChange javafx.beans.InvalidationListener[] int javafx.beans.value.ChangeListener[] int javafx.collections.SetChangeListener[] int
StackMap stack: java.lang.Throwable
70: astore 12
71: aload 0
iconst_0
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.locked:Z
72: aload 12
athrow
73: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield com.sun.javafx.binding.SetExpressionHelper$Generic.locked:Z
74: return
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 75 0 this Lcom/sun/javafx/binding/SetExpressionHelper$Generic<TE;>;
0 75 1 oldValue Ljavafx/collections/ObservableSet<TE;>;
0 75 2 change Lcom/sun/javafx/binding/SetExpressionHelper$SimpleChange<TE;>;
1 75 3 curInvalidationList [Ljavafx/beans/InvalidationListener;
2 75 4 curInvalidationSize I
3 75 5 curChangeList [Ljavafx/beans/value/ChangeListener;
4 75 6 curChangeSize I
5 75 7 curListChangeList [Ljavafx/collections/SetChangeListener;
6 75 8 curListChangeSize I
8 12 9 i I
14 18 9 i I
21 25 9 i I
30 36 9 element TE;
32 36 11 i I
41 47 9 element TE;
43 47 11 i I
51 58 9 element TE;
54 58 11 i I
61 68 9 element TE;
64 68 11 i I
Exception table:
from to target type
6 70 70 any
Signature: (Ljavafx/collections/ObservableSet<TE;>;Lcom/sun/javafx/binding/SetExpressionHelper$SimpleChange<TE;>;)V
MethodParameters:
Name Flags
oldValue
change
}
Signature: <E:Ljava/lang/Object;>Lcom/sun/javafx/binding/SetExpressionHelper<TE;>;
SourceFile: "SetExpressionHelper.java"
NestHost: com.sun.javafx.binding.SetExpressionHelper
InnerClasses:
private Generic = com.sun.javafx.binding.SetExpressionHelper$Generic of com.sun.javafx.binding.SetExpressionHelper
public SimpleChange = com.sun.javafx.binding.SetExpressionHelper$SimpleChange of com.sun.javafx.binding.SetExpressionHelper
private SingleChange = com.sun.javafx.binding.SetExpressionHelper$SingleChange of com.sun.javafx.binding.SetExpressionHelper
private SingleInvalidation = com.sun.javafx.binding.SetExpressionHelper$SingleInvalidation of com.sun.javafx.binding.SetExpressionHelper
private SingleSetChange = com.sun.javafx.binding.SetExpressionHelper$SingleSetChange of com.sun.javafx.binding.SetExpressionHelper
public abstract Change = javafx.collections.SetChangeListener$Change of javafx.collections.SetChangeListener