class sun.awt.util.IdentityLinkedList$ListItr implements java.util.ListIterator<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.awt.util.IdentityLinkedList$ListItr
  super_class: java.lang.Object
{
  private sun.awt.util.IdentityLinkedList$Entry<E> lastReturned;
    descriptor: Lsun/awt/util/IdentityLinkedList$Entry;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lsun/awt/util/IdentityLinkedList$Entry<TE;>;

  private sun.awt.util.IdentityLinkedList$Entry<E> next;
    descriptor: Lsun/awt/util/IdentityLinkedList$Entry;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lsun/awt/util/IdentityLinkedList$Entry<TE;>;

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

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

  final sun.awt.util.IdentityLinkedList this$0;
    descriptor: Lsun/awt/util/IdentityLinkedList;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.awt.util.IdentityLinkedList, int);
    descriptor: (Lsun/awt/util/IdentityLinkedList;I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // sun.awt.util.IdentityLinkedList$ListItr this
        start local 2 // int index
         0: .line 658
            aload 0 /* this */
            aload 1
            putfield sun.awt.util.IdentityLinkedList$ListItr.this$0:Lsun/awt/util/IdentityLinkedList;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 653
            aload 0 /* this */
            aload 1
            getfield sun.awt.util.IdentityLinkedList.header:Lsun/awt/util/IdentityLinkedList$Entry;
            putfield sun.awt.util.IdentityLinkedList$ListItr.lastReturned:Lsun/awt/util/IdentityLinkedList$Entry;
         2: .line 656
            aload 0 /* this */
            aload 1
            invokestatic sun.awt.util.IdentityLinkedList.access$0:(Lsun/awt/util/IdentityLinkedList;)I
            putfield sun.awt.util.IdentityLinkedList$ListItr.expectedModCount:I
         3: .line 659
            iload 2 /* index */
            iflt 4
            iload 2 /* index */
            aload 1
            getfield sun.awt.util.IdentityLinkedList.size:I
            if_icmple 7
         4: .line 660
      StackMap locals: sun.awt.util.IdentityLinkedList$ListItr sun.awt.util.IdentityLinkedList int
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Index: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* index */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         5: .line 661
            ldc ", Size: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1
            getfield sun.awt.util.IdentityLinkedList.size:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         6: .line 660
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 662
      StackMap locals:
      StackMap stack:
            iload 2 /* index */
            aload 1
            getfield sun.awt.util.IdentityLinkedList.size:I
            iconst_1
            ishr
            if_icmpge 14
         8: .line 663
            aload 0 /* this */
            aload 1
            getfield sun.awt.util.IdentityLinkedList.header:Lsun/awt/util/IdentityLinkedList$Entry;
            getfield sun.awt.util.IdentityLinkedList$Entry.next:Lsun/awt/util/IdentityLinkedList$Entry;
            putfield sun.awt.util.IdentityLinkedList$ListItr.next:Lsun/awt/util/IdentityLinkedList$Entry;
         9: .line 664
            aload 0 /* this */
            iconst_0
            putfield sun.awt.util.IdentityLinkedList$ListItr.nextIndex:I
            goto 12
        10: .line 665
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.next:Lsun/awt/util/IdentityLinkedList$Entry;
            getfield sun.awt.util.IdentityLinkedList$Entry.next:Lsun/awt/util/IdentityLinkedList$Entry;
            putfield sun.awt.util.IdentityLinkedList$ListItr.next:Lsun/awt/util/IdentityLinkedList$Entry;
        11: .line 664
            aload 0 /* this */
            dup
            getfield sun.awt.util.IdentityLinkedList$ListItr.nextIndex:I
            iconst_1
            iadd
            putfield sun.awt.util.IdentityLinkedList$ListItr.nextIndex:I
      StackMap locals:
      StackMap stack:
        12: aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.nextIndex:I
            iload 2 /* index */
            if_icmplt 10
        13: .line 666
            goto 19
        14: .line 667
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1
            getfield sun.awt.util.IdentityLinkedList.header:Lsun/awt/util/IdentityLinkedList$Entry;
            putfield sun.awt.util.IdentityLinkedList$ListItr.next:Lsun/awt/util/IdentityLinkedList$Entry;
        15: .line 668
            aload 0 /* this */
            aload 1
            getfield sun.awt.util.IdentityLinkedList.size:I
            putfield sun.awt.util.IdentityLinkedList$ListItr.nextIndex:I
            goto 18
        16: .line 669
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.next:Lsun/awt/util/IdentityLinkedList$Entry;
            getfield sun.awt.util.IdentityLinkedList$Entry.previous:Lsun/awt/util/IdentityLinkedList$Entry;
            putfield sun.awt.util.IdentityLinkedList$ListItr.next:Lsun/awt/util/IdentityLinkedList$Entry;
        17: .line 668
            aload 0 /* this */
            dup
            getfield sun.awt.util.IdentityLinkedList$ListItr.nextIndex:I
            iconst_1
            isub
            putfield sun.awt.util.IdentityLinkedList$ListItr.nextIndex:I
      StackMap locals:
      StackMap stack:
        18: aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.nextIndex:I
            iload 2 /* index */
            if_icmpgt 16
        19: .line 671
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int index
        end local 0 // sun.awt.util.IdentityLinkedList$ListItr this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   20     0   this  Lsun/awt/util/IdentityLinkedList$ListItr;
            0   20     2  index  I
    MethodParameters:
        Name  Flags
      this$0  final
      index   

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.util.IdentityLinkedList$ListItr this
         0: .line 674
            aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.nextIndex:I
            aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.this$0:Lsun/awt/util/IdentityLinkedList;
            getfield sun.awt.util.IdentityLinkedList.size:I
            if_icmpeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.awt.util.IdentityLinkedList$ListItr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/util/IdentityLinkedList$ListItr;

  public E next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.awt.util.IdentityLinkedList$ListItr this
         0: .line 678
            aload 0 /* this */
            invokevirtual sun.awt.util.IdentityLinkedList$ListItr.checkForComodification:()V
         1: .line 679
            aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.nextIndex:I
            aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.this$0:Lsun/awt/util/IdentityLinkedList;
            getfield sun.awt.util.IdentityLinkedList.size:I
            if_icmpne 3
         2: .line 680
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         3: .line 682
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.next:Lsun/awt/util/IdentityLinkedList$Entry;
            putfield sun.awt.util.IdentityLinkedList$ListItr.lastReturned:Lsun/awt/util/IdentityLinkedList$Entry;
         4: .line 683
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.next:Lsun/awt/util/IdentityLinkedList$Entry;
            getfield sun.awt.util.IdentityLinkedList$Entry.next:Lsun/awt/util/IdentityLinkedList$Entry;
            putfield sun.awt.util.IdentityLinkedList$ListItr.next:Lsun/awt/util/IdentityLinkedList$Entry;
         5: .line 684
            aload 0 /* this */
            dup
            getfield sun.awt.util.IdentityLinkedList$ListItr.nextIndex:I
            iconst_1
            iadd
            putfield sun.awt.util.IdentityLinkedList$ListItr.nextIndex:I
         6: .line 685
            aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.lastReturned:Lsun/awt/util/IdentityLinkedList$Entry;
            getfield sun.awt.util.IdentityLinkedList$Entry.element:Ljava/lang/Object;
            areturn
        end local 0 // sun.awt.util.IdentityLinkedList$ListItr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/awt/util/IdentityLinkedList$ListItr;
    Signature: ()TE;

  public boolean hasPrevious();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.util.IdentityLinkedList$ListItr this
         0: .line 689
            aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.nextIndex:I
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.awt.util.IdentityLinkedList$ListItr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/util/IdentityLinkedList$ListItr;

  public E previous();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.awt.util.IdentityLinkedList$ListItr this
         0: .line 693
            aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.nextIndex:I
            ifne 2
         1: .line 694
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 696
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.next:Lsun/awt/util/IdentityLinkedList$Entry;
            getfield sun.awt.util.IdentityLinkedList$Entry.previous:Lsun/awt/util/IdentityLinkedList$Entry;
            dup_x1
            putfield sun.awt.util.IdentityLinkedList$ListItr.next:Lsun/awt/util/IdentityLinkedList$Entry;
            putfield sun.awt.util.IdentityLinkedList$ListItr.lastReturned:Lsun/awt/util/IdentityLinkedList$Entry;
         3: .line 697
            aload 0 /* this */
            dup
            getfield sun.awt.util.IdentityLinkedList$ListItr.nextIndex:I
            iconst_1
            isub
            putfield sun.awt.util.IdentityLinkedList$ListItr.nextIndex:I
         4: .line 698
            aload 0 /* this */
            invokevirtual sun.awt.util.IdentityLinkedList$ListItr.checkForComodification:()V
         5: .line 699
            aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.lastReturned:Lsun/awt/util/IdentityLinkedList$Entry;
            getfield sun.awt.util.IdentityLinkedList$Entry.element:Ljava/lang/Object;
            areturn
        end local 0 // sun.awt.util.IdentityLinkedList$ListItr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/awt/util/IdentityLinkedList$ListItr;
    Signature: ()TE;

  public int nextIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.util.IdentityLinkedList$ListItr this
         0: .line 703
            aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.nextIndex:I
            ireturn
        end local 0 // sun.awt.util.IdentityLinkedList$ListItr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/util/IdentityLinkedList$ListItr;

  public int previousIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.util.IdentityLinkedList$ListItr this
         0: .line 707
            aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.nextIndex:I
            iconst_1
            isub
            ireturn
        end local 0 // sun.awt.util.IdentityLinkedList$ListItr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/util/IdentityLinkedList$ListItr;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.awt.util.IdentityLinkedList$ListItr this
         0: .line 711
            aload 0 /* this */
            invokevirtual sun.awt.util.IdentityLinkedList$ListItr.checkForComodification:()V
         1: .line 712
            aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.lastReturned:Lsun/awt/util/IdentityLinkedList$Entry;
            getfield sun.awt.util.IdentityLinkedList$Entry.next:Lsun/awt/util/IdentityLinkedList$Entry;
            astore 1 /* lastNext */
        start local 1 // sun.awt.util.IdentityLinkedList$Entry lastNext
         2: .line 714
            aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.this$0:Lsun/awt/util/IdentityLinkedList;
            aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.lastReturned:Lsun/awt/util/IdentityLinkedList$Entry;
            invokevirtual sun.awt.util.IdentityLinkedList.remove:(Lsun/awt/util/IdentityLinkedList$Entry;)Ljava/lang/Object;
            pop
         3: .line 715
            goto 6
      StackMap locals: sun.awt.util.IdentityLinkedList$ListItr sun.awt.util.IdentityLinkedList$Entry
      StackMap stack: java.util.NoSuchElementException
         4: pop
         5: .line 716
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         6: .line 718
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.next:Lsun/awt/util/IdentityLinkedList$Entry;
            aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.lastReturned:Lsun/awt/util/IdentityLinkedList$Entry;
            if_acmpne 8
         7: .line 719
            aload 0 /* this */
            aload 1 /* lastNext */
            putfield sun.awt.util.IdentityLinkedList$ListItr.next:Lsun/awt/util/IdentityLinkedList$Entry;
            goto 9
         8: .line 721
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.awt.util.IdentityLinkedList$ListItr.nextIndex:I
            iconst_1
            isub
            putfield sun.awt.util.IdentityLinkedList$ListItr.nextIndex:I
         9: .line 722
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.this$0:Lsun/awt/util/IdentityLinkedList;
            getfield sun.awt.util.IdentityLinkedList.header:Lsun/awt/util/IdentityLinkedList$Entry;
            putfield sun.awt.util.IdentityLinkedList$ListItr.lastReturned:Lsun/awt/util/IdentityLinkedList$Entry;
        10: .line 723
            aload 0 /* this */
            dup
            getfield sun.awt.util.IdentityLinkedList$ListItr.expectedModCount:I
            iconst_1
            iadd
            putfield sun.awt.util.IdentityLinkedList$ListItr.expectedModCount:I
        11: .line 724
            return
        end local 1 // sun.awt.util.IdentityLinkedList$Entry lastNext
        end local 0 // sun.awt.util.IdentityLinkedList$ListItr this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lsun/awt/util/IdentityLinkedList$ListItr;
            2   12     1  lastNext  Lsun/awt/util/IdentityLinkedList$Entry<TE;>;
      Exception table:
        from    to  target  type
           2     3       4  Class java.util.NoSuchElementException

  public void set();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.util.IdentityLinkedList$ListItr this
        start local 1 // java.lang.Object e
         0: .line 727
            aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.lastReturned:Lsun/awt/util/IdentityLinkedList$Entry;
            aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.this$0:Lsun/awt/util/IdentityLinkedList;
            getfield sun.awt.util.IdentityLinkedList.header:Lsun/awt/util/IdentityLinkedList$Entry;
            if_acmpne 2
         1: .line 728
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 729
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.awt.util.IdentityLinkedList$ListItr.checkForComodification:()V
         3: .line 730
            aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.lastReturned:Lsun/awt/util/IdentityLinkedList$Entry;
            aload 1 /* e */
            putfield sun.awt.util.IdentityLinkedList$Entry.element:Ljava/lang/Object;
         4: .line 731
            return
        end local 1 // java.lang.Object e
        end local 0 // sun.awt.util.IdentityLinkedList$ListItr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/awt/util/IdentityLinkedList$ListItr;
            0    5     1     e  TE;
    Signature: (TE;)V
    MethodParameters:
      Name  Flags
      e     

  public void add();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.awt.util.IdentityLinkedList$ListItr this
        start local 1 // java.lang.Object e
         0: .line 734
            aload 0 /* this */
            invokevirtual sun.awt.util.IdentityLinkedList$ListItr.checkForComodification:()V
         1: .line 735
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.this$0:Lsun/awt/util/IdentityLinkedList;
            getfield sun.awt.util.IdentityLinkedList.header:Lsun/awt/util/IdentityLinkedList$Entry;
            putfield sun.awt.util.IdentityLinkedList$ListItr.lastReturned:Lsun/awt/util/IdentityLinkedList$Entry;
         2: .line 736
            aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.this$0:Lsun/awt/util/IdentityLinkedList;
            aload 1 /* e */
            aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.next:Lsun/awt/util/IdentityLinkedList$Entry;
            invokevirtual sun.awt.util.IdentityLinkedList.addBefore:(Ljava/lang/Object;Lsun/awt/util/IdentityLinkedList$Entry;)Lsun/awt/util/IdentityLinkedList$Entry;
            pop
         3: .line 737
            aload 0 /* this */
            dup
            getfield sun.awt.util.IdentityLinkedList$ListItr.nextIndex:I
            iconst_1
            iadd
            putfield sun.awt.util.IdentityLinkedList$ListItr.nextIndex:I
         4: .line 738
            aload 0 /* this */
            dup
            getfield sun.awt.util.IdentityLinkedList$ListItr.expectedModCount:I
            iconst_1
            iadd
            putfield sun.awt.util.IdentityLinkedList$ListItr.expectedModCount:I
         5: .line 739
            return
        end local 1 // java.lang.Object e
        end local 0 // sun.awt.util.IdentityLinkedList$ListItr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/awt/util/IdentityLinkedList$ListItr;
            0    6     1     e  TE;
    Signature: (TE;)V
    MethodParameters:
      Name  Flags
      e     

  final void checkForComodification();
    descriptor: ()V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.util.IdentityLinkedList$ListItr this
         0: .line 742
            aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.this$0:Lsun/awt/util/IdentityLinkedList;
            invokestatic sun.awt.util.IdentityLinkedList.access$0:(Lsun/awt/util/IdentityLinkedList;)I
            aload 0 /* this */
            getfield sun.awt.util.IdentityLinkedList$ListItr.expectedModCount:I
            if_icmpeq 2
         1: .line 743
            new java.util.ConcurrentModificationException
            dup
            invokespecial java.util.ConcurrentModificationException.<init>:()V
            athrow
         2: .line 744
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.awt.util.IdentityLinkedList$ListItr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/util/IdentityLinkedList$ListItr;
}
Signature: Ljava/lang/Object;Ljava/util/ListIterator<TE;>;
SourceFile: "IdentityLinkedList.java"
NestHost: sun.awt.util.IdentityLinkedList
InnerClasses:
  private Entry = sun.awt.util.IdentityLinkedList$Entry of sun.awt.util.IdentityLinkedList
  private ListItr = sun.awt.util.IdentityLinkedList$ListItr of sun.awt.util.IdentityLinkedList