class com.sun.tools.jdi.LinkedHashMap$1 extends java.util.AbstractSet
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.jdi.LinkedHashMap$1
  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$1 this
         0: .line 555
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.jdi.LinkedHashMap$1.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$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/LinkedHashMap$1;
    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$1 this
         0: .line 557
            new com.sun.tools.jdi.LinkedHashMap$HashIterator
            dup
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$1.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
            iconst_0
            invokespecial com.sun.tools.jdi.LinkedHashMap$HashIterator.<init>:(Lcom/sun/tools/jdi/LinkedHashMap;I)V
            areturn
        end local 0 // com.sun.tools.jdi.LinkedHashMap$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/LinkedHashMap$1;

  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$1 this
         0: .line 560
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$1.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
            getfield com.sun.tools.jdi.LinkedHashMap.count:I
            ireturn
        end local 0 // com.sun.tools.jdi.LinkedHashMap$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/LinkedHashMap$1;

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.LinkedHashMap$1 this
        start local 1 // java.lang.Object o
         0: .line 563
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$1.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
            aload 1 /* o */
            invokevirtual com.sun.tools.jdi.LinkedHashMap.containsKey:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // com.sun.tools.jdi.LinkedHashMap$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/LinkedHashMap$1;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public boolean remove(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.LinkedHashMap$1 this
        start local 1 // java.lang.Object o
         0: .line 566
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$1.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
            aload 1 /* o */
            invokevirtual com.sun.tools.jdi.LinkedHashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // com.sun.tools.jdi.LinkedHashMap$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/LinkedHashMap$1;
            0    2     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  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$1 this
         0: .line 569
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$1.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
            invokevirtual com.sun.tools.jdi.LinkedHashMap.clear:()V
         1: .line 570
            return
        end local 0 // com.sun.tools.jdi.LinkedHashMap$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/LinkedHashMap$1;
}
SourceFile: "LinkedHashMap.java"
EnclosingMethod: com.sun.tools.jdi.LinkedHashMap.keySet:()Ljava/util/Set;
NestHost: com.sun.tools.jdi.LinkedHashMap
InnerClasses:
  com.sun.tools.jdi.LinkedHashMap$1
  private HashIterator = com.sun.tools.jdi.LinkedHashMap$HashIterator of com.sun.tools.jdi.LinkedHashMap