class javafx.collections.FXCollections$CheckedObservableList$1 implements java.util.ListIterator<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.collections.FXCollections$CheckedObservableList$1
  super_class: java.lang.Object
{
  java.util.ListIterator<T> i;
    descriptor: Ljava/util/ListIterator;
    flags: (0x0000) 
    Signature: Ljava/util/ListIterator<TT;>;

  final javafx.collections.FXCollections$CheckedObservableList this$1;
    descriptor: Ljavafx/collections/FXCollections$CheckedObservableList;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.collections.FXCollections$CheckedObservableList, int);
    descriptor: (Ljavafx/collections/FXCollections$CheckedObservableList;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javafx.collections.FXCollections$CheckedObservableList$1 this
         0: .line 1457
            aload 0 /* this */
            aload 1
            putfield javafx.collections.FXCollections$CheckedObservableList$1.this$1:Ljavafx/collections/FXCollections$CheckedObservableList;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1459
            aload 0 /* this */
            aload 1
            getfield javafx.collections.FXCollections$CheckedObservableList.list:Ljavafx/collections/ObservableList;
            iload 2
            invokeinterface javafx.collections.ObservableList.listIterator:(I)Ljava/util/ListIterator;
            putfield javafx.collections.FXCollections$CheckedObservableList$1.i:Ljava/util/ListIterator;
         2: .line 1457
            return
        end local 0 // javafx.collections.FXCollections$CheckedObservableList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/collections/FXCollections$CheckedObservableList$1;
    MethodParameters:
           Name  Flags
      this$0     final
      val$index  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.FXCollections$CheckedObservableList$1 this
         0: .line 1463
            aload 0 /* this */
            getfield javafx.collections.FXCollections$CheckedObservableList$1.i:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.hasNext:()Z
            ireturn
        end local 0 // javafx.collections.FXCollections$CheckedObservableList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/FXCollections$CheckedObservableList$1;

  public T next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.FXCollections$CheckedObservableList$1 this
         0: .line 1468
            aload 0 /* this */
            getfield javafx.collections.FXCollections$CheckedObservableList$1.i:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.next:()Ljava/lang/Object;
            areturn
        end local 0 // javafx.collections.FXCollections$CheckedObservableList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/FXCollections$CheckedObservableList$1;
    Signature: ()TT;

  public boolean hasPrevious();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.FXCollections$CheckedObservableList$1 this
         0: .line 1473
            aload 0 /* this */
            getfield javafx.collections.FXCollections$CheckedObservableList$1.i:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.hasPrevious:()Z
            ireturn
        end local 0 // javafx.collections.FXCollections$CheckedObservableList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/FXCollections$CheckedObservableList$1;

  public T previous();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.FXCollections$CheckedObservableList$1 this
         0: .line 1478
            aload 0 /* this */
            getfield javafx.collections.FXCollections$CheckedObservableList$1.i:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.previous:()Ljava/lang/Object;
            areturn
        end local 0 // javafx.collections.FXCollections$CheckedObservableList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/FXCollections$CheckedObservableList$1;
    Signature: ()TT;

  public int nextIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.FXCollections$CheckedObservableList$1 this
         0: .line 1483
            aload 0 /* this */
            getfield javafx.collections.FXCollections$CheckedObservableList$1.i:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.nextIndex:()I
            ireturn
        end local 0 // javafx.collections.FXCollections$CheckedObservableList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/FXCollections$CheckedObservableList$1;

  public int previousIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.FXCollections$CheckedObservableList$1 this
         0: .line 1488
            aload 0 /* this */
            getfield javafx.collections.FXCollections$CheckedObservableList$1.i:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.previousIndex:()I
            ireturn
        end local 0 // javafx.collections.FXCollections$CheckedObservableList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/FXCollections$CheckedObservableList$1;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.FXCollections$CheckedObservableList$1 this
         0: .line 1493
            aload 0 /* this */
            getfield javafx.collections.FXCollections$CheckedObservableList$1.i:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.remove:()V
         1: .line 1494
            return
        end local 0 // javafx.collections.FXCollections$CheckedObservableList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/collections/FXCollections$CheckedObservableList$1;

  public void set();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.collections.FXCollections$CheckedObservableList$1 this
        start local 1 // java.lang.Object e
         0: .line 1498
            aload 0 /* this */
            getfield javafx.collections.FXCollections$CheckedObservableList$1.this$1:Ljavafx/collections/FXCollections$CheckedObservableList;
            aload 1 /* e */
            invokevirtual javafx.collections.FXCollections$CheckedObservableList.typeCheck:(Ljava/lang/Object;)V
         1: .line 1499
            aload 0 /* this */
            getfield javafx.collections.FXCollections$CheckedObservableList$1.i:Ljava/util/ListIterator;
            aload 1 /* e */
            invokeinterface java.util.ListIterator.set:(Ljava/lang/Object;)V
         2: .line 1500
            return
        end local 1 // java.lang.Object e
        end local 0 // javafx.collections.FXCollections$CheckedObservableList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/collections/FXCollections$CheckedObservableList$1;
            0    3     1     e  TT;
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      e     

  public void add();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.collections.FXCollections$CheckedObservableList$1 this
        start local 1 // java.lang.Object e
         0: .line 1504
            aload 0 /* this */
            getfield javafx.collections.FXCollections$CheckedObservableList$1.this$1:Ljavafx/collections/FXCollections$CheckedObservableList;
            aload 1 /* e */
            invokevirtual javafx.collections.FXCollections$CheckedObservableList.typeCheck:(Ljava/lang/Object;)V
         1: .line 1505
            aload 0 /* this */
            getfield javafx.collections.FXCollections$CheckedObservableList$1.i:Ljava/util/ListIterator;
            aload 1 /* e */
            invokeinterface java.util.ListIterator.add:(Ljava/lang/Object;)V
         2: .line 1506
            return
        end local 1 // java.lang.Object e
        end local 0 // javafx.collections.FXCollections$CheckedObservableList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/collections/FXCollections$CheckedObservableList$1;
            0    3     1     e  TT;
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      e     
}
Signature: Ljava/lang/Object;Ljava/util/ListIterator<TT;>;
SourceFile: "FXCollections.java"
EnclosingMethod: javafx.collections.FXCollections$CheckedObservableList.listIterator:(I)Ljava/util/ListIterator;
NestHost: javafx.collections.FXCollections
InnerClasses:
  private CheckedObservableList = javafx.collections.FXCollections$CheckedObservableList of javafx.collections.FXCollections
  javafx.collections.FXCollections$CheckedObservableList$1