class javafx.collections.FXCollections$UnmodifiableObservableListImpl<T> extends javafx.collections.ObservableListBase<T> implements javafx.collections.ObservableList<T>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.collections.FXCollections$UnmodifiableObservableListImpl
super_class: javafx.collections.ObservableListBase
{
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;>;
public void <init>(javafx.collections.ObservableList<T>);
descriptor: (Ljavafx/collections/ObservableList;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial javafx.collections.ObservableListBase.<init>:()V
1: aload 0
aload 1
putfield javafx.collections.FXCollections$UnmodifiableObservableListImpl.backingList:Ljavafx/collections/ObservableList;
2: aload 0
aload 0
invokedynamic onChanged(Ljavafx/collections/FXCollections$UnmodifiableObservableListImpl;)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$UnmodifiableObservableListImpl.lambda$0(Ljavafx/collections/ListChangeListener$Change;)V (7)
(Ljavafx/collections/ListChangeListener$Change;)V
putfield javafx.collections.FXCollections$UnmodifiableObservableListImpl.listener:Ljavafx/collections/ListChangeListener;
3: aload 0
getfield javafx.collections.FXCollections$UnmodifiableObservableListImpl.backingList:Ljavafx/collections/ObservableList;
new javafx.collections.WeakListChangeListener
dup
aload 0
getfield javafx.collections.FXCollections$UnmodifiableObservableListImpl.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 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljavafx/collections/FXCollections$UnmodifiableObservableListImpl<TT;>;
0 5 1 backingList Ljavafx/collections/ObservableList<TT;>;
Signature: (Ljavafx/collections/ObservableList<TT;>;)V
MethodParameters:
Name Flags
backingList
public T get();
descriptor: (I)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.collections.FXCollections$UnmodifiableObservableListImpl.backingList:Ljavafx/collections/ObservableList;
iload 1
invokeinterface javafx.collections.ObservableList.get:(I)Ljava/lang/Object;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/collections/FXCollections$UnmodifiableObservableListImpl<TT;>;
0 1 1 index I
Signature: (I)TT;
MethodParameters:
Name Flags
index
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.collections.FXCollections$UnmodifiableObservableListImpl.backingList:Ljavafx/collections/ObservableList;
invokeinterface javafx.collections.ObservableList.size:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/collections/FXCollections$UnmodifiableObservableListImpl<TT;>;
public boolean addAll();
descriptor: ([Ljava/lang/Object;)Z
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/collections/FXCollections$UnmodifiableObservableListImpl<TT;>;
0 1 1 elements [Ljava/lang/Object;
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=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/collections/FXCollections$UnmodifiableObservableListImpl<TT;>;
0 1 1 elements [Ljava/lang/Object;
Signature: ([TT;)Z
MethodParameters:
Name Flags
elements
public boolean setAll(java.util.Collection<? extends T>);
descriptor: (Ljava/util/Collection;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/collections/FXCollections$UnmodifiableObservableListImpl<TT;>;
0 1 1 col Ljava/util/Collection<+TT;>;
Signature: (Ljava/util/Collection<+TT;>;)Z
MethodParameters:
Name Flags
col
public boolean removeAll();
descriptor: ([Ljava/lang/Object;)Z
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/collections/FXCollections$UnmodifiableObservableListImpl<TT;>;
0 1 1 elements [Ljava/lang/Object;
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=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/collections/FXCollections$UnmodifiableObservableListImpl<TT;>;
0 1 1 elements [Ljava/lang/Object;
Signature: ([TT;)Z
MethodParameters:
Name Flags
elements
public void remove(int, int);
descriptor: (II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/collections/FXCollections$UnmodifiableObservableListImpl<TT;>;
0 1 1 from I
0 1 2 to I
MethodParameters:
Name Flags
from
to
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
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
invokevirtual javafx.collections.FXCollections$UnmodifiableObservableListImpl.fireChange:(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$UnmodifiableObservableListImpl<TT;>;
0 2 1 c Ljavafx/collections/ListChangeListener$Change<+TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljavafx/collections/ObservableListBase<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 UnmodifiableObservableListImpl = javafx.collections.FXCollections$UnmodifiableObservableListImpl of javafx.collections.FXCollections
public abstract Change = javafx.collections.ListChangeListener$Change of javafx.collections.ListChangeListener