class com.oracle.svm.core.WeakIdentityHashMap$ValueIterator extends com.oracle.svm.core.WeakIdentityHashMap<K, V>.HashIterator<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.svm.core.WeakIdentityHashMap$ValueIterator
  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$ValueIterator this
         0: .line 875
            aload 0 /* this */
            aload 1
            putfield com.oracle.svm.core.WeakIdentityHashMap$ValueIterator.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$ValueIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/WeakIdentityHashMap$ValueIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  public V 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$ValueIterator this
         0: .line 877
            aload 0 /* this */
            invokevirtual com.oracle.svm.core.WeakIdentityHashMap$ValueIterator.nextEntry:()Lcom/oracle/svm/core/WeakIdentityHashMap$Entry;
            getfield com.oracle.svm.core.WeakIdentityHashMap$Entry.value:Ljava/lang/Object;
            areturn
        end local 0 // com.oracle.svm.core.WeakIdentityHashMap$ValueIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/WeakIdentityHashMap$ValueIterator;
    Signature: ()TV;
}
Signature: Lcom/oracle/svm/core/WeakIdentityHashMap<TK;TV;>.HashIterator<TV;>;
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 ValueIterator = com.oracle.svm.core.WeakIdentityHashMap$ValueIterator of com.oracle.svm.core.WeakIdentityHashMap