class com.sun.tools.jdi.LinkedHashMap$3 extends java.util.AbstractSet
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.jdi.LinkedHashMap$3
  super_class: java.util.AbstractSet
{
  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);
    descriptor: (Lcom/sun/tools/jdi/LinkedHashMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.LinkedHashMap$3 this
         0: .line 619
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.jdi.LinkedHashMap$3.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
            aload 0 /* this */
            invokespecial java.util.AbstractSet.<init>:()V
            return
        end local 0 // com.sun.tools.jdi.LinkedHashMap$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/LinkedHashMap$3;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.util.Iterator iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.LinkedHashMap$3 this
         0: .line 621
            new com.sun.tools.jdi.LinkedHashMap$HashIterator
            dup
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$3.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
            iconst_2
            invokespecial com.sun.tools.jdi.LinkedHashMap$HashIterator.<init>:(Lcom/sun/tools/jdi/LinkedHashMap;I)V
            areturn
        end local 0 // com.sun.tools.jdi.LinkedHashMap$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/LinkedHashMap$3;

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=8, args_size=2
        start local 0 // com.sun.tools.jdi.LinkedHashMap$3 this
        start local 1 // java.lang.Object o
         0: .line 625
            aload 1 /* o */
            instanceof java.util.Map$Entry
            ifne 2
         1: .line 626
            iconst_0
            ireturn
         2: .line 627
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         3: .line 628
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            astore 3 /* key */
        start local 3 // java.lang.Object key
         4: .line 629
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$3.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
            getfield com.sun.tools.jdi.LinkedHashMap.table:[Lcom/sun/tools/jdi/LinkedHashMap$Entry;
            astore 4 /* tab */
        start local 4 // com.sun.tools.jdi.LinkedHashMap$Entry[] tab
         5: .line 630
            aload 3 /* key */
            ifnonnull 6
            iconst_0
            goto 7
      StackMap locals: java.util.Map$Entry java.lang.Object com.sun.tools.jdi.LinkedHashMap$Entry[]
      StackMap stack:
         6: aload 3 /* key */
            invokevirtual java.lang.Object.hashCode:()I
      StackMap locals:
      StackMap stack: int
         7: istore 5 /* hash */
        start local 5 // int hash
         8: .line 631
            iload 5 /* hash */
            ldc 2147483647
            iand
            aload 4 /* tab */
            arraylength
            irem
            istore 6 /* index */
        start local 6 // int index
         9: .line 633
            aload 4 /* tab */
            iload 6 /* index */
            aaload
            astore 7 /* e */
        start local 7 // com.sun.tools.jdi.LinkedHashMap$Entry e
        10: goto 14
        11: .line 634
      StackMap locals: int int com.sun.tools.jdi.LinkedHashMap$Entry
      StackMap stack:
            aload 7 /* e */
            getfield com.sun.tools.jdi.LinkedHashMap$Entry.hash:I
            iload 5 /* hash */
            if_icmpne 13
            aload 7 /* e */
            aload 2 /* entry */
            invokevirtual com.sun.tools.jdi.LinkedHashMap$Entry.equals:(Ljava/lang/Object;)Z
            ifeq 13
        12: .line 635
            iconst_1
            ireturn
        13: .line 633
      StackMap locals:
      StackMap stack:
            aload 7 /* e */
            getfield com.sun.tools.jdi.LinkedHashMap$Entry.next:Lcom/sun/tools/jdi/LinkedHashMap$Entry;
            astore 7 /* e */
      StackMap locals:
      StackMap stack:
        14: aload 7 /* e */
            ifnonnull 11
        end local 7 // com.sun.tools.jdi.LinkedHashMap$Entry e
        15: .line 636
            iconst_0
            ireturn
        end local 6 // int index
        end local 5 // int hash
        end local 4 // com.sun.tools.jdi.LinkedHashMap$Entry[] tab
        end local 3 // java.lang.Object key
        end local 2 // java.util.Map$Entry entry
        end local 1 // java.lang.Object o
        end local 0 // com.sun.tools.jdi.LinkedHashMap$3 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   16     0   this  Lcom/sun/tools/jdi/LinkedHashMap$3;
            0   16     1      o  Ljava/lang/Object;
            3   16     2  entry  Ljava/util/Map$Entry;
            4   16     3    key  Ljava/lang/Object;
            5   16     4    tab  [Lcom/sun/tools/jdi/LinkedHashMap$Entry;
            8   16     5   hash  I
            9   16     6  index  I
           10   15     7      e  Lcom/sun/tools/jdi/LinkedHashMap$Entry;
    MethodParameters:
      Name  Flags
      o     

  public boolean remove(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=2
        start local 0 // com.sun.tools.jdi.LinkedHashMap$3 this
        start local 1 // java.lang.Object o
         0: .line 640
            aload 1 /* o */
            instanceof java.util.Map$Entry
            ifne 2
         1: .line 641
            iconst_0
            ireturn
         2: .line 642
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         3: .line 643
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            astore 3 /* key */
        start local 3 // java.lang.Object key
         4: .line 644
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$3.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
            getfield com.sun.tools.jdi.LinkedHashMap.table:[Lcom/sun/tools/jdi/LinkedHashMap$Entry;
            astore 4 /* tab */
        start local 4 // com.sun.tools.jdi.LinkedHashMap$Entry[] tab
         5: .line 645
            aload 3 /* key */
            ifnonnull 6
            iconst_0
            goto 7
      StackMap locals: java.util.Map$Entry java.lang.Object com.sun.tools.jdi.LinkedHashMap$Entry[]
      StackMap stack:
         6: aload 3 /* key */
            invokevirtual java.lang.Object.hashCode:()I
      StackMap locals:
      StackMap stack: int
         7: istore 5 /* hash */
        start local 5 // int hash
         8: .line 646
            iload 5 /* hash */
            ldc 2147483647
            iand
            aload 4 /* tab */
            arraylength
            irem
            istore 6 /* index */
        start local 6 // int index
         9: .line 648
            aload 4 /* tab */
            iload 6 /* index */
            aaload
            astore 7 /* e */
        start local 7 // com.sun.tools.jdi.LinkedHashMap$Entry e
        10: aconst_null
            astore 8 /* prev */
        start local 8 // com.sun.tools.jdi.LinkedHashMap$Entry prev
        11: goto 22
        12: .line 650
      StackMap locals: com.sun.tools.jdi.LinkedHashMap$3 java.lang.Object java.util.Map$Entry java.lang.Object com.sun.tools.jdi.LinkedHashMap$Entry[] int int com.sun.tools.jdi.LinkedHashMap$Entry com.sun.tools.jdi.LinkedHashMap$Entry
      StackMap stack:
            aload 7 /* e */
            getfield com.sun.tools.jdi.LinkedHashMap$Entry.hash:I
            iload 5 /* hash */
            if_icmpne 21
            aload 7 /* e */
            aload 2 /* entry */
            invokevirtual com.sun.tools.jdi.LinkedHashMap$Entry.equals:(Ljava/lang/Object;)Z
            ifeq 21
        13: .line 651
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$3.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
        14: .line 652
            aload 8 /* prev */
            ifnull 16
        15: .line 653
            aload 8 /* prev */
            aload 7 /* 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;
            goto 17
        16: .line 655
      StackMap locals:
      StackMap stack:
            aload 4 /* tab */
            iload 6 /* index */
            aload 7 /* e */
            getfield com.sun.tools.jdi.LinkedHashMap$Entry.next:Lcom/sun/tools/jdi/LinkedHashMap$Entry;
            aastore
        17: .line 657
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$3.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
        18: .line 658
            aload 7 /* e */
            aconst_null
            putfield com.sun.tools.jdi.LinkedHashMap$Entry.value:Ljava/lang/Object;
        19: .line 659
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$3.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
            aload 7 /* e */
            invokevirtual com.sun.tools.jdi.LinkedHashMap.listRemove:(Lcom/sun/tools/jdi/LinkedHashMap$Entry;)V
        20: .line 660
            iconst_1
            ireturn
        21: .line 649
      StackMap locals:
      StackMap stack:
            aload 7 /* e */
            astore 8 /* prev */
            aload 7 /* e */
            getfield com.sun.tools.jdi.LinkedHashMap$Entry.next:Lcom/sun/tools/jdi/LinkedHashMap$Entry;
            astore 7 /* e */
        22: .line 648
      StackMap locals:
      StackMap stack:
            aload 7 /* e */
            ifnonnull 12
        end local 8 // com.sun.tools.jdi.LinkedHashMap$Entry prev
        end local 7 // com.sun.tools.jdi.LinkedHashMap$Entry e
        23: .line 663
            iconst_0
            ireturn
        end local 6 // int index
        end local 5 // int hash
        end local 4 // com.sun.tools.jdi.LinkedHashMap$Entry[] tab
        end local 3 // java.lang.Object key
        end local 2 // java.util.Map$Entry entry
        end local 1 // java.lang.Object o
        end local 0 // com.sun.tools.jdi.LinkedHashMap$3 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   24     0   this  Lcom/sun/tools/jdi/LinkedHashMap$3;
            0   24     1      o  Ljava/lang/Object;
            3   24     2  entry  Ljava/util/Map$Entry;
            4   24     3    key  Ljava/lang/Object;
            5   24     4    tab  [Lcom/sun/tools/jdi/LinkedHashMap$Entry;
            8   24     5   hash  I
            9   24     6  index  I
           10   23     7      e  Lcom/sun/tools/jdi/LinkedHashMap$Entry;
           11   23     8   prev  Lcom/sun/tools/jdi/LinkedHashMap$Entry;
    MethodParameters:
      Name  Flags
      o     

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.LinkedHashMap$3 this
         0: .line 667
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$3.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
            getfield com.sun.tools.jdi.LinkedHashMap.count:I
            ireturn
        end local 0 // com.sun.tools.jdi.LinkedHashMap$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/LinkedHashMap$3;

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.LinkedHashMap$3 this
         0: .line 671
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$3.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
            invokevirtual com.sun.tools.jdi.LinkedHashMap.clear:()V
         1: .line 672
            return
        end local 0 // com.sun.tools.jdi.LinkedHashMap$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/LinkedHashMap$3;
}
SourceFile: "LinkedHashMap.java"
EnclosingMethod: com.sun.tools.jdi.LinkedHashMap.entrySet:()Ljava/util/Set;
NestHost: com.sun.tools.jdi.LinkedHashMap
InnerClasses:
  com.sun.tools.jdi.LinkedHashMap$3
  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
  public abstract Entry = java.util.Map$Entry of java.util.Map