class com.sun.tools.jdi.LinkedHashMap$HashIterator implements java.util.Iterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.jdi.LinkedHashMap$HashIterator
  super_class: java.lang.Object
{
  private com.sun.tools.jdi.LinkedHashMap$Entry[] table;
    descriptor: [Lcom/sun/tools/jdi/LinkedHashMap$Entry;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.tools.jdi.LinkedHashMap$Entry entry;
    descriptor: Lcom/sun/tools/jdi/LinkedHashMap$Entry;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.tools.jdi.LinkedHashMap$Entry lastReturned;
    descriptor: Lcom/sun/tools/jdi/LinkedHashMap$Entry;
    flags: (0x0002) ACC_PRIVATE

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

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

  final com.sun.tools.jdi.LinkedHashMap this$0;
    descriptor: Lcom/sun/tools/jdi/LinkedHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.jdi.LinkedHashMap, int);
    descriptor: (Lcom/sun/tools/jdi/LinkedHashMap;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.jdi.LinkedHashMap$HashIterator this
        start local 2 // int type
         0: .line 806
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.jdi.LinkedHashMap$HashIterator.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 794
            aload 0 /* this */
            aload 1
            getfield com.sun.tools.jdi.LinkedHashMap.table:[Lcom/sun/tools/jdi/LinkedHashMap$Entry;
            putfield com.sun.tools.jdi.LinkedHashMap$HashIterator.table:[Lcom/sun/tools/jdi/LinkedHashMap$Entry;
         2: .line 795
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.LinkedHashMap$HashIterator.entry:Lcom/sun/tools/jdi/LinkedHashMap$Entry;
         3: .line 796
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.LinkedHashMap$HashIterator.lastReturned:Lcom/sun/tools/jdi/LinkedHashMap$Entry;
         4: .line 804
            aload 0 /* this */
            aload 1
            getfield com.sun.tools.jdi.LinkedHashMap.modCount:I
            putfield com.sun.tools.jdi.LinkedHashMap$HashIterator.expectedModCount:I
         5: .line 807
            aload 0 /* this */
            iload 2 /* type */
            putfield com.sun.tools.jdi.LinkedHashMap$HashIterator.type:I
         6: .line 808
            aload 0 /* this */
            aload 1
            getfield com.sun.tools.jdi.LinkedHashMap.header:Lcom/sun/tools/jdi/LinkedHashMap$Entry;
            getfield com.sun.tools.jdi.LinkedHashMap$Entry.after:Lcom/sun/tools/jdi/LinkedHashMap$Entry;
            putfield com.sun.tools.jdi.LinkedHashMap$HashIterator.entry:Lcom/sun/tools/jdi/LinkedHashMap$Entry;
         7: .line 809
            return
        end local 2 // int type
        end local 0 // com.sun.tools.jdi.LinkedHashMap$HashIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/tools/jdi/LinkedHashMap$HashIterator;
            0    8     2  type  I
    MethodParameters:
        Name  Flags
      this$0  final
      type    

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.LinkedHashMap$HashIterator this
         0: .line 812
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$HashIterator.entry:Lcom/sun/tools/jdi/LinkedHashMap$Entry;
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$HashIterator.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
            getfield com.sun.tools.jdi.LinkedHashMap.header:Lcom/sun/tools/jdi/LinkedHashMap$Entry;
            if_acmpeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.tools.jdi.LinkedHashMap$HashIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/LinkedHashMap$HashIterator;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.LinkedHashMap$HashIterator this
         0: .line 816
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$HashIterator.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
            getfield com.sun.tools.jdi.LinkedHashMap.modCount:I
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$HashIterator.expectedModCount:I
            if_icmpeq 2
         1: .line 817
            new java.util.ConcurrentModificationException
            dup
            invokespecial java.util.ConcurrentModificationException.<init>:()V
            athrow
         2: .line 818
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$HashIterator.entry:Lcom/sun/tools/jdi/LinkedHashMap$Entry;
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$HashIterator.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
            getfield com.sun.tools.jdi.LinkedHashMap.header:Lcom/sun/tools/jdi/LinkedHashMap$Entry;
            if_acmpne 4
         3: .line 819
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         4: .line 821
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$HashIterator.entry:Lcom/sun/tools/jdi/LinkedHashMap$Entry;
            dup_x1
            putfield com.sun.tools.jdi.LinkedHashMap$HashIterator.lastReturned:Lcom/sun/tools/jdi/LinkedHashMap$Entry;
            astore 1 /* e */
        start local 1 // com.sun.tools.jdi.LinkedHashMap$Entry e
         5: .line 822
            aload 0 /* this */
            aload 1 /* e */
            getfield com.sun.tools.jdi.LinkedHashMap$Entry.after:Lcom/sun/tools/jdi/LinkedHashMap$Entry;
            putfield com.sun.tools.jdi.LinkedHashMap$HashIterator.entry:Lcom/sun/tools/jdi/LinkedHashMap$Entry;
         6: .line 823
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$HashIterator.type:I
            ifne 7
            aload 1 /* e */
            getfield com.sun.tools.jdi.LinkedHashMap$Entry.key:Ljava/lang/Object;
            goto 9
      StackMap locals: com.sun.tools.jdi.LinkedHashMap$Entry
      StackMap stack:
         7: aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$HashIterator.type:I
            iconst_1
            if_icmpne 8
            aload 1 /* e */
            getfield com.sun.tools.jdi.LinkedHashMap$Entry.value:Ljava/lang/Object;
            goto 9
      StackMap locals:
      StackMap stack:
         8: aload 1 /* e */
      StackMap locals:
      StackMap stack: java.lang.Object
         9: areturn
        end local 1 // com.sun.tools.jdi.LinkedHashMap$Entry e
        end local 0 // com.sun.tools.jdi.LinkedHashMap$HashIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/tools/jdi/LinkedHashMap$HashIterator;
            5   10     1     e  Lcom/sun/tools/jdi/LinkedHashMap$Entry;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // com.sun.tools.jdi.LinkedHashMap$HashIterator this
         0: .line 827
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$HashIterator.lastReturned:Lcom/sun/tools/jdi/LinkedHashMap$Entry;
            ifnonnull 2
         1: .line 828
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 829
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$HashIterator.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
            getfield com.sun.tools.jdi.LinkedHashMap.modCount:I
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$HashIterator.expectedModCount:I
            if_icmpeq 4
         3: .line 830
            new java.util.ConcurrentModificationException
            dup
            invokespecial java.util.ConcurrentModificationException.<init>:()V
            athrow
         4: .line 832
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$HashIterator.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
            getfield com.sun.tools.jdi.LinkedHashMap.table:[Lcom/sun/tools/jdi/LinkedHashMap$Entry;
            astore 1 /* tab */
        start local 1 // com.sun.tools.jdi.LinkedHashMap$Entry[] tab
         5: .line 833
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$HashIterator.lastReturned:Lcom/sun/tools/jdi/LinkedHashMap$Entry;
            getfield com.sun.tools.jdi.LinkedHashMap$Entry.hash:I
            ldc 2147483647
            iand
            aload 1 /* tab */
            arraylength
            irem
            istore 2 /* index */
        start local 2 // int index
         6: .line 835
            aload 1 /* tab */
            iload 2 /* index */
            aaload
            astore 3 /* e */
        start local 3 // com.sun.tools.jdi.LinkedHashMap$Entry e
         7: aconst_null
            astore 4 /* prev */
        start local 4 // com.sun.tools.jdi.LinkedHashMap$Entry prev
         8: goto 20
         9: .line 837
      StackMap locals: com.sun.tools.jdi.LinkedHashMap$HashIterator com.sun.tools.jdi.LinkedHashMap$Entry[] int com.sun.tools.jdi.LinkedHashMap$Entry com.sun.tools.jdi.LinkedHashMap$Entry
      StackMap stack:
            aload 3 /* e */
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$HashIterator.lastReturned:Lcom/sun/tools/jdi/LinkedHashMap$Entry;
            if_acmpne 19
        10: .line 838
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$HashIterator.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
            dup
            getfield com.sun.tools.jdi.LinkedHashMap.modCount:I
            iconst_1
            iadd
            putfield com.sun.tools.jdi.LinkedHashMap.modCount:I
        11: .line 839
            aload 0 /* this */
            dup
            getfield com.sun.tools.jdi.LinkedHashMap$HashIterator.expectedModCount:I
            iconst_1
            iadd
            putfield com.sun.tools.jdi.LinkedHashMap$HashIterator.expectedModCount:I
        12: .line 840
            aload 4 /* prev */
            ifnonnull 14
        13: .line 841
            aload 1 /* tab */
            iload 2 /* index */
            aload 3 /* e */
            getfield com.sun.tools.jdi.LinkedHashMap$Entry.next:Lcom/sun/tools/jdi/LinkedHashMap$Entry;
            aastore
            goto 15
        14: .line 843
      StackMap locals:
      StackMap stack:
            aload 4 /* prev */
            aload 3 /* e */
            getfield com.sun.tools.jdi.LinkedHashMap$Entry.next:Lcom/sun/tools/jdi/LinkedHashMap$Entry;
            putfield com.sun.tools.jdi.LinkedHashMap$Entry.next:Lcom/sun/tools/jdi/LinkedHashMap$Entry;
        15: .line 844
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$HashIterator.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
            dup
            getfield com.sun.tools.jdi.LinkedHashMap.count:I
            iconst_1
            isub
            putfield com.sun.tools.jdi.LinkedHashMap.count:I
        16: .line 845
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$HashIterator.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
            aload 3 /* e */
            invokevirtual com.sun.tools.jdi.LinkedHashMap.listRemove:(Lcom/sun/tools/jdi/LinkedHashMap$Entry;)V
        17: .line 846
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.LinkedHashMap$HashIterator.lastReturned:Lcom/sun/tools/jdi/LinkedHashMap$Entry;
        18: .line 847
            return
        19: .line 836
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            astore 4 /* prev */
            aload 3 /* e */
            getfield com.sun.tools.jdi.LinkedHashMap$Entry.next:Lcom/sun/tools/jdi/LinkedHashMap$Entry;
            astore 3 /* e */
        20: .line 835
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            ifnonnull 9
        end local 4 // com.sun.tools.jdi.LinkedHashMap$Entry prev
        end local 3 // com.sun.tools.jdi.LinkedHashMap$Entry e
        21: .line 850
            new java.util.ConcurrentModificationException
            dup
            invokespecial java.util.ConcurrentModificationException.<init>:()V
            athrow
        end local 2 // int index
        end local 1 // com.sun.tools.jdi.LinkedHashMap$Entry[] tab
        end local 0 // com.sun.tools.jdi.LinkedHashMap$HashIterator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   22     0   this  Lcom/sun/tools/jdi/LinkedHashMap$HashIterator;
            5   22     1    tab  [Lcom/sun/tools/jdi/LinkedHashMap$Entry;
            6   22     2  index  I
            7   21     3      e  Lcom/sun/tools/jdi/LinkedHashMap$Entry;
            8   21     4   prev  Lcom/sun/tools/jdi/LinkedHashMap$Entry;
}
SourceFile: "LinkedHashMap.java"
NestHost: com.sun.tools.jdi.LinkedHashMap
InnerClasses:
  private Entry = com.sun.tools.jdi.LinkedHashMap$Entry of com.sun.tools.jdi.LinkedHashMap
  private HashIterator = com.sun.tools.jdi.LinkedHashMap$HashIterator of com.sun.tools.jdi.LinkedHashMap