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

  public java.util.Map$Entry<K, V> next();
    descriptor: ()Ljava/util/Map$Entry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.WeakIdentityHashMap$EntryIterator this
         0: .line 889
            aload 0 /* this */
            invokevirtual com.oracle.svm.core.WeakIdentityHashMap$EntryIterator.nextEntry:()Lcom/oracle/svm/core/WeakIdentityHashMap$Entry;
            areturn
        end local 0 // com.oracle.svm.core.WeakIdentityHashMap$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/WeakIdentityHashMap$EntryIterator;
    Signature: ()Ljava/util/Map$Entry<TK;TV;>;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.oracle.svm.core.WeakIdentityHashMap$EntryIterator.next:()Ljava/util/Map$Entry;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/oracle/svm/core/WeakIdentityHashMap<TK;TV;>.HashIterator<Ljava/util/Map$Entry<TK;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 EntryIterator = com.oracle.svm.core.WeakIdentityHashMap$EntryIterator of com.oracle.svm.core.WeakIdentityHashMap
  private abstract HashIterator = com.oracle.svm.core.WeakIdentityHashMap$HashIterator of com.oracle.svm.core.WeakIdentityHashMap
  public abstract Entry = java.util.Map$Entry of java.util.Map