class javafx.collections.FXCollections$SynchronizedList<T> implements java.util.List<T>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.collections.FXCollections$SynchronizedList
super_class: java.lang.Object
{
final java.lang.Object mutex;
descriptor: Ljava/lang/Object;
flags: (0x0010) ACC_FINAL
private final java.util.List<T> backingList;
descriptor: Ljava/util/List;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/List<TT;>;
void <init>(java.util.List<T>, );
descriptor: (Ljava/util/List;Ljava/lang/Object;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
2: aload 0
aload 2
putfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
0 4 1 list Ljava/util/List<TT;>;
0 4 2 mutex Ljava/lang/Object;
Signature: (Ljava/util/List<TT;>;Ljava/lang/Object;)V
MethodParameters:
Name Flags
list
mutex
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
invokeinterface java.util.List.size:()I
aload 1
monitorexit
2: ireturn
3: StackMap locals: javafx.collections.FXCollections$SynchronizedList java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
public boolean isEmpty();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
invokeinterface java.util.List.isEmpty:()Z
aload 1
monitorexit
2: ireturn
3: StackMap locals: javafx.collections.FXCollections$SynchronizedList java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
public boolean contains(java.lang.Object);
descriptor: (Ljava/lang/Object;)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$SynchronizedList.mutex:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
aload 1
invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
aload 2
monitorexit
2: ireturn
3: StackMap locals: javafx.collections.FXCollections$SynchronizedList 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$SynchronizedList<TT;>;
0 5 1 o Ljava/lang/Object;
Exception table:
from to target type
1 2 3 any
3 4 3 any
MethodParameters:
Name Flags
o
public java.util.Iterator<T> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
Signature: ()Ljava/util/Iterator<TT;>;
public java.lang.Object[] toArray();
descriptor: ()[Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
invokeinterface java.util.List.toArray:()[Ljava/lang/Object;
aload 1
monitorexit
2: areturn
3: StackMap locals: javafx.collections.FXCollections$SynchronizedList java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
public <T> T[] toArray();
descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
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$SynchronizedList.mutex:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
aload 1
invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
aload 2
monitorexit
2: areturn
3: StackMap locals: javafx.collections.FXCollections$SynchronizedList 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$SynchronizedList<TT;>;
0 5 1 a [Ljava/lang/Object;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <T:Ljava/lang/Object;>([TT;)[TT;
MethodParameters:
Name Flags
a
public boolean add();
descriptor: (Ljava/lang/Object;)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$SynchronizedList.mutex:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
aload 1
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
aload 2
monitorexit
2: ireturn
3: StackMap locals: javafx.collections.FXCollections$SynchronizedList 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$SynchronizedList<TT;>;
0 5 1 e TT;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (TT;)Z
MethodParameters:
Name Flags
e
public boolean remove(java.lang.Object);
descriptor: (Ljava/lang/Object;)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$SynchronizedList.mutex:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
aload 1
invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
aload 2
monitorexit
2: ireturn
3: StackMap locals: javafx.collections.FXCollections$SynchronizedList 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$SynchronizedList<TT;>;
0 5 1 o Ljava/lang/Object;
Exception table:
from to target type
1 2 3 any
3 4 3 any
MethodParameters:
Name Flags
o
public boolean containsAll(java.util.Collection<?>);
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$SynchronizedList.mutex:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
aload 1
invokeinterface java.util.List.containsAll:(Ljava/util/Collection;)Z
aload 2
monitorexit
2: ireturn
3: StackMap locals: javafx.collections.FXCollections$SynchronizedList 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$SynchronizedList<TT;>;
0 5 1 c Ljava/util/Collection<*>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Ljava/util/Collection<*>;)Z
MethodParameters:
Name Flags
c
public boolean addAll(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$SynchronizedList.mutex:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
aload 1
invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
aload 2
monitorexit
2: ireturn
3: StackMap locals: javafx.collections.FXCollections$SynchronizedList 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$SynchronizedList<TT;>;
0 5 1 c 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
c
public boolean addAll(int, java.util.Collection<? extends T>);
descriptor: (ILjava/util/Collection;)Z
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$SynchronizedList.mutex:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
iload 1
aload 2
invokeinterface java.util.List.addAll:(ILjava/util/Collection;)Z
aload 3
monitorexit
2: ireturn
3: StackMap locals: javafx.collections.FXCollections$SynchronizedList int java.util.Collection java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
0 5 1 index I
0 5 2 c Ljava/util/Collection<+TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (ILjava/util/Collection<+TT;>;)Z
MethodParameters:
Name Flags
index
c
public boolean removeAll(java.util.Collection<?>);
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$SynchronizedList.mutex:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
aload 1
invokeinterface java.util.List.removeAll:(Ljava/util/Collection;)Z
aload 2
monitorexit
2: ireturn
3: StackMap locals: javafx.collections.FXCollections$SynchronizedList 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$SynchronizedList<TT;>;
0 5 1 c Ljava/util/Collection<*>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Ljava/util/Collection<*>;)Z
MethodParameters:
Name Flags
c
public boolean retainAll(java.util.Collection<?>);
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$SynchronizedList.mutex:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
aload 1
invokeinterface java.util.List.retainAll:(Ljava/util/Collection;)Z
aload 2
monitorexit
2: ireturn
3: StackMap locals: javafx.collections.FXCollections$SynchronizedList 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$SynchronizedList<TT;>;
0 5 1 c Ljava/util/Collection<*>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Ljava/util/Collection<*>;)Z
MethodParameters:
Name Flags
c
public void clear();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
invokeinterface java.util.List.clear:()V
2: aload 1
monitorexit
3: goto 6
StackMap locals: javafx.collections.FXCollections$SynchronizedList java.lang.Object
StackMap stack: java.lang.Throwable
4: aload 1
monitorexit
5: athrow
6: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
Exception table:
from to target type
1 3 4 any
4 5 4 any
public T get();
descriptor: (I)Ljava/lang/Object;
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$SynchronizedList.mutex:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
iload 1
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
aload 2
monitorexit
2: areturn
3: StackMap locals: javafx.collections.FXCollections$SynchronizedList int 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$SynchronizedList<TT;>;
0 5 1 index I
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (I)TT;
MethodParameters:
Name Flags
index
public T set(int, );
descriptor: (ILjava/lang/Object;)Ljava/lang/Object;
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$SynchronizedList.mutex:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
iload 1
aload 2
invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
aload 3
monitorexit
2: areturn
3: StackMap locals: javafx.collections.FXCollections$SynchronizedList int java.lang.Object java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
0 5 1 index I
0 5 2 element TT;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (ITT;)TT;
MethodParameters:
Name Flags
index
element
public void add(int, );
descriptor: (ILjava/lang/Object;)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$SynchronizedList.mutex:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
iload 1
aload 2
invokeinterface java.util.List.add:(ILjava/lang/Object;)V
2: aload 3
monitorexit
3: goto 6
StackMap locals: javafx.collections.FXCollections$SynchronizedList int java.lang.Object 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$SynchronizedList<TT;>;
0 7 1 index I
0 7 2 element TT;
Exception table:
from to target type
1 3 4 any
4 5 4 any
Signature: (ITT;)V
MethodParameters:
Name Flags
index
element
public T remove();
descriptor: (I)Ljava/lang/Object;
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$SynchronizedList.mutex:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
iload 1
invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
aload 2
monitorexit
2: areturn
3: StackMap locals: javafx.collections.FXCollections$SynchronizedList int 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$SynchronizedList<TT;>;
0 5 1 index I
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (I)TT;
MethodParameters:
Name Flags
index
public int indexOf(java.lang.Object);
descriptor: (Ljava/lang/Object;)I
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$SynchronizedList.mutex:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
aload 1
invokeinterface java.util.List.indexOf:(Ljava/lang/Object;)I
aload 2
monitorexit
2: ireturn
3: StackMap locals: javafx.collections.FXCollections$SynchronizedList 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$SynchronizedList<TT;>;
0 5 1 o Ljava/lang/Object;
Exception table:
from to target type
1 2 3 any
3 4 3 any
MethodParameters:
Name Flags
o
public int lastIndexOf(java.lang.Object);
descriptor: (Ljava/lang/Object;)I
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$SynchronizedList.mutex:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
aload 1
invokeinterface java.util.List.lastIndexOf:(Ljava/lang/Object;)I
aload 2
monitorexit
2: ireturn
3: StackMap locals: javafx.collections.FXCollections$SynchronizedList 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$SynchronizedList<TT;>;
0 5 1 o Ljava/lang/Object;
Exception table:
from to target type
1 2 3 any
3 4 3 any
MethodParameters:
Name Flags
o
public java.util.ListIterator<T> listIterator();
descriptor: ()Ljava/util/ListIterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
invokeinterface java.util.List.listIterator:()Ljava/util/ListIterator;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
Signature: ()Ljava/util/ListIterator<TT;>;
public java.util.ListIterator<T> listIterator(int);
descriptor: (I)Ljava/util/ListIterator;
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$SynchronizedList.mutex:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
iload 1
invokeinterface java.util.List.listIterator:(I)Ljava/util/ListIterator;
aload 2
monitorexit
2: areturn
3: StackMap locals: javafx.collections.FXCollections$SynchronizedList int 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$SynchronizedList<TT;>;
0 5 1 index I
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (I)Ljava/util/ListIterator<TT;>;
MethodParameters:
Name Flags
index
public java.util.List<T> subList(int, int);
descriptor: (II)Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
dup
astore 3
monitorenter
1: new javafx.collections.FXCollections$SynchronizedList
dup
aload 0
getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
iload 1
iload 2
invokeinterface java.util.List.subList:(II)Ljava/util/List;
2: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
3: invokespecial javafx.collections.FXCollections$SynchronizedList.<init>:(Ljava/util/List;Ljava/lang/Object;)V
aload 3
monitorexit
4: areturn
5: StackMap locals: javafx.collections.FXCollections$SynchronizedList int int java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
6: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
0 7 1 fromIndex I
0 7 2 toIndex I
Exception table:
from to target type
1 4 5 any
5 6 5 any
Signature: (II)Ljava/util/List<TT;>;
MethodParameters:
Name Flags
fromIndex
toIndex
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
aload 1
monitorexit
2: areturn
3: StackMap locals: javafx.collections.FXCollections$SynchronizedList java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
invokeinterface java.util.List.hashCode:()I
aload 1
monitorexit
2: ireturn
3: StackMap locals: javafx.collections.FXCollections$SynchronizedList java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)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$SynchronizedList.mutex:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
aload 1
invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
aload 2
monitorexit
2: ireturn
3: StackMap locals: javafx.collections.FXCollections$SynchronizedList 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$SynchronizedList<TT;>;
0 5 1 o Ljava/lang/Object;
Exception table:
from to target type
1 2 3 any
3 4 3 any
MethodParameters:
Name Flags
o
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/List<TT;>;
SourceFile: "FXCollections.java"
NestHost: javafx.collections.FXCollections
InnerClasses:
private SynchronizedList = javafx.collections.FXCollections$SynchronizedList of javafx.collections.FXCollections