class com.oracle.svm.core.WeakIdentityHashMap$KeyIterator extends com.oracle.svm.core.WeakIdentityHashMap<K, V>.HashIterator<K>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.svm.core.WeakIdentityHashMap$KeyIterator
  super_class: com.oracle.svm.core.WeakIdentityHashMap$HashIterator
{
  final com.oracle.svm.core.WeakIdentityHashMap this$0;
    descriptor: Lcom/oracle/svm/core/WeakIdentityHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(com.oracle.svm.core.WeakIdentityHashMap);
    descriptor: (Lcom/oracle/svm/core/WeakIdentityHashMap;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.core.WeakIdentityHashMap$KeyIterator this
         0: .line 881
            aload 0 /* this */
            aload 1
            putfield com.oracle.svm.core.WeakIdentityHashMap$KeyIterator.this$0:Lcom/oracle/svm/core/WeakIdentityHashMap;
            aload 0 /* this */
            aload 1
            invokespecial com.oracle.svm.core.WeakIdentityHashMap$HashIterator.<init>:(Lcom/oracle/svm/core/WeakIdentityHashMap;)V
            return
        end local 0 // com.oracle.svm.core.WeakIdentityHashMap$KeyIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/WeakIdentityHashMap$KeyIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  public K next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.WeakIdentityHashMap$KeyIterator this
         0: .line 883
            aload 0 /* this */
            invokevirtual com.oracle.svm.core.WeakIdentityHashMap$KeyIterator.nextEntry:()Lcom/oracle/svm/core/WeakIdentityHashMap$Entry;
            invokevirtual com.oracle.svm.core.WeakIdentityHashMap$Entry.getKey:()Ljava/lang/Object;
            areturn
        end local 0 // com.oracle.svm.core.WeakIdentityHashMap$KeyIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/WeakIdentityHashMap$KeyIterator;
    Signature: ()TK;
}
Signature: Lcom/oracle/svm/core/WeakIdentityHashMap<TK;TV;>.HashIterator<TK;>;
SourceFile: "WeakIdentityHashMap.java"
NestHost: com.oracle.svm.core.WeakIdentityHashMap
InnerClasses:
  private Entry = com.oracle.svm.core.WeakIdentityHashMap$Entry of com.oracle.svm.core.WeakIdentityHashMap
  private abstract HashIterator = com.oracle.svm.core.WeakIdentityHashMap$HashIterator of com.oracle.svm.core.WeakIdentityHashMap
  private KeyIterator = com.oracle.svm.core.WeakIdentityHashMap$KeyIterator of com.oracle.svm.core.WeakIdentityHashMap