public final class javafx.collections.transformation.FilteredList<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.FilteredList
  super_class: javafx.collections.transformation.TransformationList
{
  private int[] filtered;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int size;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private com.sun.javafx.collections.SortHelper helper;
    descriptor: Lcom/sun/javafx/collections/SortHelper;
    flags: (0x0002) ACC_PRIVATE

  private static final java.util.function.Predicate ALWAYS_TRUE;
    descriptor: Ljava/util/function/Predicate;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private javafx.beans.property.ObjectProperty<java.util.function.Predicate<? super E>> predicate;
    descriptor: Ljavafx/beans/property/ObjectProperty;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljavafx/beans/property/ObjectProperty<Ljava/util/function/Predicate<-TE;>;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 56
            invokedynamic test()Ljava/util/function/Predicate;
              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:
                  (Ljava/lang/Object;)Z
                  javafx/collections/transformation/FilteredList.lambda$0(Ljava/lang/Object;)Z (6)
                  (Ljava/lang/Object;)Z
            putstatic javafx.collections.transformation.FilteredList.ALWAYS_TRUE:Ljava/util/function/Predicate;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(javafx.collections.ObservableList<E>, java.util.function.Predicate<? super E>);
    descriptor: (Ljavafx/collections/ObservableList;Ljava/util/function/Predicate;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javafx.collections.transformation.FilteredList this
        start local 1 // javafx.collections.ObservableList source
        start local 2 // java.util.function.Predicate predicate
         0: .line 66
            aload 0 /* this */
            aload 1 /* source */
            invokespecial javafx.collections.transformation.TransformationList.<init>:(Ljavafx/collections/ObservableList;)V
         1: .line 67
            aload 0 /* this */
            aload 1 /* source */
            invokeinterface javafx.collections.ObservableList.size:()I
            iconst_3
            imul
            iconst_2
            idiv
            iconst_1
            iadd
            newarray 10
            putfield javafx.collections.transformation.FilteredList.filtered:[I
         2: .line 68
            aload 2 /* predicate */
            ifnull 5
         3: .line 69
            aload 0 /* this */
            aload 2 /* predicate */
            invokevirtual javafx.collections.transformation.FilteredList.setPredicate:(Ljava/util/function/Predicate;)V
         4: .line 70
            goto 9
         5: .line 71
      StackMap locals: javafx.collections.transformation.FilteredList javafx.collections.ObservableList java.util.function.Predicate
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javafx.collections.transformation.FilteredList.size:I
            goto 8
         6: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.filtered:[I
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.size:I
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.size:I
            iastore
         7: .line 71
            aload 0 /* this */
            dup
            getfield javafx.collections.transformation.FilteredList.size:I
            iconst_1
            iadd
            putfield javafx.collections.transformation.FilteredList.size:I
      StackMap locals:
      StackMap stack:
         8: aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.size:I
            aload 1 /* source */
            invokeinterface javafx.collections.ObservableList.size:()I
            if_icmplt 6
         9: .line 75
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.util.function.Predicate predicate
        end local 1 // javafx.collections.ObservableList source
        end local 0 // javafx.collections.transformation.FilteredList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Ljavafx/collections/transformation/FilteredList<TE;>;
            0   10     1     source  Ljavafx/collections/ObservableList<TE;>;
            0   10     2  predicate  Ljava/util/function/Predicate<-TE;>;
    Signature: (Ljavafx/collections/ObservableList<TE;>;Ljava/util/function/Predicate<-TE;>;)V
    RuntimeVisibleParameterAnnotations: 
      0:
        javafx.beans.NamedArg(value = "source")
      1:
        javafx.beans.NamedArg(value = "predicate")
    MethodParameters:
           Name  Flags
      source     
      predicate  

  public void <init>(javafx.collections.ObservableList<E>);
    descriptor: (Ljavafx/collections/ObservableList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.collections.transformation.FilteredList this
        start local 1 // javafx.collections.ObservableList source
         0: .line 87
            aload 0 /* this */
            aload 1 /* source */
            aconst_null
            invokespecial javafx.collections.transformation.FilteredList.<init>:(Ljavafx/collections/ObservableList;Ljava/util/function/Predicate;)V
         1: .line 88
            return
        end local 1 // javafx.collections.ObservableList source
        end local 0 // javafx.collections.transformation.FilteredList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavafx/collections/transformation/FilteredList<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  

  public final javafx.beans.property.ObjectProperty<java.util.function.Predicate<? super E>> predicateProperty();
    descriptor: ()Ljavafx/beans/property/ObjectProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.collections.transformation.FilteredList this
         0: .line 98
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.predicate:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 2
         1: .line 99
            aload 0 /* this */
            new javafx.collections.transformation.FilteredList$1
            dup
            aload 0 /* this */
            invokespecial javafx.collections.transformation.FilteredList$1.<init>:(Ljavafx/collections/transformation/FilteredList;)V
            putfield javafx.collections.transformation.FilteredList.predicate:Ljavafx/beans/property/ObjectProperty;
         2: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.predicate:Ljavafx/beans/property/ObjectProperty;
            areturn
        end local 0 // javafx.collections.transformation.FilteredList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/collections/transformation/FilteredList<TE;>;
    Signature: ()Ljavafx/beans/property/ObjectProperty<Ljava/util/function/Predicate<-TE;>;>;

  public final java.util.function.Predicate<? super E> getPredicate();
    descriptor: ()Ljava/util/function/Predicate;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.transformation.FilteredList this
         0: .line 121
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.predicate:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.predicate:Ljavafx/beans/property/ObjectProperty;
            invokevirtual javafx.beans.property.ObjectProperty.get:()Ljava/lang/Object;
            checkcast java.util.function.Predicate
      StackMap locals:
      StackMap stack: java.util.function.Predicate
         2: areturn
        end local 0 // javafx.collections.transformation.FilteredList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/collections/transformation/FilteredList<TE;>;
    Signature: ()Ljava/util/function/Predicate<-TE;>;

  public final void setPredicate(java.util.function.Predicate<? super E>);
    descriptor: (Ljava/util/function/Predicate;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.collections.transformation.FilteredList this
        start local 1 // java.util.function.Predicate predicate
         0: .line 125
            aload 0 /* this */
            invokevirtual javafx.collections.transformation.FilteredList.predicateProperty:()Ljavafx/beans/property/ObjectProperty;
            aload 1 /* predicate */
            invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
         1: .line 126
            return
        end local 1 // java.util.function.Predicate predicate
        end local 0 // javafx.collections.transformation.FilteredList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Ljavafx/collections/transformation/FilteredList<TE;>;
            0    2     1  predicate  Ljava/util/function/Predicate<-TE;>;
    Signature: (Ljava/util/function/Predicate<-TE;>;)V
    MethodParameters:
           Name  Flags
      predicate  

  private java.util.function.Predicate<? super E> getPredicateImpl();
    descriptor: ()Ljava/util/function/Predicate;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.transformation.FilteredList this
         0: .line 129
            aload 0 /* this */
            invokevirtual javafx.collections.transformation.FilteredList.getPredicate:()Ljava/util/function/Predicate;
            ifnull 2
         1: .line 130
            aload 0 /* this */
            invokevirtual javafx.collections.transformation.FilteredList.getPredicate:()Ljava/util/function/Predicate;
            areturn
         2: .line 132
      StackMap locals:
      StackMap stack:
            getstatic javafx.collections.transformation.FilteredList.ALWAYS_TRUE:Ljava/util/function/Predicate;
            areturn
        end local 0 // javafx.collections.transformation.FilteredList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/collections/transformation/FilteredList<TE;>;
    Signature: ()Ljava/util/function/Predicate<-TE;>;

  protected void sourceChanged(javafx.collections.ListChangeListener$Change<? extends E>);
    descriptor: (Ljavafx/collections/ListChangeListener$Change;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.collections.transformation.FilteredList this
        start local 1 // javafx.collections.ListChangeListener$Change c
         0: .line 137
            aload 0 /* this */
            invokevirtual javafx.collections.transformation.FilteredList.beginChange:()V
         1: .line 138
            goto 9
         2: .line 139
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.wasPermutated:()Z
            ifeq 5
         3: .line 140
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual javafx.collections.transformation.FilteredList.permutate:(Ljavafx/collections/ListChangeListener$Change;)V
         4: .line 141
            goto 9
      StackMap locals:
      StackMap stack:
         5: aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.wasUpdated:()Z
            ifeq 8
         6: .line 142
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual javafx.collections.transformation.FilteredList.update:(Ljavafx/collections/ListChangeListener$Change;)V
         7: .line 143
            goto 9
         8: .line 144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual javafx.collections.transformation.FilteredList.addRemove:(Ljavafx/collections/ListChangeListener$Change;)V
         9: .line 138
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.next:()Z
            ifne 2
        10: .line 147
            aload 0 /* this */
            invokevirtual javafx.collections.transformation.FilteredList.endChange:()V
        11: .line 148
            return
        end local 1 // javafx.collections.ListChangeListener$Change c
        end local 0 // javafx.collections.transformation.FilteredList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Ljavafx/collections/transformation/FilteredList<TE;>;
            0   12     1     c  Ljavafx/collections/ListChangeListener$Change<+TE;>;
    Signature: (Ljavafx/collections/ListChangeListener$Change<+TE;>;)V
    MethodParameters:
      Name  Flags
      c     

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.transformation.FilteredList this
         0: .line 157
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.size:I
            ireturn
        end local 0 // javafx.collections.transformation.FilteredList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/transformation/FilteredList<TE;>;

  public E get();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.collections.transformation.FilteredList this
        start local 1 // int index
         0: .line 169
            iload 1 /* index */
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.size:I
            if_icmplt 2
         1: .line 170
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         2: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javafx.collections.transformation.FilteredList.getSource:()Ljavafx/collections/ObservableList;
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.filtered:[I
            iload 1 /* index */
            iaload
            invokeinterface javafx.collections.ObservableList.get:(I)Ljava/lang/Object;
            areturn
        end local 1 // int index
        end local 0 // javafx.collections.transformation.FilteredList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/collections/transformation/FilteredList<TE;>;
            0    3     1  index  I
    Signature: (I)TE;
    MethodParameters:
       Name  Flags
      index  

  public int getSourceIndex(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.collections.transformation.FilteredList this
        start local 1 // int index
         0: .line 177
            iload 1 /* index */
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.size:I
            if_icmplt 2
         1: .line 178
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         2: .line 180
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.filtered:[I
            iload 1 /* index */
            iaload
            ireturn
        end local 1 // int index
        end local 0 // javafx.collections.transformation.FilteredList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavafx/collections/transformation/FilteredList<TE;>;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getViewIndex(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javafx.collections.transformation.FilteredList this
        start local 1 // int index
         0: .line 185
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.filtered:[I
            iconst_0
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.size:I
            iload 1 /* index */
            invokestatic java.util.Arrays.binarySearch:([IIII)I
            ireturn
        end local 1 // int index
        end local 0 // javafx.collections.transformation.FilteredList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavafx/collections/transformation/FilteredList<TE;>;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  private com.sun.javafx.collections.SortHelper getSortHelper();
    descriptor: ()Lcom/sun/javafx/collections/SortHelper;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javafx.collections.transformation.FilteredList this
         0: .line 189
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.helper:Lcom/sun/javafx/collections/SortHelper;
            ifnonnull 2
         1: .line 190
            aload 0 /* this */
            new com.sun.javafx.collections.SortHelper
            dup
            invokespecial com.sun.javafx.collections.SortHelper.<init>:()V
            putfield javafx.collections.transformation.FilteredList.helper:Lcom/sun/javafx/collections/SortHelper;
         2: .line 192
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.helper:Lcom/sun/javafx/collections/SortHelper;
            areturn
        end local 0 // javafx.collections.transformation.FilteredList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/collections/transformation/FilteredList<TE;>;

  private int findPosition(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javafx.collections.transformation.FilteredList this
        start local 1 // int p
         0: .line 196
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.filtered:[I
            arraylength
            ifne 2
         1: .line 197
            iconst_0
            ireturn
         2: .line 199
      StackMap locals:
      StackMap stack:
            iload 1 /* p */
            ifne 4
         3: .line 200
            iconst_0
            ireturn
         4: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.filtered:[I
            iconst_0
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.size:I
            iload 1 /* p */
            invokestatic java.util.Arrays.binarySearch:([IIII)I
            istore 2 /* pos */
        start local 2 // int pos
         5: .line 203
            iload 2 /* pos */
            ifge 7
         6: .line 204
            iload 2 /* pos */
            iconst_m1
            ixor
            istore 2 /* pos */
         7: .line 206
      StackMap locals: int
      StackMap stack:
            iload 2 /* pos */
            ireturn
        end local 2 // int pos
        end local 1 // int p
        end local 0 // javafx.collections.transformation.FilteredList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavafx/collections/transformation/FilteredList<TE;>;
            0    8     1     p  I
            5    8     2   pos  I
    MethodParameters:
      Name  Flags
      p     

  private void ensureSize(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // javafx.collections.transformation.FilteredList this
        start local 1 // int size
         0: .line 212
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.filtered:[I
            arraylength
            iload 1 /* size */
            if_icmpge 4
         1: .line 213
            iload 1 /* size */
            iconst_3
            imul
            iconst_2
            idiv
            iconst_1
            iadd
            newarray 10
            astore 2 /* replacement */
        start local 2 // int[] replacement
         2: .line 214
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.filtered:[I
            iconst_0
            aload 2 /* replacement */
            iconst_0
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.size:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 215
            aload 0 /* this */
            aload 2 /* replacement */
            putfield javafx.collections.transformation.FilteredList.filtered:[I
        end local 2 // int[] replacement
         4: .line 217
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int size
        end local 0 // javafx.collections.transformation.FilteredList this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Ljavafx/collections/transformation/FilteredList<TE;>;
            0    5     1         size  I
            2    4     2  replacement  [I
    MethodParameters:
      Name  Flags
      size  

  private void updateIndexes(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // javafx.collections.transformation.FilteredList this
        start local 1 // int from
        start local 2 // int delta
         0: .line 220
            iload 1 /* from */
            istore 3 /* i */
        start local 3 // int i
         1: goto 4
         2: .line 221
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.filtered:[I
            iload 3 /* i */
            dup2
            iaload
            iload 2 /* delta */
            iadd
            iastore
         3: .line 220
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 3 /* i */
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.size:I
            if_icmplt 2
        end local 3 // int i
         5: .line 223
            return
        end local 2 // int delta
        end local 1 // int from
        end local 0 // javafx.collections.transformation.FilteredList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Ljavafx/collections/transformation/FilteredList<TE;>;
            0    6     1   from  I
            0    6     2  delta  I
            1    5     3      i  I
    MethodParameters:
       Name  Flags
      from   
      delta  

  private void permutate(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 // javafx.collections.transformation.FilteredList this
        start local 1 // javafx.collections.ListChangeListener$Change c
         0: .line 226
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.getFrom:()I
            invokevirtual javafx.collections.transformation.FilteredList.findPosition:(I)I
            istore 2 /* from */
        start local 2 // int from
         1: .line 227
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.getTo:()I
            invokevirtual javafx.collections.transformation.FilteredList.findPosition:(I)I
            istore 3 /* to */
        start local 3 // int to
         2: .line 229
            iload 3 /* to */
            iload 2 /* from */
            if_icmple 10
         3: .line 230
            iload 2 /* from */
            istore 4 /* i */
        start local 4 // int i
         4: goto 7
         5: .line 231
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.filtered:[I
            iload 4 /* i */
            aload 1 /* c */
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.filtered:[I
            iload 4 /* i */
            iaload
            invokevirtual javafx.collections.ListChangeListener$Change.getPermutation:(I)I
            iastore
         6: .line 230
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            iload 3 /* to */
            if_icmplt 5
        end local 4 // int i
         8: .line 234
            aload 0 /* this */
            invokevirtual javafx.collections.transformation.FilteredList.getSortHelper:()Lcom/sun/javafx/collections/SortHelper;
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.filtered:[I
            iload 2 /* from */
            iload 3 /* to */
            invokevirtual com.sun.javafx.collections.SortHelper.sort:([III)[I
            astore 4 /* perm */
        start local 4 // int[] perm
         9: .line 235
            aload 0 /* this */
            iload 2 /* from */
            iload 3 /* to */
            aload 4 /* perm */
            invokevirtual javafx.collections.transformation.FilteredList.nextPermutation:(II[I)V
        end local 4 // int[] perm
        10: .line 237
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int to
        end local 2 // int from
        end local 1 // javafx.collections.ListChangeListener$Change c
        end local 0 // javafx.collections.transformation.FilteredList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Ljavafx/collections/transformation/FilteredList<TE;>;
            0   11     1     c  Ljavafx/collections/ListChangeListener$Change<+TE;>;
            1   11     2  from  I
            2   11     3    to  I
            4    8     4     i  I
            9   10     4  perm  [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=6, locals=8, args_size=2
        start local 0 // javafx.collections.transformation.FilteredList this
        start local 1 // javafx.collections.ListChangeListener$Change c
         0: .line 240
            aload 0 /* this */
            invokevirtual javafx.collections.transformation.FilteredList.getPredicateImpl:()Ljava/util/function/Predicate;
            astore 2 /* pred */
        start local 2 // java.util.function.Predicate pred
         1: .line 241
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.collections.transformation.FilteredList.getSource:()Ljavafx/collections/ObservableList;
            invokeinterface javafx.collections.ObservableList.size:()I
            invokevirtual javafx.collections.transformation.FilteredList.ensureSize:(I)V
         2: .line 242
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.getFrom:()I
            invokevirtual javafx.collections.transformation.FilteredList.findPosition:(I)I
            istore 3 /* from */
        start local 3 // int from
         3: .line 243
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.getFrom:()I
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.getRemovedSize:()I
            iadd
            invokevirtual javafx.collections.transformation.FilteredList.findPosition:(I)I
            istore 4 /* to */
        start local 4 // int to
         4: .line 246
            iload 3 /* from */
            istore 5 /* i */
        start local 5 // int i
         5: goto 8
         6: .line 247
      StackMap locals: javafx.collections.transformation.FilteredList javafx.collections.ListChangeListener$Change java.util.function.Predicate int int int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* from */
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.getRemoved:()Ljava/util/List;
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.filtered:[I
            iload 5 /* i */
            iaload
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.getFrom:()I
            isub
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            invokevirtual javafx.collections.transformation.FilteredList.nextRemove:(ILjava/lang/Object;)V
         7: .line 246
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            iload 4 /* to */
            if_icmplt 6
        end local 5 // int i
         9: .line 251
            aload 0 /* this */
            iload 4 /* to */
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.getAddedSize:()I
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.getRemovedSize:()I
            isub
            invokevirtual javafx.collections.transformation.FilteredList.updateIndexes:(II)V
        10: .line 254
            iload 3 /* from */
            istore 5 /* fpos */
        start local 5 // int fpos
        11: .line 255
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.getFrom:()I
            istore 6 /* pos */
        start local 6 // int pos
        12: .line 257
            aload 0 /* this */
            invokevirtual javafx.collections.transformation.FilteredList.getSource:()Ljavafx/collections/ObservableList;
            iload 6 /* pos */
            invokeinterface javafx.collections.ObservableList.listIterator:(I)Ljava/util/ListIterator;
            astore 7 /* it */
        start local 7 // java.util.ListIterator it
        13: .line 258
            goto 18
        14: .line 259
      StackMap locals: int java.util.ListIterator
      StackMap stack:
            aload 2 /* pred */
            aload 7 /* it */
            invokeinterface java.util.ListIterator.next:()Ljava/lang/Object;
            invokeinterface java.util.function.Predicate.test:(Ljava/lang/Object;)Z
            ifeq 18
        15: .line 260
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.filtered:[I
            iload 5 /* fpos */
            aload 7 /* it */
            invokeinterface java.util.ListIterator.previousIndex:()I
            iastore
        16: .line 261
            aload 0 /* this */
            iload 5 /* fpos */
            iload 5 /* fpos */
            iconst_1
            iadd
            invokevirtual javafx.collections.transformation.FilteredList.nextAdd:(II)V
        17: .line 262
            iinc 5 /* fpos */ 1
        18: .line 258
      StackMap locals:
      StackMap stack:
            iload 5 /* fpos */
            iload 4 /* to */
            if_icmpge 19
            aload 7 /* it */
            invokeinterface java.util.ListIterator.nextIndex:()I
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.getTo:()I
            if_icmplt 14
        19: .line 266
      StackMap locals:
      StackMap stack:
            iload 5 /* fpos */
            iload 4 /* to */
            if_icmpge 30
        20: .line 268
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.filtered:[I
            iload 4 /* to */
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.filtered:[I
            iload 5 /* fpos */
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.size:I
            iload 4 /* to */
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        21: .line 269
            aload 0 /* this */
            dup
            getfield javafx.collections.transformation.FilteredList.size:I
            iload 4 /* to */
            iload 5 /* fpos */
            isub
            isub
            putfield javafx.collections.transformation.FilteredList.size:I
        22: .line 270
            goto 31
        23: .line 273
      StackMap locals:
      StackMap stack:
            aload 2 /* pred */
            aload 7 /* it */
            invokeinterface java.util.ListIterator.next:()Ljava/lang/Object;
            invokeinterface java.util.function.Predicate.test:(Ljava/lang/Object;)Z
            ifeq 29
        24: .line 274
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.filtered:[I
            iload 5 /* fpos */
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.filtered:[I
            iload 5 /* fpos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.size:I
            iload 5 /* fpos */
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        25: .line 275
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.filtered:[I
            iload 5 /* fpos */
            aload 7 /* it */
            invokeinterface java.util.ListIterator.previousIndex:()I
            iastore
        26: .line 276
            aload 0 /* this */
            iload 5 /* fpos */
            iload 5 /* fpos */
            iconst_1
            iadd
            invokevirtual javafx.collections.transformation.FilteredList.nextAdd:(II)V
        27: .line 277
            iinc 5 /* fpos */ 1
        28: .line 278
            aload 0 /* this */
            dup
            getfield javafx.collections.transformation.FilteredList.size:I
            iconst_1
            iadd
            putfield javafx.collections.transformation.FilteredList.size:I
        29: .line 280
      StackMap locals:
      StackMap stack:
            iinc 6 /* pos */ 1
        30: .line 272
      StackMap locals:
      StackMap stack:
            aload 7 /* it */
            invokeinterface java.util.ListIterator.nextIndex:()I
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.getTo:()I
            if_icmplt 23
        31: .line 283
      StackMap locals:
      StackMap stack:
            return
        end local 7 // java.util.ListIterator it
        end local 6 // int pos
        end local 5 // int fpos
        end local 4 // int to
        end local 3 // int from
        end local 2 // java.util.function.Predicate pred
        end local 1 // javafx.collections.ListChangeListener$Change c
        end local 0 // javafx.collections.transformation.FilteredList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   32     0  this  Ljavafx/collections/transformation/FilteredList<TE;>;
            0   32     1     c  Ljavafx/collections/ListChangeListener$Change<+TE;>;
            1   32     2  pred  Ljava/util/function/Predicate<-TE;>;
            3   32     3  from  I
            4   32     4    to  I
            5    9     5     i  I
           11   32     5  fpos  I
           12   32     6   pos  I
           13   32     7    it  Ljava/util/ListIterator<+TE;>;
    Signature: (Ljavafx/collections/ListChangeListener$Change<+TE;>;)V
    MethodParameters:
      Name  Flags
      c     

  private void update(javafx.collections.ListChangeListener$Change<? extends E>);
    descriptor: (Ljavafx/collections/ListChangeListener$Change;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=10, args_size=2
        start local 0 // javafx.collections.transformation.FilteredList this
        start local 1 // javafx.collections.ListChangeListener$Change c
         0: .line 286
            aload 0 /* this */
            invokevirtual javafx.collections.transformation.FilteredList.getPredicateImpl:()Ljava/util/function/Predicate;
            astore 2 /* pred */
        start local 2 // java.util.function.Predicate pred
         1: .line 287
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.collections.transformation.FilteredList.getSource:()Ljavafx/collections/ObservableList;
            invokeinterface javafx.collections.ObservableList.size:()I
            invokevirtual javafx.collections.transformation.FilteredList.ensureSize:(I)V
         2: .line 288
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.getFrom:()I
            istore 3 /* sourceFrom */
        start local 3 // int sourceFrom
         3: .line 289
            aload 1 /* c */
            invokevirtual javafx.collections.ListChangeListener$Change.getTo:()I
            istore 4 /* sourceTo */
        start local 4 // int sourceTo
         4: .line 290
            aload 0 /* this */
            iload 3 /* sourceFrom */
            invokevirtual javafx.collections.transformation.FilteredList.findPosition:(I)I
            istore 5 /* filterFrom */
        start local 5 // int filterFrom
         5: .line 291
            aload 0 /* this */
            iload 4 /* sourceTo */
            invokevirtual javafx.collections.transformation.FilteredList.findPosition:(I)I
            istore 6 /* filterTo */
        start local 6 // int filterTo
         6: .line 292
            aload 0 /* this */
            invokevirtual javafx.collections.transformation.FilteredList.getSource:()Ljavafx/collections/ObservableList;
            iload 3 /* sourceFrom */
            invokeinterface javafx.collections.ObservableList.listIterator:(I)Ljava/util/ListIterator;
            astore 7 /* it */
        start local 7 // java.util.ListIterator it
         7: .line 293
            iload 5 /* filterFrom */
            istore 8 /* pos */
        start local 8 // int pos
         8: .line 294
            goto 28
         9: .line 295
      StackMap locals: javafx.collections.transformation.FilteredList javafx.collections.ListChangeListener$Change java.util.function.Predicate int int int int java.util.ListIterator int
      StackMap stack:
            aload 7 /* it */
            invokeinterface java.util.ListIterator.next:()Ljava/lang/Object;
            astore 9 /* el */
        start local 9 // java.lang.Object el
        10: .line 296
            iload 8 /* pos */
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.size:I
            if_icmpge 20
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.filtered:[I
            iload 8 /* pos */
            iaload
            iload 3 /* sourceFrom */
            if_icmpne 20
        11: .line 297
            aload 2 /* pred */
            aload 9 /* el */
            invokeinterface java.util.function.Predicate.test:(Ljava/lang/Object;)Z
            ifne 17
        12: .line 298
            aload 0 /* this */
            iload 8 /* pos */
            aload 9 /* el */
            invokevirtual javafx.collections.transformation.FilteredList.nextRemove:(ILjava/lang/Object;)V
        13: .line 299
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.filtered:[I
            iload 8 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.filtered:[I
            iload 8 /* pos */
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.size:I
            iload 8 /* pos */
            isub
            iconst_1
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        14: .line 300
            aload 0 /* this */
            dup
            getfield javafx.collections.transformation.FilteredList.size:I
            iconst_1
            isub
            putfield javafx.collections.transformation.FilteredList.size:I
        15: .line 301
            iinc 6 /* filterTo */ -1
        16: .line 302
            goto 27
        17: .line 303
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            iload 8 /* pos */
            invokevirtual javafx.collections.transformation.FilteredList.nextUpdate:(I)V
        18: .line 304
            iinc 8 /* pos */ 1
        19: .line 306
            goto 27
        20: .line 307
      StackMap locals:
      StackMap stack:
            aload 2 /* pred */
            aload 9 /* el */
            invokeinterface java.util.function.Predicate.test:(Ljava/lang/Object;)Z
            ifeq 27
        21: .line 308
            aload 0 /* this */
            iload 8 /* pos */
            iload 8 /* pos */
            iconst_1
            iadd
            invokevirtual javafx.collections.transformation.FilteredList.nextAdd:(II)V
        22: .line 309
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.filtered:[I
            iload 8 /* pos */
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.filtered:[I
            iload 8 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.size:I
            iload 8 /* pos */
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        23: .line 310
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.filtered:[I
            iload 8 /* pos */
            iload 3 /* sourceFrom */
            iastore
        24: .line 311
            aload 0 /* this */
            dup
            getfield javafx.collections.transformation.FilteredList.size:I
            iconst_1
            iadd
            putfield javafx.collections.transformation.FilteredList.size:I
        25: .line 312
            iinc 8 /* pos */ 1
        26: .line 313
            iinc 6 /* filterTo */ 1
        27: .line 316
      StackMap locals:
      StackMap stack:
            iinc 3 /* sourceFrom */ 1
        end local 9 // java.lang.Object el
        28: .line 294
      StackMap locals:
      StackMap stack:
            iload 8 /* pos */
            iload 6 /* filterTo */
            if_icmplt 9
            iload 3 /* sourceFrom */
            iload 4 /* sourceTo */
            if_icmplt 9
        29: .line 318
            return
        end local 8 // int pos
        end local 7 // java.util.ListIterator it
        end local 6 // int filterTo
        end local 5 // int filterFrom
        end local 4 // int sourceTo
        end local 3 // int sourceFrom
        end local 2 // java.util.function.Predicate pred
        end local 1 // javafx.collections.ListChangeListener$Change c
        end local 0 // javafx.collections.transformation.FilteredList this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   30     0        this  Ljavafx/collections/transformation/FilteredList<TE;>;
            0   30     1           c  Ljavafx/collections/ListChangeListener$Change<+TE;>;
            1   30     2        pred  Ljava/util/function/Predicate<-TE;>;
            3   30     3  sourceFrom  I
            4   30     4    sourceTo  I
            5   30     5  filterFrom  I
            6   30     6    filterTo  I
            7   30     7          it  Ljava/util/ListIterator<+TE;>;
            8   30     8         pos  I
           10   28     9          el  TE;
    Signature: (Ljavafx/collections/ListChangeListener$Change<+TE;>;)V
    MethodParameters:
      Name  Flags
      c     

  private void refilter();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=6, args_size=1
        start local 0 // javafx.collections.transformation.FilteredList this
         0: .line 322
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.collections.transformation.FilteredList.getSource:()Ljavafx/collections/ObservableList;
            invokeinterface javafx.collections.ObservableList.size:()I
            invokevirtual javafx.collections.transformation.FilteredList.ensureSize:(I)V
         1: .line 323
            aconst_null
            astore 1 /* removed */
        start local 1 // java.util.List removed
         2: .line 324
            aload 0 /* this */
            invokevirtual javafx.collections.transformation.FilteredList.hasListeners:()Z
            ifeq 4
         3: .line 325
            new java.util.ArrayList
            dup
            aload 0 /* this */
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            astore 1 /* removed */
         4: .line 327
      StackMap locals: java.util.List
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield javafx.collections.transformation.FilteredList.size:I
         5: .line 328
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         6: .line 329
            aload 0 /* this */
            invokevirtual javafx.collections.transformation.FilteredList.getPredicateImpl:()Ljava/util/function/Predicate;
            astore 3 /* pred */
        start local 3 // java.util.function.Predicate pred
         7: .line 330
            aload 0 /* this */
            invokevirtual javafx.collections.transformation.FilteredList.getSource:()Ljavafx/collections/ObservableList;
            invokeinterface javafx.collections.ObservableList.iterator:()Ljava/util/Iterator;
            astore 4 /* it */
        start local 4 // java.util.Iterator it
         8: goto 13
         9: .line 331
      StackMap locals: int java.util.function.Predicate java.util.Iterator
      StackMap stack:
            aload 4 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 5 /* next */
        start local 5 // java.lang.Object next
        10: .line 332
            aload 3 /* pred */
            aload 5 /* next */
            invokeinterface java.util.function.Predicate.test:(Ljava/lang/Object;)Z
            ifeq 12
        11: .line 333
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.filtered:[I
            aload 0 /* this */
            dup
            getfield javafx.collections.transformation.FilteredList.size:I
            dup_x1
            iconst_1
            iadd
            putfield javafx.collections.transformation.FilteredList.size:I
            iload 2 /* i */
            iastore
        12: .line 335
      StackMap locals: java.lang.Object
      StackMap stack:
            iinc 2 /* i */ 1
        end local 5 // java.lang.Object next
        13: .line 330
      StackMap locals:
      StackMap stack:
            aload 4 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        end local 4 // java.util.Iterator it
        14: .line 337
            aload 0 /* this */
            invokevirtual javafx.collections.transformation.FilteredList.hasListeners:()Z
            ifeq 16
        15: .line 338
            aload 0 /* this */
            new com.sun.javafx.collections.NonIterableChange$GenericAddRemoveChange
            dup
            iconst_0
            aload 0 /* this */
            getfield javafx.collections.transformation.FilteredList.size:I
            aload 1 /* removed */
            aload 0 /* this */
            invokespecial com.sun.javafx.collections.NonIterableChange$GenericAddRemoveChange.<init>:(IILjava/util/List;Ljavafx/collections/ObservableList;)V
            invokevirtual javafx.collections.transformation.FilteredList.fireChange:(Ljavafx/collections/ListChangeListener$Change;)V
        16: .line 340
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.util.function.Predicate pred
        end local 2 // int i
        end local 1 // java.util.List removed
        end local 0 // javafx.collections.transformation.FilteredList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0     this  Ljavafx/collections/transformation/FilteredList<TE;>;
            2   17     1  removed  Ljava/util/List<TE;>;
            6   17     2        i  I
            7   17     3     pred  Ljava/util/function/Predicate<-TE;>;
            8   14     4       it  Ljava/util/Iterator<+TE;>;
           10   13     5     next  TE;

  private static boolean lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Object t
         0: .line 56
            iconst_1
            ireturn
        end local 0 // java.lang.Object t
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     t  Ljava/lang/Object;
}
Signature: <E:Ljava/lang/Object;>Ljavafx/collections/transformation/TransformationList<TE;TE;>;
SourceFile: "FilteredList.java"
NestMembers:
  javafx.collections.transformation.FilteredList$1
InnerClasses:
  public GenericAddRemoveChange = com.sun.javafx.collections.NonIterableChange$GenericAddRemoveChange of com.sun.javafx.collections.NonIterableChange
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Change = javafx.collections.ListChangeListener$Change of javafx.collections.ListChangeListener
  javafx.collections.transformation.FilteredList$1