class javafx.collections.ListChangeBuilder$SubChange<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.collections.ListChangeBuilder$SubChange
  super_class: java.lang.Object
{
  int from;
    descriptor: I
    flags: (0x0000) 

  int to;
    descriptor: I
    flags: (0x0000) 

  java.util.List<E> removed;
    descriptor: Ljava/util/List;
    flags: (0x0000) 
    Signature: Ljava/util/List<TE;>;

  int[] perm;
    descriptor: [I
    flags: (0x0000) 

  boolean updated;
    descriptor: Z
    flags: (0x0000) 

  public void <init>(int, int, java.util.List<E>, int[], );
    descriptor: (IILjava/util/List;[IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // javafx.collections.ListChangeBuilder$SubChange this
        start local 1 // int from
        start local 2 // int to
        start local 3 // java.util.List removed
        start local 4 // int[] perm
        start local 5 // boolean updated
         0: .line 183
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 184
            aload 0 /* this */
            iload 1 /* from */
            putfield javafx.collections.ListChangeBuilder$SubChange.from:I
         2: .line 185
            aload 0 /* this */
            iload 2 /* to */
            putfield javafx.collections.ListChangeBuilder$SubChange.to:I
         3: .line 186
            aload 0 /* this */
            aload 3 /* removed */
            putfield javafx.collections.ListChangeBuilder$SubChange.removed:Ljava/util/List;
         4: .line 187
            aload 0 /* this */
            aload 4 /* perm */
            putfield javafx.collections.ListChangeBuilder$SubChange.perm:[I
         5: .line 188
            aload 0 /* this */
            iload 5 /* updated */
            putfield javafx.collections.ListChangeBuilder$SubChange.updated:Z
         6: .line 189
            return
        end local 5 // boolean updated
        end local 4 // int[] perm
        end local 3 // java.util.List removed
        end local 2 // int to
        end local 1 // int from
        end local 0 // javafx.collections.ListChangeBuilder$SubChange this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Ljavafx/collections/ListChangeBuilder$SubChange<TE;>;
            0    7     1     from  I
            0    7     2       to  I
            0    7     3  removed  Ljava/util/List<TE;>;
            0    7     4     perm  [I
            0    7     5  updated  Z
    Signature: (IILjava/util/List<TE;>;[IZ)V
    MethodParameters:
         Name  Flags
      from     
      to       
      removed  
      perm     
      updated  
}
Signature: <E:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "ListChangeBuilder.java"
NestHost: javafx.collections.ListChangeBuilder
InnerClasses:
  private SubChange = javafx.collections.ListChangeBuilder$SubChange of javafx.collections.ListChangeBuilder