public final class javafx.collections.transformation.SortedList<E> extends javafx.collections.transformation.TransformationList<E, E>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: javafx.collections.transformation.SortedList
super_class: javafx.collections.transformation.TransformationList
{
private java.util.Comparator<javafx.collections.transformation.SortedList$Element<E>> elementComparator;
descriptor: Ljava/util/Comparator;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/Comparator<Ljavafx/collections/transformation/SortedList$Element<TE;>;>;
private javafx.collections.transformation.SortedList$Element<E>[] sorted;
descriptor: [Ljavafx/collections/transformation/SortedList$Element;
flags: (0x0002) ACC_PRIVATE
Signature: [Ljavafx/collections/transformation/SortedList$Element<TE;>;
private int[] perm;
descriptor: [I
flags: (0x0002) ACC_PRIVATE
private int size;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private final com.sun.javafx.collections.SortHelper helper;
descriptor: Lcom/sun/javafx/collections/SortHelper;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final javafx.collections.transformation.SortedList$Element<E> tempElement;
descriptor: Ljavafx/collections/transformation/SortedList$Element;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljavafx/collections/transformation/SortedList$Element<TE;>;
private javafx.beans.property.ObjectProperty<java.util.Comparator<? super E>> comparator;
descriptor: Ljavafx/beans/property/ObjectProperty;
flags: (0x0002) ACC_PRIVATE
Signature: Ljavafx/beans/property/ObjectProperty<Ljava/util/Comparator<-TE;>;>;
public void <init>(javafx.collections.ObservableList<? extends E>, java.util.Comparator<? super E>);
descriptor: (Ljavafx/collections/ObservableList;Ljava/util/Comparator;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokespecial javafx.collections.transformation.TransformationList.<init>:(Ljavafx/collections/ObservableList;)V
1: aload 0
new com.sun.javafx.collections.SortHelper
dup
invokespecial com.sun.javafx.collections.SortHelper.<init>:()V
putfield javafx.collections.transformation.SortedList.helper:Lcom/sun/javafx/collections/SortHelper;
2: aload 0
new javafx.collections.transformation.SortedList$Element
dup
aconst_null
iconst_m1
invokespecial javafx.collections.transformation.SortedList$Element.<init>:(Ljava/lang/Object;I)V
putfield javafx.collections.transformation.SortedList.tempElement:Ljavafx/collections/transformation/SortedList$Element;
3: aload 0
aload 1
invokeinterface javafx.collections.ObservableList.size:()I
iconst_3
imul
iconst_2
idiv
iconst_1
iadd
anewarray javafx.collections.transformation.SortedList$Element
putfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
4: aload 0
aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
arraylength
newarray 10
putfield javafx.collections.transformation.SortedList.perm:[I
5: aload 0
aload 1
invokeinterface javafx.collections.ObservableList.size:()I
putfield javafx.collections.transformation.SortedList.size:I
6: iconst_0
istore 3
start local 3 7: goto 11
8: StackMap locals: javafx.collections.transformation.SortedList javafx.collections.ObservableList java.util.Comparator int
StackMap stack:
aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
iload 3
new javafx.collections.transformation.SortedList$Element
dup
aload 1
iload 3
invokeinterface javafx.collections.ObservableList.get:(I)Ljava/lang/Object;
iload 3
invokespecial javafx.collections.transformation.SortedList$Element.<init>:(Ljava/lang/Object;I)V
aastore
9: aload 0
getfield javafx.collections.transformation.SortedList.perm:[I
iload 3
iload 3
iastore
10: iinc 3 1
StackMap locals:
StackMap stack:
11: iload 3
aload 0
getfield javafx.collections.transformation.SortedList.size:I
if_icmplt 8
end local 3 12: aload 2
ifnull 14
13: aload 0
aload 2
invokevirtual javafx.collections.transformation.SortedList.setComparator:(Ljava/util/Comparator;)V
14: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Ljavafx/collections/transformation/SortedList<TE;>;
0 15 1 source Ljavafx/collections/ObservableList<+TE;>;
0 15 2 comparator Ljava/util/Comparator<-TE;>;
7 12 3 i I
Signature: (Ljavafx/collections/ObservableList<+TE;>;Ljava/util/Comparator<-TE;>;)V
RuntimeVisibleParameterAnnotations:
0:
javafx.beans.NamedArg(value = "source")
1:
javafx.beans.NamedArg(value = "comparator")
MethodParameters:
Name Flags
source
comparator
public void <init>(javafx.collections.ObservableList<? extends E>);
descriptor: (Ljavafx/collections/ObservableList;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aconst_null
invokespecial javafx.collections.transformation.SortedList.<init>:(Ljavafx/collections/ObservableList;Ljava/util/Comparator;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavafx/collections/transformation/SortedList<TE;>;
0 2 1 source Ljavafx/collections/ObservableList<+TE;>;
Signature: (Ljavafx/collections/ObservableList<+TE;>;)V
RuntimeVisibleParameterAnnotations:
0:
javafx.beans.NamedArg(value = "source")
MethodParameters:
Name Flags
source
protected void sourceChanged(javafx.collections.ListChangeListener$Change<? extends E>);
descriptor: (Ljavafx/collections/ListChangeListener$Change;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.collections.transformation.SortedList.elementComparator:Ljava/util/Comparator;
ifnull 13
1: aload 0
invokevirtual javafx.collections.transformation.SortedList.beginChange:()V
2: goto 10
3: StackMap locals:
StackMap stack:
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.wasPermutated:()Z
ifeq 6
4: aload 0
aload 1
invokevirtual javafx.collections.transformation.SortedList.updatePermutationIndexes:(Ljavafx/collections/ListChangeListener$Change;)V
5: goto 10
StackMap locals:
StackMap stack:
6: aload 1
invokevirtual javafx.collections.ListChangeListener$Change.wasUpdated:()Z
ifeq 9
7: aload 0
aload 1
invokevirtual javafx.collections.transformation.SortedList.update:(Ljavafx/collections/ListChangeListener$Change;)V
8: goto 10
9: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual javafx.collections.transformation.SortedList.addRemove:(Ljavafx/collections/ListChangeListener$Change;)V
10: StackMap locals:
StackMap stack:
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.next:()Z
ifne 3
11: aload 0
invokevirtual javafx.collections.transformation.SortedList.endChange:()V
12: goto 15
13: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual javafx.collections.transformation.SortedList.updateUnsorted:(Ljavafx/collections/ListChangeListener$Change;)V
14: 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.transformation.SortedList.fireChange:(Ljavafx/collections/ListChangeListener$Change;)V
15: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Ljavafx/collections/transformation/SortedList<TE;>;
0 16 1 c Ljavafx/collections/ListChangeListener$Change<+TE;>;
Signature: (Ljavafx/collections/ListChangeListener$Change<+TE;>;)V
MethodParameters:
Name Flags
c
public final javafx.beans.property.ObjectProperty<java.util.Comparator<? super E>> comparatorProperty();
descriptor: ()Ljavafx/beans/property/ObjectProperty;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.collections.transformation.SortedList.comparator:Ljavafx/beans/property/ObjectProperty;
ifnonnull 2
1: aload 0
new javafx.collections.transformation.SortedList$1
dup
aload 0
invokespecial javafx.collections.transformation.SortedList$1.<init>:(Ljavafx/collections/transformation/SortedList;)V
putfield javafx.collections.transformation.SortedList.comparator:Ljavafx/beans/property/ObjectProperty;
2: StackMap locals:
StackMap stack:
aload 0
getfield javafx.collections.transformation.SortedList.comparator:Ljavafx/beans/property/ObjectProperty;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/collections/transformation/SortedList<TE;>;
Signature: ()Ljavafx/beans/property/ObjectProperty<Ljava/util/Comparator<-TE;>;>;
public final java.util.Comparator<? super E> getComparator();
descriptor: ()Ljava/util/Comparator;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.collections.transformation.SortedList.comparator:Ljavafx/beans/property/ObjectProperty;
ifnonnull 1
aconst_null
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield javafx.collections.transformation.SortedList.comparator:Ljavafx/beans/property/ObjectProperty;
invokevirtual javafx.beans.property.ObjectProperty.get:()Ljava/lang/Object;
checkcast java.util.Comparator
StackMap locals:
StackMap stack: java.util.Comparator
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/collections/transformation/SortedList<TE;>;
Signature: ()Ljava/util/Comparator<-TE;>;
public final void setComparator(java.util.Comparator<? super E>);
descriptor: (Ljava/util/Comparator;)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual javafx.collections.transformation.SortedList.comparatorProperty:()Ljavafx/beans/property/ObjectProperty;
aload 1
invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavafx/collections/transformation/SortedList<TE;>;
0 2 1 comparator Ljava/util/Comparator<-TE;>;
Signature: (Ljava/util/Comparator<-TE;>;)V
MethodParameters:
Name Flags
comparator
public E 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: iload 1
aload 0
getfield javafx.collections.transformation.SortedList.size:I
if_icmplt 2
1: new java.lang.IndexOutOfBoundsException
dup
invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
iload 1
aaload
getfield javafx.collections.transformation.SortedList$Element.e:Ljava/lang/Object;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/collections/transformation/SortedList<TE;>;
0 3 1 index I
Signature: (I)TE;
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.transformation.SortedList.size:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/collections/transformation/SortedList<TE;>;
private void doSortWithPermutationChange();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=7, locals=8, args_size=1
start local 0 0: aload 0
getfield javafx.collections.transformation.SortedList.elementComparator:Ljava/util/Comparator;
ifnull 9
1: aload 0
getfield javafx.collections.transformation.SortedList.helper:Lcom/sun/javafx/collections/SortHelper;
aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
iconst_0
aload 0
getfield javafx.collections.transformation.SortedList.size:I
aload 0
getfield javafx.collections.transformation.SortedList.elementComparator:Ljava/util/Comparator;
invokevirtual com.sun.javafx.collections.SortHelper.sort:([Ljava/lang/Object;IILjava/util/Comparator;)[I
astore 1
start local 1 2: iconst_0
istore 2
start local 2 3: goto 6
4: StackMap locals: int[] int
StackMap stack:
aload 0
getfield javafx.collections.transformation.SortedList.perm:[I
aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
iload 2
aaload
getfield javafx.collections.transformation.SortedList$Element.index:I
iload 2
iastore
5: iinc 2 1
StackMap locals:
StackMap stack:
6: iload 2
aload 0
getfield javafx.collections.transformation.SortedList.size:I
if_icmplt 4
end local 2 7: aload 0
new com.sun.javafx.collections.NonIterableChange$SimplePermutationChange
dup
iconst_0
aload 0
getfield javafx.collections.transformation.SortedList.size:I
aload 1
aload 0
invokespecial com.sun.javafx.collections.NonIterableChange$SimplePermutationChange.<init>:(II[ILjavafx/collections/ObservableList;)V
invokevirtual javafx.collections.transformation.SortedList.fireChange:(Ljavafx/collections/ListChangeListener$Change;)V
end local 1 8: goto 37
9: StackMap locals:
StackMap stack:
aload 0
getfield javafx.collections.transformation.SortedList.size:I
newarray 10
astore 1
start local 1 10: aload 0
getfield javafx.collections.transformation.SortedList.size:I
newarray 10
astore 2
start local 2 11: iconst_0
istore 3
start local 3 12: goto 15
13: StackMap locals: int[] int[] int
StackMap stack:
aload 1
iload 3
aload 2
iload 3
iload 3
dup_x2
iastore
iastore
14: iinc 3 1
StackMap locals:
StackMap stack:
15: iload 3
aload 0
getfield javafx.collections.transformation.SortedList.size:I
if_icmplt 13
end local 3 16: iconst_0
istore 3
start local 3 17: iconst_0
istore 4
start local 4 18: goto 34
19: StackMap locals: javafx.collections.transformation.SortedList int[] int[] int int
StackMap stack:
aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
iload 4
aaload
getfield javafx.collections.transformation.SortedList$Element.index:I
istore 5
start local 5 20: iload 5
iload 4
if_icmpne 23
21: iinc 4 1
22: goto 34
23: StackMap locals: int
StackMap stack:
aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
iload 5
aaload
astore 6
start local 6 24: aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
iload 5
aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
iload 4
aaload
aastore
25: aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
iload 4
aload 6
aastore
26: aload 0
getfield javafx.collections.transformation.SortedList.perm:[I
iload 4
iload 4
iastore
27: aload 0
getfield javafx.collections.transformation.SortedList.perm:[I
iload 5
iload 5
iastore
28: aload 1
aload 2
iload 4
iaload
iload 5
iastore
29: aload 1
aload 2
iload 5
iaload
iload 4
iastore
30: aload 2
iload 4
iaload
istore 7
start local 7 31: aload 2
iload 4
aload 2
iload 5
iaload
iastore
32: aload 2
iload 5
iload 7
iastore
33: iconst_1
istore 3
end local 7 end local 6 end local 5 34: StackMap locals:
StackMap stack:
iload 4
aload 0
getfield javafx.collections.transformation.SortedList.size:I
if_icmplt 19
35: iload 3
ifeq 37
36: aload 0
new com.sun.javafx.collections.NonIterableChange$SimplePermutationChange
dup
iconst_0
aload 0
getfield javafx.collections.transformation.SortedList.size:I
aload 1
aload 0
invokespecial com.sun.javafx.collections.NonIterableChange$SimplePermutationChange.<init>:(II[ILjavafx/collections/ObservableList;)V
invokevirtual javafx.collections.transformation.SortedList.fireChange:(Ljavafx/collections/ListChangeListener$Change;)V
end local 4 end local 3 end local 2 end local 1 37: StackMap locals: javafx.collections.transformation.SortedList
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 38 0 this Ljavafx/collections/transformation/SortedList<TE;>;
2 8 1 perm [I
3 7 2 i I
10 37 1 perm [I
11 37 2 rperm [I
12 16 3 i I
17 37 3 changed Z
18 37 4 idx I
20 34 5 otherIdx I
24 34 6 other Ljavafx/collections/transformation/SortedList$Element<TE;>;
31 34 7 tp I
public int getSourceIndex(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
iload 1
aaload
getfield javafx.collections.transformation.SortedList$Element.index:I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/collections/transformation/SortedList<TE;>;
0 1 1 index I
MethodParameters:
Name Flags
index
public int getViewIndex(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.collections.transformation.SortedList.perm:[I
iload 1
iaload
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/collections/transformation/SortedList<TE;>;
0 1 1 index I
MethodParameters:
Name Flags
index
private void updatePermutationIndexes(javafx.collections.ListChangeListener$Change<? extends E>);
descriptor: (Ljavafx/collections/ListChangeListener$Change;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: iconst_0
istore 2
start local 2 1: goto 6
2: StackMap locals: int
StackMap stack:
aload 1
aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
iload 2
aaload
getfield javafx.collections.transformation.SortedList$Element.index:I
invokevirtual javafx.collections.ListChangeListener$Change.getPermutation:(I)I
istore 3
start local 3 3: aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
iload 2
aaload
iload 3
putfield javafx.collections.transformation.SortedList$Element.index:I
4: aload 0
getfield javafx.collections.transformation.SortedList.perm:[I
iload 3
iload 2
iastore
end local 3 5: iinc 2 1
StackMap locals:
StackMap stack:
6: iload 2
aload 0
getfield javafx.collections.transformation.SortedList.size:I
if_icmplt 2
end local 2 7: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Ljavafx/collections/transformation/SortedList<TE;>;
0 8 1 change Ljavafx/collections/ListChangeListener$Change<+TE;>;
1 7 2 i I
3 5 3 p I
Signature: (Ljavafx/collections/ListChangeListener$Change<+TE;>;)V
MethodParameters:
Name Flags
change
private void updateUnsorted(javafx.collections.ListChangeListener$Change<? extends E>);
descriptor: (Ljavafx/collections/ListChangeListener$Change;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=6, locals=5, args_size=2
start local 0 start local 1 0: goto 33
1: StackMap locals:
StackMap stack:
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.wasPermutated:()Z
ifeq 15
2: aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
arraylength
anewarray javafx.collections.transformation.SortedList$Element
astore 2
start local 2 3: iconst_0
istore 3
start local 3 4: goto 13
5: StackMap locals: javafx.collections.transformation.SortedList$Element[] int
StackMap stack:
iload 3
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getFrom:()I
if_icmplt 11
iload 3
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getTo:()I
if_icmpge 11
6: aload 1
iload 3
invokevirtual javafx.collections.ListChangeListener$Change.getPermutation:(I)I
istore 4
start local 4 7: aload 2
iload 4
aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
iload 3
aaload
aastore
8: aload 2
iload 4
aaload
iload 4
putfield javafx.collections.transformation.SortedList$Element.index:I
9: aload 0
getfield javafx.collections.transformation.SortedList.perm:[I
iload 3
iload 3
iastore
end local 4 10: goto 12
11: StackMap locals:
StackMap stack:
aload 2
iload 3
aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
iload 3
aaload
aastore
12: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
13: iload 3
aload 0
getfield javafx.collections.transformation.SortedList.size:I
if_icmplt 5
end local 3 14: aload 0
aload 2
putfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
end local 2 15: StackMap locals:
StackMap stack:
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.wasRemoved:()Z
ifeq 21
16: aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getFrom:()I
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getRemovedSize:()I
iadd
istore 2
start local 2 17: aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
iload 2
aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getFrom:()I
aload 0
getfield javafx.collections.transformation.SortedList.size:I
iload 2
isub
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
18: aload 0
getfield javafx.collections.transformation.SortedList.perm:[I
iload 2
aload 0
getfield javafx.collections.transformation.SortedList.perm:[I
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getFrom:()I
aload 0
getfield javafx.collections.transformation.SortedList.size:I
iload 2
isub
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
19: aload 0
dup
getfield javafx.collections.transformation.SortedList.size:I
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getRemovedSize:()I
isub
putfield javafx.collections.transformation.SortedList.size:I
20: aload 0
iload 2
iload 2
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getRemovedSize:()I
ineg
invokevirtual javafx.collections.transformation.SortedList.updateIndices:(III)V
end local 2 21: StackMap locals:
StackMap stack:
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.wasAdded:()Z
ifeq 33
22: aload 0
aload 0
getfield javafx.collections.transformation.SortedList.size:I
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getAddedSize:()I
iadd
invokevirtual javafx.collections.transformation.SortedList.ensureSize:(I)V
23: aload 0
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getFrom:()I
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getFrom:()I
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getAddedSize:()I
invokevirtual javafx.collections.transformation.SortedList.updateIndices:(III)V
24: aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getFrom:()I
aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getTo:()I
aload 0
getfield javafx.collections.transformation.SortedList.size:I
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getFrom:()I
isub
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
25: aload 0
getfield javafx.collections.transformation.SortedList.perm:[I
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getFrom:()I
aload 0
getfield javafx.collections.transformation.SortedList.perm:[I
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getTo:()I
aload 0
getfield javafx.collections.transformation.SortedList.size:I
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getFrom:()I
isub
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
26: aload 0
dup
getfield javafx.collections.transformation.SortedList.size:I
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getAddedSize:()I
iadd
putfield javafx.collections.transformation.SortedList.size:I
27: aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getFrom:()I
istore 2
start local 2 28: goto 32
29: StackMap locals: int
StackMap stack:
aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
iload 2
new javafx.collections.transformation.SortedList$Element
dup
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getList:()Ljavafx/collections/ObservableList;
iload 2
invokeinterface javafx.collections.ObservableList.get:(I)Ljava/lang/Object;
iload 2
invokespecial javafx.collections.transformation.SortedList$Element.<init>:(Ljava/lang/Object;I)V
aastore
30: aload 0
getfield javafx.collections.transformation.SortedList.perm:[I
iload 2
iload 2
iastore
31: iinc 2 1
StackMap locals:
StackMap stack:
32: iload 2
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getTo:()I
if_icmplt 29
end local 2 33: StackMap locals:
StackMap stack:
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.next:()Z
ifne 1
34: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 35 0 this Ljavafx/collections/transformation/SortedList<TE;>;
0 35 1 c Ljavafx/collections/ListChangeListener$Change<+TE;>;
3 15 2 sortedTmp [Ljavafx/collections/transformation/SortedList$Element;
4 14 3 i I
7 10 4 p I
17 21 2 removedTo I
28 33 2 i I
Signature: (Ljavafx/collections/ListChangeListener$Change<+TE;>;)V
MethodParameters:
Name Flags
c
private void ensureSize(int);
descriptor: (I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
arraylength
iload 1
if_icmpge 7
1: iload 1
iconst_3
imul
iconst_2
idiv
iconst_1
iadd
anewarray javafx.collections.transformation.SortedList$Element
astore 2
start local 2 2: aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
iconst_0
aload 2
iconst_0
aload 0
getfield javafx.collections.transformation.SortedList.size:I
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
3: aload 0
aload 2
putfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
4: iload 1
iconst_3
imul
iconst_2
idiv
iconst_1
iadd
newarray 10
astore 3
start local 3 5: aload 0
getfield javafx.collections.transformation.SortedList.perm:[I
iconst_0
aload 3
iconst_0
aload 0
getfield javafx.collections.transformation.SortedList.size:I
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
6: aload 0
aload 3
putfield javafx.collections.transformation.SortedList.perm:[I
end local 3 end local 2 7: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Ljavafx/collections/transformation/SortedList<TE;>;
0 8 1 size I
2 7 2 replacement [Ljavafx/collections/transformation/SortedList$Element;
5 7 3 replacementPerm [I
MethodParameters:
Name Flags
size
private void updateIndices(int, int, int);
descriptor: (III)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iconst_0
istore 4
start local 4 1: goto 7
2: StackMap locals: int
StackMap stack:
aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
iload 4
aaload
getfield javafx.collections.transformation.SortedList$Element.index:I
iload 1
if_icmplt 4
3: aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
iload 4
aaload
dup
getfield javafx.collections.transformation.SortedList$Element.index:I
iload 3
iadd
putfield javafx.collections.transformation.SortedList$Element.index:I
4: StackMap locals:
StackMap stack:
aload 0
getfield javafx.collections.transformation.SortedList.perm:[I
iload 4
iaload
iload 2
if_icmplt 6
5: aload 0
getfield javafx.collections.transformation.SortedList.perm:[I
iload 4
dup2
iaload
iload 3
iadd
iastore
6: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
7: iload 4
aload 0
getfield javafx.collections.transformation.SortedList.size:I
if_icmplt 2
end local 4 8: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Ljavafx/collections/transformation/SortedList<TE;>;
0 9 1 from I
0 9 2 viewFrom I
0 9 3 difference I
1 8 4 i I
MethodParameters:
Name Flags
from
viewFrom
difference
private int findPosition();
descriptor: (Ljava/lang/Object;)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
arraylength
ifne 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield javafx.collections.transformation.SortedList.tempElement:Ljavafx/collections/transformation/SortedList$Element;
aload 1
putfield javafx.collections.transformation.SortedList$Element.e:Ljava/lang/Object;
3: aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
iconst_0
aload 0
getfield javafx.collections.transformation.SortedList.size:I
aload 0
getfield javafx.collections.transformation.SortedList.tempElement:Ljavafx/collections/transformation/SortedList$Element;
aload 0
getfield javafx.collections.transformation.SortedList.elementComparator:Ljava/util/Comparator;
invokestatic java.util.Arrays.binarySearch:([Ljava/lang/Object;IILjava/lang/Object;Ljava/util/Comparator;)I
istore 2
start local 2 4: iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljavafx/collections/transformation/SortedList<TE;>;
0 5 1 e TE;
4 5 2 pos I
Signature: (TE;)I
MethodParameters:
Name Flags
e
private void insertToMapping(E, );
descriptor: (Ljava/lang/Object;I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=6, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokevirtual javafx.collections.transformation.SortedList.findPosition:(Ljava/lang/Object;)I
istore 3
start local 3 1: iload 3
ifge 3
2: iload 3
iconst_m1
ixor
istore 3
3: StackMap locals: int
StackMap stack:
aload 0
aload 0
getfield javafx.collections.transformation.SortedList.size:I
iconst_1
iadd
invokevirtual javafx.collections.transformation.SortedList.ensureSize:(I)V
4: aload 0
iload 2
iload 3
iconst_1
invokevirtual javafx.collections.transformation.SortedList.updateIndices:(III)V
5: aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
iload 3
aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
iload 3
iconst_1
iadd
aload 0
getfield javafx.collections.transformation.SortedList.size:I
iload 3
isub
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
6: aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
iload 3
new javafx.collections.transformation.SortedList$Element
dup
aload 1
iload 2
invokespecial javafx.collections.transformation.SortedList$Element.<init>:(Ljava/lang/Object;I)V
aastore
7: aload 0
getfield javafx.collections.transformation.SortedList.perm:[I
iload 2
aload 0
getfield javafx.collections.transformation.SortedList.perm:[I
iload 2
iconst_1
iadd
aload 0
getfield javafx.collections.transformation.SortedList.size:I
iload 2
isub
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
8: aload 0
getfield javafx.collections.transformation.SortedList.perm:[I
iload 2
iload 3
iastore
9: aload 0
dup
getfield javafx.collections.transformation.SortedList.size:I
iconst_1
iadd
putfield javafx.collections.transformation.SortedList.size:I
10: aload 0
iload 3
iload 3
iconst_1
iadd
invokevirtual javafx.collections.transformation.SortedList.nextAdd:(II)V
11: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Ljavafx/collections/transformation/SortedList<TE;>;
0 12 1 e TE;
0 12 2 idx I
1 12 3 pos I
Signature: (TE;I)V
MethodParameters:
Name Flags
e
idx
private void setAllToMapping(java.util.List<? extends E>, );
descriptor: (Ljava/util/List;I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=6, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 2
invokevirtual javafx.collections.transformation.SortedList.ensureSize:(I)V
1: aload 0
iload 2
putfield javafx.collections.transformation.SortedList.size:I
2: iconst_0
istore 3
start local 3 3: goto 6
4: StackMap locals: int
StackMap stack:
aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
iload 3
new javafx.collections.transformation.SortedList$Element
dup
aload 1
iload 3
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
iload 3
invokespecial javafx.collections.transformation.SortedList$Element.<init>:(Ljava/lang/Object;I)V
aastore
5: iinc 3 1
StackMap locals:
StackMap stack:
6: iload 3
iload 2
if_icmplt 4
end local 3 7: aload 0
getfield javafx.collections.transformation.SortedList.helper:Lcom/sun/javafx/collections/SortHelper;
aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
iconst_0
aload 0
getfield javafx.collections.transformation.SortedList.size:I
aload 0
getfield javafx.collections.transformation.SortedList.elementComparator:Ljava/util/Comparator;
invokevirtual com.sun.javafx.collections.SortHelper.sort:([Ljava/lang/Object;IILjava/util/Comparator;)[I
astore 3
start local 3 8: aload 3
iconst_0
aload 0
getfield javafx.collections.transformation.SortedList.perm:[I
iconst_0
aload 0
getfield javafx.collections.transformation.SortedList.size:I
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
9: aload 0
iconst_0
aload 0
getfield javafx.collections.transformation.SortedList.size:I
invokevirtual javafx.collections.transformation.SortedList.nextAdd:(II)V
10: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Ljavafx/collections/transformation/SortedList<TE;>;
0 11 1 list Ljava/util/List<+TE;>;
0 11 2 to I
3 7 3 i I
8 11 3 perm [I
Signature: (Ljava/util/List<+TE;>;I)V
MethodParameters:
Name Flags
list
to
private void removeFromMapping(int, );
descriptor: (ILjava/lang/Object;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=6, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield javafx.collections.transformation.SortedList.perm:[I
iload 1
iaload
istore 3
start local 3 1: aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
iload 3
iconst_1
iadd
aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
iload 3
aload 0
getfield javafx.collections.transformation.SortedList.size:I
iload 3
isub
iconst_1
isub
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
2: aload 0
getfield javafx.collections.transformation.SortedList.perm:[I
iload 1
iconst_1
iadd
aload 0
getfield javafx.collections.transformation.SortedList.perm:[I
iload 1
aload 0
getfield javafx.collections.transformation.SortedList.size:I
iload 1
isub
iconst_1
isub
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
3: aload 0
dup
getfield javafx.collections.transformation.SortedList.size:I
iconst_1
isub
putfield javafx.collections.transformation.SortedList.size:I
4: aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
aload 0
getfield javafx.collections.transformation.SortedList.size:I
aconst_null
aastore
5: aload 0
iload 1
iconst_1
iadd
iload 3
iconst_m1
invokevirtual javafx.collections.transformation.SortedList.updateIndices:(III)V
6: aload 0
iload 3
aload 2
invokevirtual javafx.collections.transformation.SortedList.nextRemove:(ILjava/lang/Object;)V
7: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Ljavafx/collections/transformation/SortedList<TE;>;
0 8 1 idx I
0 8 2 e TE;
1 8 3 pos I
Signature: (ITE;)V
MethodParameters:
Name Flags
idx
e
private void removeAllFromMapping();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=1
start local 0 0: new java.util.ArrayList
dup
aload 0
invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
astore 1
start local 1 1: iconst_0
istore 2
start local 2 2: goto 5
3: StackMap locals: java.util.List int
StackMap stack:
aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
iload 2
aconst_null
aastore
4: iinc 2 1
StackMap locals:
StackMap stack:
5: iload 2
aload 0
getfield javafx.collections.transformation.SortedList.size:I
if_icmplt 3
end local 2 6: aload 0
iconst_0
putfield javafx.collections.transformation.SortedList.size:I
7: aload 0
iconst_0
aload 1
invokevirtual javafx.collections.transformation.SortedList.nextRemove:(ILjava/util/List;)V
8: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Ljavafx/collections/transformation/SortedList<TE;>;
1 9 1 removed Ljava/util/List<TE;>;
2 6 2 i I
private void update(javafx.collections.ListChangeListener$Change<? extends E>);
descriptor: (Ljavafx/collections/ListChangeListener$Change;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=5, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.collections.transformation.SortedList.helper:Lcom/sun/javafx/collections/SortHelper;
aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
iconst_0
aload 0
getfield javafx.collections.transformation.SortedList.size:I
aload 0
getfield javafx.collections.transformation.SortedList.elementComparator:Ljava/util/Comparator;
invokevirtual com.sun.javafx.collections.SortHelper.sort:([Ljava/lang/Object;IILjava/util/Comparator;)[I
astore 2
start local 2 1: iconst_0
istore 3
start local 3 2: goto 5
3: StackMap locals: int[] int
StackMap stack:
aload 0
getfield javafx.collections.transformation.SortedList.perm:[I
aload 0
getfield javafx.collections.transformation.SortedList.sorted:[Ljavafx/collections/transformation/SortedList$Element;
iload 3
aaload
getfield javafx.collections.transformation.SortedList$Element.index:I
iload 3
iastore
4: iinc 3 1
StackMap locals:
StackMap stack:
5: iload 3
aload 0
getfield javafx.collections.transformation.SortedList.size:I
if_icmplt 3
end local 3 6: aload 0
iconst_0
aload 0
getfield javafx.collections.transformation.SortedList.size:I
aload 2
invokevirtual javafx.collections.transformation.SortedList.nextPermutation:(II[I)V
7: aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getFrom:()I
istore 3
start local 3 8: aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getTo:()I
istore 4
start local 4 9: goto 12
10: StackMap locals: int
StackMap stack:
aload 0
aload 0
getfield javafx.collections.transformation.SortedList.perm:[I
iload 3
iaload
invokevirtual javafx.collections.transformation.SortedList.nextUpdate:(I)V
11: iinc 3 1
StackMap locals:
StackMap stack:
12: iload 3
iload 4
if_icmplt 10
end local 4 end local 3 13: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Ljavafx/collections/transformation/SortedList<TE;>;
0 14 1 c Ljavafx/collections/ListChangeListener$Change<+TE;>;
1 14 2 perm [I
2 6 3 i I
8 13 3 i I
9 13 4 to I
Signature: (Ljavafx/collections/ListChangeListener$Change<+TE;>;)V
MethodParameters:
Name Flags
c
private void addRemove(javafx.collections.ListChangeListener$Change<? extends E>);
descriptor: (Ljavafx/collections/ListChangeListener$Change;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getFrom:()I
ifne 3
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getRemovedSize:()I
aload 0
getfield javafx.collections.transformation.SortedList.size:I
if_icmpne 3
1: aload 0
invokevirtual javafx.collections.transformation.SortedList.removeAllFromMapping:()V
2: goto 9
3: StackMap locals:
StackMap stack:
iconst_0
istore 2
start local 2 4: aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getRemovedSize:()I
istore 3
start local 3 5: goto 8
6: StackMap locals: int int
StackMap stack:
aload 0
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getFrom:()I
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getRemoved:()Ljava/util/List;
iload 2
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
invokevirtual javafx.collections.transformation.SortedList.removeFromMapping:(ILjava/lang/Object;)V
7: iinc 2 1
StackMap locals:
StackMap stack:
8: iload 2
iload 3
if_icmplt 6
end local 3 end local 2 9: StackMap locals:
StackMap stack:
aload 0
getfield javafx.collections.transformation.SortedList.size:I
ifne 12
10: aload 0
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getList:()Ljavafx/collections/ObservableList;
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getTo:()I
invokevirtual javafx.collections.transformation.SortedList.setAllToMapping:(Ljava/util/List;I)V
11: goto 18
12: StackMap locals:
StackMap stack:
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getFrom:()I
istore 2
start local 2 13: aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getTo:()I
istore 3
start local 3 14: goto 17
15: StackMap locals: int int
StackMap stack:
aload 0
aload 1
invokevirtual javafx.collections.ListChangeListener$Change.getList:()Ljavafx/collections/ObservableList;
iload 2
invokeinterface javafx.collections.ObservableList.get:(I)Ljava/lang/Object;
iload 2
invokevirtual javafx.collections.transformation.SortedList.insertToMapping:(Ljava/lang/Object;I)V
16: iinc 2 1
StackMap locals:
StackMap stack:
17: iload 2
iload 3
if_icmplt 15
end local 3 end local 2 18: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 19 0 this Ljavafx/collections/transformation/SortedList<TE;>;
0 19 1 c Ljavafx/collections/ListChangeListener$Change<+TE;>;
4 9 2 i I
5 9 3 sz I
13 18 2 i I
14 18 3 to I
Signature: (Ljavafx/collections/ListChangeListener$Change<+TE;>;)V
MethodParameters:
Name Flags
c
}
Signature: <E:Ljava/lang/Object;>Ljavafx/collections/transformation/TransformationList<TE;TE;>;
SourceFile: "SortedList.java"
NestMembers:
javafx.collections.transformation.SortedList$1 javafx.collections.transformation.SortedList$Element javafx.collections.transformation.SortedList$ElementComparator
InnerClasses:
public SimplePermutationChange = com.sun.javafx.collections.NonIterableChange$SimplePermutationChange of com.sun.javafx.collections.NonIterableChange
public abstract Change = javafx.collections.ListChangeListener$Change of javafx.collections.ListChangeListener
javafx.collections.transformation.SortedList$1
private Element = javafx.collections.transformation.SortedList$Element of javafx.collections.transformation.SortedList
private ElementComparator = javafx.collections.transformation.SortedList$ElementComparator of javafx.collections.transformation.SortedList