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

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

  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$2 this
        start local 1 // java.lang.Object o
         0: .line 595
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$2.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
            aload 1 /* o */
            invokevirtual com.sun.tools.jdi.LinkedHashMap.containsValue:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // com.sun.tools.jdi.LinkedHashMap$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/LinkedHashMap$2;
            0    1     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$2 this
         0: .line 598
            aload 0 /* this */
            getfield com.sun.tools.jdi.LinkedHashMap$2.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
            invokevirtual com.sun.tools.jdi.LinkedHashMap.clear:()V
         1: .line 599
            return
        end local 0 // com.sun.tools.jdi.LinkedHashMap$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/LinkedHashMap$2;
}
SourceFile: "LinkedHashMap.java"
EnclosingMethod: com.sun.tools.jdi.LinkedHashMap.values:()Ljava/util/Collection;
NestHost: com.sun.tools.jdi.LinkedHashMap
InnerClasses:
  com.sun.tools.jdi.LinkedHashMap$2
  private HashIterator = com.sun.tools.jdi.LinkedHashMap$HashIterator of com.sun.tools.jdi.LinkedHashMap