class com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator implements java.util.List<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator
  super_class: java.lang.Object
{
  private final java.util.List<E> subList;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<TE;>;

  private final int offset;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.sun.javafx.collections.VetoableListDecorator$ModCountAccessor modCountAccessor;
    descriptor: Lcom/sun/javafx/collections/VetoableListDecorator$ModCountAccessor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  final com.sun.javafx.collections.VetoableListDecorator this$0;
    descriptor: Lcom/sun/javafx/collections/VetoableListDecorator;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(com.sun.javafx.collections.VetoableListDecorator$ModCountAccessor, java.util.List<E>, );
    descriptor: (Lcom/sun/javafx/collections/VetoableListDecorator;Lcom/sun/javafx/collections/VetoableListDecorator$ModCountAccessor;Ljava/util/List;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
        start local 2 // com.sun.javafx.collections.VetoableListDecorator$ModCountAccessor modCountAccessor
        start local 3 // java.util.List subList
        start local 4 // int offset
         0: .line 387
            aload 0 /* this */
            aload 1
            putfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.this$0:Lcom/sun/javafx/collections/VetoableListDecorator;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 388
            aload 0 /* this */
            aload 2 /* modCountAccessor */
            putfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.modCountAccessor:Lcom/sun/javafx/collections/VetoableListDecorator$ModCountAccessor;
         2: .line 389
            aload 0 /* this */
            aload 2 /* modCountAccessor */
            invokeinterface com.sun.javafx.collections.VetoableListDecorator$ModCountAccessor.get:()I
            putfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.modCount:I
         3: .line 390
            aload 0 /* this */
            aload 3 /* subList */
            putfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.subList:Ljava/util/List;
         4: .line 391
            aload 0 /* this */
            iload 4 /* offset */
            putfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.offset:I
         5: .line 392
            return
        end local 4 // int offset
        end local 3 // java.util.List subList
        end local 2 // com.sun.javafx.collections.VetoableListDecorator$ModCountAccessor modCountAccessor
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    6     0              this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;
            0    6     2  modCountAccessor  Lcom/sun/javafx/collections/VetoableListDecorator$ModCountAccessor;
            0    6     3           subList  Ljava/util/List<TE;>;
            0    6     4            offset  I
    Signature: (Lcom/sun/javafx/collections/VetoableListDecorator$ModCountAccessor;Ljava/util/List<TE;>;I)V
    MethodParameters:
                  Name  Flags
      this$0            final
      modCountAccessor  
      subList           
      offset            

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
         0: .line 397
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.checkForComodification:()V
         1: .line 398
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.subList:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
         0: .line 403
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.checkForComodification:()V
         1: .line 404
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.subList:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ireturn
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
        start local 1 // java.lang.Object o
         0: .line 409
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.checkForComodification:()V
         1: .line 410
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.subList:Ljava/util/List;
            aload 1 /* o */
            invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;
            0    2     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public java.util.Iterator<E> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
         0: .line 415
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.checkForComodification:()V
         1: .line 416
            new com.sun.javafx.collections.VetoableListDecorator$VetoableIteratorDecorator
            dup
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.this$0:Lcom/sun/javafx/collections/VetoableListDecorator;
            new com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub
            dup
            aload 0 /* this */
            invokespecial com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub.<init>:(Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;)V
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.subList:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.offset:I
            invokespecial com.sun.javafx.collections.VetoableListDecorator$VetoableIteratorDecorator.<init>:(Lcom/sun/javafx/collections/VetoableListDecorator;Lcom/sun/javafx/collections/VetoableListDecorator$ModCountAccessor;Ljava/util/Iterator;I)V
            areturn
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;
    Signature: ()Ljava/util/Iterator<TE;>;

  public java.lang.Object[] toArray();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
         0: .line 421
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.checkForComodification:()V
         1: .line 422
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.subList:Ljava/util/List;
            invokeinterface java.util.List.toArray:()[Ljava/lang/Object;
            areturn
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;

  public <T> T[] toArray();
    descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
        start local 1 // java.lang.Object[] a
         0: .line 427
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.checkForComodification:()V
         1: .line 428
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.subList:Ljava/util/List;
            aload 1 /* a */
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object[] a
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;
            0    2     1     a  [Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>([TT;)[TT;
    MethodParameters:
      Name  Flags
      a     

  public boolean add();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
        start local 1 // java.lang.Object e
         0: .line 433
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.checkForComodification:()V
         1: .line 434
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.this$0:Lcom/sun/javafx/collections/VetoableListDecorator;
            aload 1 /* e */
            invokestatic java.util.Collections.singletonList:(Ljava/lang/Object;)Ljava/util/List;
            iconst_2
            newarray 10
            dup
            iconst_0
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.offset:I
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.size:()I
            iadd
            iastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.offset:I
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.size:()I
            iadd
            iastore
            invokevirtual com.sun.javafx.collections.VetoableListDecorator.onProposedChange:(Ljava/util/List;[I)V
         2: .line 436
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.incrementModCount:()V
         3: .line 437
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.subList:Ljava/util/List;
            aload 1 /* e */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 438
            goto 8
      StackMap locals:
      StackMap stack: java.lang.Exception
         5: astore 2 /* ex */
        start local 2 // java.lang.Exception ex
         6: .line 439
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.decrementModCount:()V
         7: .line 440
            aload 2 /* ex */
            athrow
        end local 2 // java.lang.Exception ex
         8: .line 442
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // java.lang.Object e
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;
            0    9     1     e  TE;
            6    8     2    ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2     4       5  Class java.lang.Exception
    Signature: (TE;)Z
    MethodParameters:
      Name  Flags
      e     

  public boolean remove(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
        start local 1 // java.lang.Object o
         0: .line 447
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.checkForComodification:()V
         1: .line 448
            aload 0 /* this */
            aload 1 /* o */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.indexOf:(Ljava/lang/Object;)I
            istore 2 /* i */
        start local 2 // int i
         2: .line 449
            iload 2 /* i */
            iconst_m1
            if_icmpeq 5
         3: .line 450
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.remove:(I)Ljava/lang/Object;
            pop
         4: .line 451
            iconst_1
            ireturn
         5: .line 453
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // int i
        end local 1 // java.lang.Object o
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;
            0    6     1     o  Ljava/lang/Object;
            2    6     2     i  I
    MethodParameters:
      Name  Flags
      o     

  public boolean containsAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
        start local 1 // java.util.Collection c
         0: .line 458
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.checkForComodification:()V
         1: .line 459
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.subList:Ljava/util/List;
            aload 1 /* c */
            invokeinterface java.util.List.containsAll:(Ljava/util/Collection;)Z
            ireturn
        end local 1 // java.util.Collection c
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;
            0    2     1     c  Ljava/util/Collection<*>;
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
      Name  Flags
      c     

  public boolean addAll(java.util.Collection<? extends E>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
        start local 1 // java.util.Collection c
         0: .line 464
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.checkForComodification:()V
         1: .line 465
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.this$0:Lcom/sun/javafx/collections/VetoableListDecorator;
            new java.util.ArrayList
            dup
            aload 1 /* c */
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            iconst_2
            newarray 10
            dup
            iconst_0
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.offset:I
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.size:()I
            iadd
            iastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.offset:I
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.size:()I
            iadd
            iastore
            invokevirtual com.sun.javafx.collections.VetoableListDecorator.onProposedChange:(Ljava/util/List;[I)V
         2: .line 467
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.incrementModCount:()V
         3: .line 468
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.subList:Ljava/util/List;
            aload 1 /* c */
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            istore 2 /* res */
        start local 2 // boolean res
         4: .line 469
            iload 2 /* res */
            ifne 6
         5: .line 470
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.decrementModCount:()V
         6: .line 471
      StackMap locals: int
      StackMap stack:
            iload 2 /* res */
         7: ireturn
        end local 2 // boolean res
         8: .line 472
      StackMap locals: com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator java.util.Collection
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
         9: .line 473
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.decrementModCount:()V
        10: .line 474
            aload 2 /* e */
            athrow
        end local 2 // java.lang.Exception e
        end local 1 // java.util.Collection c
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;
            0   11     1     c  Ljava/util/Collection<+TE;>;
            4    8     2   res  Z
            9   11     2     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2     7       8  Class java.lang.Exception
    Signature: (Ljava/util/Collection<+TE;>;)Z
    MethodParameters:
      Name  Flags
      c     

  public boolean addAll(int, java.util.Collection<? extends E>);
    descriptor: (ILjava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
        start local 1 // int index
        start local 2 // java.util.Collection c
         0: .line 480
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.checkForComodification:()V
         1: .line 481
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.this$0:Lcom/sun/javafx/collections/VetoableListDecorator;
            new java.util.ArrayList
            dup
            aload 2 /* c */
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            iconst_2
            newarray 10
            dup
            iconst_0
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.offset:I
            iload 1 /* index */
            iadd
            iastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.offset:I
            iload 1 /* index */
            iadd
            iastore
            invokevirtual com.sun.javafx.collections.VetoableListDecorator.onProposedChange:(Ljava/util/List;[I)V
         2: .line 483
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.incrementModCount:()V
         3: .line 484
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.subList:Ljava/util/List;
            iload 1 /* index */
            aload 2 /* c */
            invokeinterface java.util.List.addAll:(ILjava/util/Collection;)Z
            istore 3 /* res */
        start local 3 // boolean res
         4: .line 485
            iload 3 /* res */
            ifne 6
         5: .line 486
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.decrementModCount:()V
         6: .line 487
      StackMap locals: int
      StackMap stack:
            iload 3 /* res */
         7: ireturn
        end local 3 // boolean res
         8: .line 488
      StackMap locals: com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator int java.util.Collection
      StackMap stack: java.lang.Exception
            astore 3 /* e */
        start local 3 // java.lang.Exception e
         9: .line 489
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.decrementModCount:()V
        10: .line 490
            aload 3 /* e */
            athrow
        end local 3 // java.lang.Exception e
        end local 2 // java.util.Collection c
        end local 1 // int index
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;
            0   11     1  index  I
            0   11     2      c  Ljava/util/Collection<+TE;>;
            4    8     3    res  Z
            9   11     3      e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2     7       8  Class java.lang.Exception
    Signature: (ILjava/util/Collection<+TE;>;)Z
    MethodParameters:
       Name  Flags
      index  
      c      

  public boolean removeAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
        start local 1 // java.util.Collection c
         0: .line 496
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.checkForComodification:()V
         1: .line 497
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.this$0:Lcom/sun/javafx/collections/VetoableListDecorator;
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.offset:I
            aload 1 /* c */
            iconst_0
            invokevirtual com.sun.javafx.collections.VetoableListDecorator.removeFromList:(Ljava/util/List;ILjava/util/Collection;Z)V
         2: .line 499
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.incrementModCount:()V
         3: .line 500
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.subList:Ljava/util/List;
            aload 1 /* c */
            invokeinterface java.util.List.removeAll:(Ljava/util/Collection;)Z
            istore 2 /* res */
        start local 2 // boolean res
         4: .line 501
            iload 2 /* res */
            ifne 6
         5: .line 502
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.decrementModCount:()V
         6: .line 503
      StackMap locals: int
      StackMap stack:
            iload 2 /* res */
         7: ireturn
        end local 2 // boolean res
         8: .line 504
      StackMap locals: com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator java.util.Collection
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
         9: .line 505
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.decrementModCount:()V
        10: .line 506
            aload 2 /* e */
            athrow
        end local 2 // java.lang.Exception e
        end local 1 // java.util.Collection c
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;
            0   11     1     c  Ljava/util/Collection<*>;
            4    8     2   res  Z
            9   11     2     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2     7       8  Class java.lang.Exception
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
      Name  Flags
      c     

  public boolean retainAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
        start local 1 // java.util.Collection c
         0: .line 512
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.checkForComodification:()V
         1: .line 513
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.this$0:Lcom/sun/javafx/collections/VetoableListDecorator;
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.offset:I
            aload 1 /* c */
            iconst_1
            invokevirtual com.sun.javafx.collections.VetoableListDecorator.removeFromList:(Ljava/util/List;ILjava/util/Collection;Z)V
         2: .line 515
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.incrementModCount:()V
         3: .line 516
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.subList:Ljava/util/List;
            aload 1 /* c */
            invokeinterface java.util.List.retainAll:(Ljava/util/Collection;)Z
            istore 2 /* res */
        start local 2 // boolean res
         4: .line 517
            iload 2 /* res */
            ifne 6
         5: .line 518
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.decrementModCount:()V
         6: .line 519
      StackMap locals: int
      StackMap stack:
            iload 2 /* res */
         7: ireturn
        end local 2 // boolean res
         8: .line 520
      StackMap locals: com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator java.util.Collection
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
         9: .line 521
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.decrementModCount:()V
        10: .line 522
            aload 2 /* e */
            athrow
        end local 2 // java.lang.Exception e
        end local 1 // java.util.Collection c
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;
            0   11     1     c  Ljava/util/Collection<*>;
            4    8     2   res  Z
            9   11     2     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2     7       8  Class java.lang.Exception
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
      Name  Flags
      c     

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=1
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
         0: .line 528
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.checkForComodification:()V
         1: .line 529
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.this$0:Lcom/sun/javafx/collections/VetoableListDecorator;
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            iconst_2
            newarray 10
            dup
            iconst_0
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.offset:I
            iastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.offset:I
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.size:()I
            iadd
            iastore
            invokevirtual com.sun.javafx.collections.VetoableListDecorator.onProposedChange:(Ljava/util/List;[I)V
         2: .line 531
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.incrementModCount:()V
         3: .line 532
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.subList:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         4: .line 533
            goto 8
      StackMap locals:
      StackMap stack: java.lang.Exception
         5: astore 1 /* e */
        start local 1 // java.lang.Exception e
         6: .line 534
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.decrementModCount:()V
         7: .line 535
            aload 1 /* e */
            athrow
        end local 1 // java.lang.Exception e
         8: .line 537
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;
            6    8     1     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2     4       5  Class java.lang.Exception

  public E get();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
        start local 1 // int index
         0: .line 541
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.checkForComodification:()V
         1: .line 542
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.subList:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            areturn
        end local 1 // int index
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;
            0    2     1  index  I
    Signature: (I)TE;
    MethodParameters:
       Name  Flags
      index  

  public E set(int, );
    descriptor: (ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
        start local 1 // int index
        start local 2 // java.lang.Object element
         0: .line 547
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.checkForComodification:()V
         1: .line 548
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.this$0:Lcom/sun/javafx/collections/VetoableListDecorator;
            aload 2 /* element */
            invokestatic java.util.Collections.singletonList:(Ljava/lang/Object;)Ljava/util/List;
            iconst_2
            newarray 10
            dup
            iconst_0
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.offset:I
            iload 1 /* index */
            iadd
            iastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.offset:I
            iload 1 /* index */
            iadd
            iconst_1
            iadd
            iastore
            invokevirtual com.sun.javafx.collections.VetoableListDecorator.onProposedChange:(Ljava/util/List;[I)V
         2: .line 549
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.subList:Ljava/util/List;
            iload 1 /* index */
            aload 2 /* element */
            invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object element
        end local 1 // int index
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;
            0    3     1    index  I
            0    3     2  element  TE;
    Signature: (ITE;)TE;
    MethodParameters:
         Name  Flags
      index    
      element  

  public void add(int, );
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
        start local 1 // int index
        start local 2 // java.lang.Object element
         0: .line 554
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.checkForComodification:()V
         1: .line 555
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.this$0:Lcom/sun/javafx/collections/VetoableListDecorator;
            aload 2 /* element */
            invokestatic java.util.Collections.singletonList:(Ljava/lang/Object;)Ljava/util/List;
            iconst_2
            newarray 10
            dup
            iconst_0
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.offset:I
            iload 1 /* index */
            iadd
            iastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.offset:I
            iload 1 /* index */
            iadd
            iastore
            invokevirtual com.sun.javafx.collections.VetoableListDecorator.onProposedChange:(Ljava/util/List;[I)V
         2: .line 557
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.incrementModCount:()V
         3: .line 558
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.subList:Ljava/util/List;
            iload 1 /* index */
            aload 2 /* element */
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
         4: .line 559
            goto 8
      StackMap locals:
      StackMap stack: java.lang.Exception
         5: astore 3 /* e */
        start local 3 // java.lang.Exception e
         6: .line 560
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.decrementModCount:()V
         7: .line 561
            aload 3 /* e */
            athrow
        end local 3 // java.lang.Exception e
         8: .line 563
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object element
        end local 1 // int index
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;
            0    9     1    index  I
            0    9     2  element  TE;
            6    8     3        e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2     4       5  Class java.lang.Exception
    Signature: (ITE;)V
    MethodParameters:
         Name  Flags
      index    
      element  

  public E remove();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
        start local 1 // int index
         0: .line 567
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.checkForComodification:()V
         1: .line 568
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.this$0:Lcom/sun/javafx/collections/VetoableListDecorator;
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            iconst_2
            newarray 10
            dup
            iconst_0
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.offset:I
            iload 1 /* index */
            iadd
            iastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.offset:I
            iload 1 /* index */
            iadd
            iconst_1
            iadd
            iastore
            invokevirtual com.sun.javafx.collections.VetoableListDecorator.onProposedChange:(Ljava/util/List;[I)V
         2: .line 570
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.incrementModCount:()V
         3: .line 571
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.subList:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
            astore 2 /* res */
        start local 2 // java.lang.Object res
         4: .line 572
            aload 2 /* res */
         5: areturn
        end local 2 // java.lang.Object res
         6: .line 573
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
         7: .line 574
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.decrementModCount:()V
         8: .line 575
            aload 2 /* e */
            athrow
        end local 2 // java.lang.Exception e
        end local 1 // int index
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;
            0    9     1  index  I
            4    6     2    res  TE;
            7    9     2      e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2     5       6  Class java.lang.Exception
    Signature: (I)TE;
    MethodParameters:
       Name  Flags
      index  

  public int indexOf(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
        start local 1 // java.lang.Object o
         0: .line 582
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.checkForComodification:()V
         1: .line 583
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.subList:Ljava/util/List;
            aload 1 /* o */
            invokeinterface java.util.List.indexOf:(Ljava/lang/Object;)I
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;
            0    2     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public int lastIndexOf(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
        start local 1 // java.lang.Object o
         0: .line 588
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.checkForComodification:()V
         1: .line 589
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.subList:Ljava/util/List;
            aload 1 /* o */
            invokeinterface java.util.List.lastIndexOf:(Ljava/lang/Object;)I
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;
            0    2     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public java.util.ListIterator<E> listIterator();
    descriptor: ()Ljava/util/ListIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
         0: .line 594
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.checkForComodification:()V
         1: .line 595
            new com.sun.javafx.collections.VetoableListDecorator$VetoableListIteratorDecorator
            dup
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.this$0:Lcom/sun/javafx/collections/VetoableListDecorator;
            new com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub
            dup
            aload 0 /* this */
            invokespecial com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub.<init>:(Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;)V
         2: .line 596
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.subList:Ljava/util/List;
            invokeinterface java.util.List.listIterator:()Ljava/util/ListIterator;
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.offset:I
         3: .line 595
            invokespecial com.sun.javafx.collections.VetoableListDecorator$VetoableListIteratorDecorator.<init>:(Lcom/sun/javafx/collections/VetoableListDecorator;Lcom/sun/javafx/collections/VetoableListDecorator$ModCountAccessor;Ljava/util/ListIterator;I)V
            areturn
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;
    Signature: ()Ljava/util/ListIterator<TE;>;

  public java.util.ListIterator<E> listIterator(int);
    descriptor: (I)Ljava/util/ListIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
        start local 1 // int index
         0: .line 601
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.checkForComodification:()V
         1: .line 602
            new com.sun.javafx.collections.VetoableListDecorator$VetoableListIteratorDecorator
            dup
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.this$0:Lcom/sun/javafx/collections/VetoableListDecorator;
            new com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub
            dup
            aload 0 /* this */
            invokespecial com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub.<init>:(Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;)V
         2: .line 603
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.subList:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.listIterator:(I)Ljava/util/ListIterator;
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.offset:I
            iload 1 /* index */
            iadd
         3: .line 602
            invokespecial com.sun.javafx.collections.VetoableListDecorator$VetoableListIteratorDecorator.<init>:(Lcom/sun/javafx/collections/VetoableListDecorator;Lcom/sun/javafx/collections/VetoableListDecorator$ModCountAccessor;Ljava/util/ListIterator;I)V
            areturn
        end local 1 // int index
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;
            0    4     1  index  I
    Signature: (I)Ljava/util/ListIterator<TE;>;
    MethodParameters:
       Name  Flags
      index  

  public java.util.List<E> subList(int, int);
    descriptor: (II)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
        start local 1 // int fromIndex
        start local 2 // int toIndex
         0: .line 608
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.checkForComodification:()V
         1: .line 609
            new com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator
            dup
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.this$0:Lcom/sun/javafx/collections/VetoableListDecorator;
            new com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub
            dup
            aload 0 /* this */
            invokespecial com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub.<init>:(Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;)V
         2: .line 610
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.subList:Ljava/util/List;
            iload 1 /* fromIndex */
            iload 2 /* toIndex */
            invokeinterface java.util.List.subList:(II)Ljava/util/List;
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.offset:I
            iload 1 /* fromIndex */
            iadd
         3: .line 609
            invokespecial com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.<init>:(Lcom/sun/javafx/collections/VetoableListDecorator;Lcom/sun/javafx/collections/VetoableListDecorator$ModCountAccessor;Ljava/util/List;I)V
            areturn
        end local 2 // int toIndex
        end local 1 // int fromIndex
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;
            0    4     1  fromIndex  I
            0    4     2    toIndex  I
    Signature: (II)Ljava/util/List<TE;>;
    MethodParameters:
           Name  Flags
      fromIndex  
      toIndex    

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
         0: .line 615
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.checkForComodification:()V
         1: .line 616
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.subList:Ljava/util/List;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
        start local 1 // java.lang.Object obj
         0: .line 621
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.checkForComodification:()V
         1: .line 622
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.subList:Ljava/util/List;
            aload 1 /* obj */
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;
            0    2     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
         0: .line 627
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.checkForComodification:()V
         1: .line 628
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.subList:Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            ireturn
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;

  private void checkForComodification();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
         0: .line 632
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.modCount:I
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.modCountAccessor:Lcom/sun/javafx/collections/VetoableListDecorator$ModCountAccessor;
            invokeinterface com.sun.javafx.collections.VetoableListDecorator$ModCountAccessor.get:()I
            if_icmpeq 2
         1: .line 633
            new java.util.ConcurrentModificationException
            dup
            invokespecial java.util.ConcurrentModificationException.<init>:()V
            athrow
         2: .line 635
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;

  private void incrementModCount();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
         0: .line 638
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.modCountAccessor:Lcom/sun/javafx/collections/VetoableListDecorator$ModCountAccessor;
            invokeinterface com.sun.javafx.collections.VetoableListDecorator$ModCountAccessor.incrementAndGet:()I
            putfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.modCount:I
         1: .line 639
            return
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;

  private void decrementModCount();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
         0: .line 642
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.modCountAccessor:Lcom/sun/javafx/collections/VetoableListDecorator$ModCountAccessor;
            invokeinterface com.sun.javafx.collections.VetoableListDecorator$ModCountAccessor.decrementAndGet:()I
            putfield com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator.modCount:I
         1: .line 643
            return
        end local 0 // com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/collections/VetoableListDecorator$VetoableSubListDecorator;
}
Signature: Ljava/lang/Object;Ljava/util/List<TE;>;
SourceFile: "VetoableListDecorator.java"
NestHost: com.sun.javafx.collections.VetoableListDecorator
InnerClasses:
  private abstract ModCountAccessor = com.sun.javafx.collections.VetoableListDecorator$ModCountAccessor of com.sun.javafx.collections.VetoableListDecorator
  private VetoableIteratorDecorator = com.sun.javafx.collections.VetoableListDecorator$VetoableIteratorDecorator of com.sun.javafx.collections.VetoableListDecorator
  private VetoableListIteratorDecorator = com.sun.javafx.collections.VetoableListDecorator$VetoableListIteratorDecorator of com.sun.javafx.collections.VetoableListDecorator
  private VetoableSubListDecorator = com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator of com.sun.javafx.collections.VetoableListDecorator
  private ModCountAccessorImplSub = com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator$ModCountAccessorImplSub of com.sun.javafx.collections.VetoableListDecorator$VetoableSubListDecorator