class javafx.collections.FXCollections$SynchronizedObservableList<T> extends javafx.collections.FXCollections$SynchronizedList<T> implements javafx.collections.ObservableList<T>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.collections.FXCollections$SynchronizedObservableList
super_class: javafx.collections.FXCollections$SynchronizedList
{
private com.sun.javafx.collections.ListListenerHelper helper;
descriptor: Lcom/sun/javafx/collections/ListListenerHelper;
flags: (0x0002) ACC_PRIVATE
private final javafx.collections.ObservableList<T> backingList;
descriptor: Ljavafx/collections/ObservableList;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljavafx/collections/ObservableList<TT;>;
private final javafx.collections.ListChangeListener<T> listener;
descriptor: Ljavafx/collections/ListChangeListener;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljavafx/collections/ListChangeListener<TT;>;
void <init>(javafx.collections.ObservableList<T>, );
descriptor: (Ljavafx/collections/ObservableList;Ljava/lang/Object;)V
flags: (0x0000)
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokespecial javafx.collections.FXCollections$SynchronizedList.<init>:(Ljava/util/List;Ljava/lang/Object;)V
1: aload 0
aload 1
putfield javafx.collections.FXCollections$SynchronizedObservableList.backingList:Ljavafx/collections/ObservableList;
2: aload 0
aload 0
invokedynamic onChanged(Ljavafx/collections/FXCollections$SynchronizedObservableList;)Ljavafx/collections/ListChangeListener;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljavafx/collections/ListChangeListener$Change;)V
javafx/collections/FXCollections$SynchronizedObservableList.lambda$0(Ljavafx/collections/ListChangeListener$Change;)V (7)
(Ljavafx/collections/ListChangeListener$Change;)V
putfield javafx.collections.FXCollections$SynchronizedObservableList.listener:Ljavafx/collections/ListChangeListener;
3: aload 0
getfield javafx.collections.FXCollections$SynchronizedObservableList.backingList:Ljavafx/collections/ObservableList;
new javafx.collections.WeakListChangeListener
dup
aload 0
getfield javafx.collections.FXCollections$SynchronizedObservableList.listener:Ljavafx/collections/ListChangeListener;
invokespecial javafx.collections.WeakListChangeListener.<init>:(Ljavafx/collections/ListChangeListener;)V
invokeinterface javafx.collections.ObservableList.addListener:(Ljavafx/collections/ListChangeListener;)V
4: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljavafx/collections/FXCollections$SynchronizedObservableList<TT;>;
0 5 1 seq Ljavafx/collections/ObservableList<TT;>;
0 5 2 mutex Ljava/lang/Object;
Signature: (Ljavafx/collections/ObservableList<TT;>;Ljava/lang/Object;)V
MethodParameters:
Name Flags
seq
mutex
void <init>(javafx.collections.ObservableList<T>);
descriptor: (Ljavafx/collections/ObservableList;)V
flags: (0x0000)
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
new java.lang.Object
dup
invokespecial java.lang.Object.<init>:()V
invokespecial javafx.collections.FXCollections$SynchronizedObservableList.<init>:(Ljavafx/collections/ObservableList;Ljava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavafx/collections/FXCollections$SynchronizedObservableList<TT;>;
0 2 1 seq Ljavafx/collections/ObservableList<TT;>;
Signature: (Ljavafx/collections/ObservableList<TT;>;)V
MethodParameters:
Name Flags
seq
public boolean addAll();
descriptor: ([Ljava/lang/Object;)Z
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.collections.FXCollections$SynchronizedObservableList.mutex:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield javafx.collections.FXCollections$SynchronizedObservableList.backingList:Ljavafx/collections/ObservableList;
aload 1
invokeinterface javafx.collections.ObservableList.addAll:([Ljava/lang/Object;)Z
aload 2
monitorexit
2: ireturn
3: StackMap locals: javafx.collections.FXCollections$SynchronizedObservableList java.lang.Object[] java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljavafx/collections/FXCollections$SynchronizedObservableList<TT;>;
0 5 1 elements [Ljava/lang/Object;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ([TT;)Z
MethodParameters:
Name Flags
elements
public boolean setAll();
descriptor: ([Ljava/lang/Object;)Z
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.collections.FXCollections$SynchronizedObservableList.mutex:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield javafx.collections.FXCollections$SynchronizedObservableList.backingList:Ljavafx/collections/ObservableList;
aload 1
invokeinterface javafx.collections.ObservableList.setAll:([Ljava/lang/Object;)Z
aload 2
monitorexit
2: ireturn
3: StackMap locals: javafx.collections.FXCollections$SynchronizedObservableList java.lang.Object[] java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljavafx/collections/FXCollections$SynchronizedObservableList<TT;>;
0 5 1 elements [Ljava/lang/Object;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ([TT;)Z
MethodParameters:
Name Flags
elements
public boolean removeAll();
descriptor: ([Ljava/lang/Object;)Z
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.collections.FXCollections$SynchronizedObservableList.mutex:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield javafx.collections.FXCollections$SynchronizedObservableList.backingList:Ljavafx/collections/ObservableList;
aload 1
invokeinterface javafx.collections.ObservableList.removeAll:([Ljava/lang/Object;)Z
aload 2
monitorexit
2: ireturn
3: StackMap locals: javafx.collections.FXCollections$SynchronizedObservableList java.lang.Object[] java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljavafx/collections/FXCollections$SynchronizedObservableList<TT;>;
0 5 1 elements [Ljava/lang/Object;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ([TT;)Z
MethodParameters:
Name Flags
elements
public boolean retainAll();
descriptor: ([Ljava/lang/Object;)Z
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.collections.FXCollections$SynchronizedObservableList.mutex:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield javafx.collections.FXCollections$SynchronizedObservableList.backingList:Ljavafx/collections/ObservableList;
aload 1
invokeinterface javafx.collections.ObservableList.retainAll:([Ljava/lang/Object;)Z
aload 2
monitorexit
2: ireturn
3: StackMap locals: javafx.collections.FXCollections$SynchronizedObservableList java.lang.Object[] java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljavafx/collections/FXCollections$SynchronizedObservableList<TT;>;
0 5 1 elements [Ljava/lang/Object;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ([TT;)Z
MethodParameters:
Name Flags
elements
public void remove(int, int);
descriptor: (II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield javafx.collections.FXCollections$SynchronizedObservableList.mutex:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield javafx.collections.FXCollections$SynchronizedObservableList.backingList:Ljavafx/collections/ObservableList;
iload 1
iload 2
invokeinterface javafx.collections.ObservableList.remove:(II)V
2: aload 3
monitorexit
3: goto 6
StackMap locals: javafx.collections.FXCollections$SynchronizedObservableList int int java.lang.Object
StackMap stack: java.lang.Throwable
4: aload 3
monitorexit
5: athrow
6: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Ljavafx/collections/FXCollections$SynchronizedObservableList<TT;>;
0 7 1 from I
0 7 2 to I
Exception table:
from to target type
1 3 4 any
4 5 4 any
MethodParameters:
Name Flags
from
to
public boolean setAll(java.util.Collection<? extends T>);
descriptor: (Ljava/util/Collection;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.collections.FXCollections$SynchronizedObservableList.mutex:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield javafx.collections.FXCollections$SynchronizedObservableList.backingList:Ljavafx/collections/ObservableList;
aload 1
invokeinterface javafx.collections.ObservableList.setAll:(Ljava/util/Collection;)Z
aload 2
monitorexit
2: ireturn
3: StackMap locals: javafx.collections.FXCollections$SynchronizedObservableList java.util.Collection java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljavafx/collections/FXCollections$SynchronizedObservableList<TT;>;
0 5 1 col Ljava/util/Collection<+TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Ljava/util/Collection<+TT;>;)Z
MethodParameters:
Name Flags
col
public final void addListener(javafx.beans.InvalidationListener);
descriptor: (Ljavafx/beans/InvalidationListener;)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.collections.FXCollections$SynchronizedObservableList.mutex:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
aload 0
getfield javafx.collections.FXCollections$SynchronizedObservableList.helper:Lcom/sun/javafx/collections/ListListenerHelper;
aload 1
invokestatic com.sun.javafx.collections.ListListenerHelper.addListener:(Lcom/sun/javafx/collections/ListListenerHelper;Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/collections/ListListenerHelper;
putfield javafx.collections.FXCollections$SynchronizedObservableList.helper:Lcom/sun/javafx/collections/ListListenerHelper;
2: aload 2
monitorexit
3: goto 6
StackMap locals: javafx.collections.FXCollections$SynchronizedObservableList javafx.beans.InvalidationListener java.lang.Object
StackMap stack: java.lang.Throwable
4: aload 2
monitorexit
5: athrow
6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Ljavafx/collections/FXCollections$SynchronizedObservableList<TT;>;
0 7 1 listener Ljavafx/beans/InvalidationListener;
Exception table:
from to target type
1 3 4 any
4 5 4 any
MethodParameters:
Name Flags
listener
public final void removeListener(javafx.beans.InvalidationListener);
descriptor: (Ljavafx/beans/InvalidationListener;)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.collections.FXCollections$SynchronizedObservableList.mutex:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
aload 0
getfield javafx.collections.FXCollections$SynchronizedObservableList.helper:Lcom/sun/javafx/collections/ListListenerHelper;
aload 1
invokestatic com.sun.javafx.collections.ListListenerHelper.removeListener:(Lcom/sun/javafx/collections/ListListenerHelper;Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/collections/ListListenerHelper;
putfield javafx.collections.FXCollections$SynchronizedObservableList.helper:Lcom/sun/javafx/collections/ListListenerHelper;
2: aload 2
monitorexit
3: goto 6
StackMap locals: javafx.collections.FXCollections$SynchronizedObservableList javafx.beans.InvalidationListener java.lang.Object
StackMap stack: java.lang.Throwable
4: aload 2
monitorexit
5: athrow
6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Ljavafx/collections/FXCollections$SynchronizedObservableList<TT;>;
0 7 1 listener Ljavafx/beans/InvalidationListener;
Exception table:
from to target type
1 3 4 any
4 5 4 any
MethodParameters:
Name Flags
listener
public void addListener(javafx.collections.ListChangeListener<? super T>);
descriptor: (Ljavafx/collections/ListChangeListener;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.collections.FXCollections$SynchronizedObservableList.mutex:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
aload 0
getfield javafx.collections.FXCollections$SynchronizedObservableList.helper:Lcom/sun/javafx/collections/ListListenerHelper;
aload 1
invokestatic com.sun.javafx.collections.ListListenerHelper.addListener:(Lcom/sun/javafx/collections/ListListenerHelper;Ljavafx/collections/ListChangeListener;)Lcom/sun/javafx/collections/ListListenerHelper;
putfield javafx.collections.FXCollections$SynchronizedObservableList.helper:Lcom/sun/javafx/collections/ListListenerHelper;
2: aload 2
monitorexit
3: goto 6
StackMap locals: javafx.collections.FXCollections$SynchronizedObservableList javafx.collections.ListChangeListener java.lang.Object
StackMap stack: java.lang.Throwable
4: aload 2
monitorexit
5: athrow
6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Ljavafx/collections/FXCollections$SynchronizedObservableList<TT;>;
0 7 1 listener Ljavafx/collections/ListChangeListener<-TT;>;
Exception table:
from to target type
1 3 4 any
4 5 4 any
Signature: (Ljavafx/collections/ListChangeListener<-TT;>;)V
MethodParameters:
Name Flags
listener
public void removeListener(javafx.collections.ListChangeListener<? super T>);
descriptor: (Ljavafx/collections/ListChangeListener;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.collections.FXCollections$SynchronizedObservableList.mutex:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
aload 0
getfield javafx.collections.FXCollections$SynchronizedObservableList.helper:Lcom/sun/javafx/collections/ListListenerHelper;
aload 1
invokestatic com.sun.javafx.collections.ListListenerHelper.removeListener:(Lcom/sun/javafx/collections/ListListenerHelper;Ljavafx/collections/ListChangeListener;)Lcom/sun/javafx/collections/ListListenerHelper;
putfield javafx.collections.FXCollections$SynchronizedObservableList.helper:Lcom/sun/javafx/collections/ListListenerHelper;
2: aload 2
monitorexit
3: goto 6
StackMap locals: javafx.collections.FXCollections$SynchronizedObservableList javafx.collections.ListChangeListener java.lang.Object
StackMap stack: java.lang.Throwable
4: aload 2
monitorexit
5: athrow
6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Ljavafx/collections/FXCollections$SynchronizedObservableList<TT;>;
0 7 1 listener Ljavafx/collections/ListChangeListener<-TT;>;
Exception table:
from to target type
1 3 4 any
4 5 4 any
Signature: (Ljavafx/collections/ListChangeListener<-TT;>;)V
MethodParameters:
Name Flags
listener
private void lambda$0(javafx.collections.ListChangeListener$Change);
descriptor: (Ljavafx/collections/ListChangeListener$Change;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.collections.FXCollections$SynchronizedObservableList.helper:Lcom/sun/javafx/collections/ListListenerHelper;
new com.sun.javafx.collections.SourceAdapterChange
dup
aload 0
aload 1
invokespecial com.sun.javafx.collections.SourceAdapterChange.<init>:(Ljavafx/collections/ObservableList;Ljavafx/collections/ListChangeListener$Change;)V
invokestatic com.sun.javafx.collections.ListListenerHelper.fireValueChangedEvent:(Lcom/sun/javafx/collections/ListListenerHelper;Ljavafx/collections/ListChangeListener$Change;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavafx/collections/FXCollections$SynchronizedObservableList<TT;>;
0 2 1 c Ljavafx/collections/ListChangeListener$Change<+TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljavafx/collections/FXCollections$SynchronizedList<TT;>;Ljavafx/collections/ObservableList<TT;>;
SourceFile: "FXCollections.java"
NestHost: javafx.collections.FXCollections
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
private SynchronizedList = javafx.collections.FXCollections$SynchronizedList of javafx.collections.FXCollections
private SynchronizedObservableList = javafx.collections.FXCollections$SynchronizedObservableList of javafx.collections.FXCollections
public abstract Change = javafx.collections.ListChangeListener$Change of javafx.collections.ListChangeListener