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

  private E lastReturned;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Signature: TE;

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

  void <init>(com.sun.javafx.collections.ObservableSequentialListWrapper, int);
    descriptor: (Lcom/sun/javafx/collections/ObservableSequentialListWrapper;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.javafx.collections.ObservableSequentialListWrapper$2 this
         0: .line 99
            aload 0 /* this */
            aload 1
            putfield com.sun.javafx.collections.ObservableSequentialListWrapper$2.this$0:Lcom/sun/javafx/collections/ObservableSequentialListWrapper;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 101
            aload 0 /* this */
            aload 1
            getfield com.sun.javafx.collections.ObservableSequentialListWrapper.backingList:Ljava/util/List;
            iload 2
            invokeinterface java.util.List.listIterator:(I)Ljava/util/ListIterator;
            putfield com.sun.javafx.collections.ObservableSequentialListWrapper$2.backingIt:Ljava/util/ListIterator;
         2: .line 99
            return
        end local 0 // com.sun.javafx.collections.ObservableSequentialListWrapper$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/collections/ObservableSequentialListWrapper$2;
    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 // com.sun.javafx.collections.ObservableSequentialListWrapper$2 this
         0: .line 106
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSequentialListWrapper$2.backingIt:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.hasNext:()Z
            ireturn
        end local 0 // com.sun.javafx.collections.ObservableSequentialListWrapper$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/ObservableSequentialListWrapper$2;

  public E next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.ObservableSequentialListWrapper$2 this
         0: .line 111
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSequentialListWrapper$2.backingIt:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.next:()Ljava/lang/Object;
            dup_x1
            putfield com.sun.javafx.collections.ObservableSequentialListWrapper$2.lastReturned:Ljava/lang/Object;
            areturn
        end local 0 // com.sun.javafx.collections.ObservableSequentialListWrapper$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/ObservableSequentialListWrapper$2;
    Signature: ()TE;

  public boolean hasPrevious();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.ObservableSequentialListWrapper$2 this
         0: .line 116
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSequentialListWrapper$2.backingIt:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.hasPrevious:()Z
            ireturn
        end local 0 // com.sun.javafx.collections.ObservableSequentialListWrapper$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/ObservableSequentialListWrapper$2;

  public E previous();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.ObservableSequentialListWrapper$2 this
         0: .line 121
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSequentialListWrapper$2.backingIt:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.previous:()Ljava/lang/Object;
            dup_x1
            putfield com.sun.javafx.collections.ObservableSequentialListWrapper$2.lastReturned:Ljava/lang/Object;
            areturn
        end local 0 // com.sun.javafx.collections.ObservableSequentialListWrapper$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/ObservableSequentialListWrapper$2;
    Signature: ()TE;

  public int nextIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.ObservableSequentialListWrapper$2 this
         0: .line 126
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSequentialListWrapper$2.backingIt:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.nextIndex:()I
            ireturn
        end local 0 // com.sun.javafx.collections.ObservableSequentialListWrapper$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/ObservableSequentialListWrapper$2;

  public int previousIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.ObservableSequentialListWrapper$2 this
         0: .line 131
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSequentialListWrapper$2.backingIt:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.previousIndex:()I
            ireturn
        end local 0 // com.sun.javafx.collections.ObservableSequentialListWrapper$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/ObservableSequentialListWrapper$2;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.javafx.collections.ObservableSequentialListWrapper$2 this
         0: .line 136
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSequentialListWrapper$2.this$0:Lcom/sun/javafx/collections/ObservableSequentialListWrapper;
            invokestatic com.sun.javafx.collections.ObservableSequentialListWrapper.access$0:(Lcom/sun/javafx/collections/ObservableSequentialListWrapper;)V
         1: .line 137
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.ObservableSequentialListWrapper$2.previousIndex:()I
            istore 1 /* idx */
        start local 1 // int idx
         2: .line 138
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSequentialListWrapper$2.backingIt:Ljava/util/ListIterator;
            invokeinterface java.util.ListIterator.remove:()V
         3: .line 139
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSequentialListWrapper$2.this$0:Lcom/sun/javafx/collections/ObservableSequentialListWrapper;
            iload 1 /* idx */
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSequentialListWrapper$2.lastReturned:Ljava/lang/Object;
            invokestatic com.sun.javafx.collections.ObservableSequentialListWrapper.access$3:(Lcom/sun/javafx/collections/ObservableSequentialListWrapper;ILjava/lang/Object;)V
         4: .line 140
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSequentialListWrapper$2.this$0:Lcom/sun/javafx/collections/ObservableSequentialListWrapper;
            invokestatic com.sun.javafx.collections.ObservableSequentialListWrapper.access$2:(Lcom/sun/javafx/collections/ObservableSequentialListWrapper;)V
         5: .line 141
            return
        end local 1 // int idx
        end local 0 // com.sun.javafx.collections.ObservableSequentialListWrapper$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/javafx/collections/ObservableSequentialListWrapper$2;
            2    6     1   idx  I

  public void set();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.javafx.collections.ObservableSequentialListWrapper$2 this
        start local 1 // java.lang.Object e
         0: .line 145
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSequentialListWrapper$2.this$0:Lcom/sun/javafx/collections/ObservableSequentialListWrapper;
            invokestatic com.sun.javafx.collections.ObservableSequentialListWrapper.access$0:(Lcom/sun/javafx/collections/ObservableSequentialListWrapper;)V
         1: .line 146
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.ObservableSequentialListWrapper$2.previousIndex:()I
            istore 2 /* idx */
        start local 2 // int idx
         2: .line 147
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSequentialListWrapper$2.backingIt:Ljava/util/ListIterator;
            aload 1 /* e */
            invokeinterface java.util.ListIterator.set:(Ljava/lang/Object;)V
         3: .line 148
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSequentialListWrapper$2.this$0:Lcom/sun/javafx/collections/ObservableSequentialListWrapper;
            iload 2 /* idx */
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSequentialListWrapper$2.lastReturned:Ljava/lang/Object;
            invokestatic com.sun.javafx.collections.ObservableSequentialListWrapper.access$4:(Lcom/sun/javafx/collections/ObservableSequentialListWrapper;ILjava/lang/Object;)V
         4: .line 149
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSequentialListWrapper$2.this$0:Lcom/sun/javafx/collections/ObservableSequentialListWrapper;
            invokestatic com.sun.javafx.collections.ObservableSequentialListWrapper.access$2:(Lcom/sun/javafx/collections/ObservableSequentialListWrapper;)V
         5: .line 150
            return
        end local 2 // int idx
        end local 1 // java.lang.Object e
        end local 0 // com.sun.javafx.collections.ObservableSequentialListWrapper$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/javafx/collections/ObservableSequentialListWrapper$2;
            0    6     1     e  TE;
            2    6     2   idx  I
    Signature: (TE;)V
    MethodParameters:
      Name  Flags
      e     

  public void add();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.javafx.collections.ObservableSequentialListWrapper$2 this
        start local 1 // java.lang.Object e
         0: .line 154
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSequentialListWrapper$2.this$0:Lcom/sun/javafx/collections/ObservableSequentialListWrapper;
            invokestatic com.sun.javafx.collections.ObservableSequentialListWrapper.access$0:(Lcom/sun/javafx/collections/ObservableSequentialListWrapper;)V
         1: .line 155
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.ObservableSequentialListWrapper$2.nextIndex:()I
            istore 2 /* idx */
        start local 2 // int idx
         2: .line 156
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSequentialListWrapper$2.backingIt:Ljava/util/ListIterator;
            aload 1 /* e */
            invokeinterface java.util.ListIterator.add:(Ljava/lang/Object;)V
         3: .line 157
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSequentialListWrapper$2.this$0:Lcom/sun/javafx/collections/ObservableSequentialListWrapper;
            iload 2 /* idx */
            iload 2 /* idx */
            iconst_1
            iadd
            invokestatic com.sun.javafx.collections.ObservableSequentialListWrapper.access$5:(Lcom/sun/javafx/collections/ObservableSequentialListWrapper;II)V
         4: .line 158
            aload 0 /* this */
            getfield com.sun.javafx.collections.ObservableSequentialListWrapper$2.this$0:Lcom/sun/javafx/collections/ObservableSequentialListWrapper;
            invokestatic com.sun.javafx.collections.ObservableSequentialListWrapper.access$2:(Lcom/sun/javafx/collections/ObservableSequentialListWrapper;)V
         5: .line 159
            return
        end local 2 // int idx
        end local 1 // java.lang.Object e
        end local 0 // com.sun.javafx.collections.ObservableSequentialListWrapper$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/javafx/collections/ObservableSequentialListWrapper$2;
            0    6     1     e  TE;
            2    6     2   idx  I
    Signature: (TE;)V
    MethodParameters:
      Name  Flags
      e     
}
Signature: Ljava/lang/Object;Ljava/util/ListIterator<TE;>;
SourceFile: "ObservableSequentialListWrapper.java"
EnclosingMethod: com.sun.javafx.collections.ObservableSequentialListWrapper.listIterator:(I)Ljava/util/ListIterator;
NestHost: com.sun.javafx.collections.ObservableSequentialListWrapper
InnerClasses:
  com.sun.javafx.collections.ObservableSequentialListWrapper$2