class jdk.internal.vm.compiler.collections.EconomicMapImpl$3 extends jdk.internal.vm.compiler.collections.EconomicMapImpl<K, V>.SparseMapIterator<K>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.internal.vm.compiler.collections.EconomicMapImpl$3
  super_class: jdk.internal.vm.compiler.collections.EconomicMapImpl$SparseMapIterator
{
  final jdk.internal.vm.compiler.collections.EconomicMapImpl this$0;
    descriptor: Ljdk/internal/vm/compiler/collections/EconomicMapImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(jdk.internal.vm.compiler.collections.EconomicMapImpl, jdk.internal.vm.compiler.collections.EconomicMapImpl);
    descriptor: (Ljdk/internal/vm/compiler/collections/EconomicMapImpl;Ljdk/internal/vm/compiler/collections/EconomicMapImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // jdk.internal.vm.compiler.collections.EconomicMapImpl$3 this
         0: .line 846
            aload 0 /* this */
            aload 2
            putfield jdk.internal.vm.compiler.collections.EconomicMapImpl$3.this$0:Ljdk/internal/vm/compiler/collections/EconomicMapImpl;
            aload 0 /* this */
            aload 1
            invokespecial jdk.internal.vm.compiler.collections.EconomicMapImpl$SparseMapIterator.<init>:(Ljdk/internal/vm/compiler/collections/EconomicMapImpl;)V
            return
        end local 0 // jdk.internal.vm.compiler.collections.EconomicMapImpl$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/vm/compiler/collections/EconomicMapImpl$3;
    MethodParameters:
        Name  Flags
      this$0  final
      this$1  final

  public K next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // jdk.internal.vm.compiler.collections.EconomicMapImpl$3 this
         0: .line 851
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.vm.compiler.collections.EconomicMapImpl$3.this$0:Ljdk/internal/vm/compiler/collections/EconomicMapImpl;
            aload 0 /* this */
            dup
            getfield jdk.internal.vm.compiler.collections.EconomicMapImpl$3.current:I
            dup_x1
            iconst_1
            iadd
            putfield jdk.internal.vm.compiler.collections.EconomicMapImpl$3.current:I
            invokevirtual jdk.internal.vm.compiler.collections.EconomicMapImpl.getKey:(I)Ljava/lang/Object;
            dup
            astore 1 /* result */
        start local 1 // java.lang.Object result
         1: ifnull 0
         2: .line 854
            aload 1 /* result */
            areturn
        end local 1 // java.lang.Object result
        end local 0 // jdk.internal.vm.compiler.collections.EconomicMapImpl$3 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Ljdk/internal/vm/compiler/collections/EconomicMapImpl$3;
            1    3     1  result  Ljava/lang/Object;
    Signature: ()TK;
}
Signature: Ljdk/internal/vm/compiler/collections/EconomicMapImpl<TK;TV;>.SparseMapIterator<TK;>;
SourceFile: "EconomicMapImpl.java"
EnclosingMethod: jdk.internal.vm.compiler.collections.EconomicMapImpl.iterator:()Ljava/util/Iterator;
NestHost: jdk.internal.vm.compiler.collections.EconomicMapImpl
InnerClasses:
  jdk.internal.vm.compiler.collections.EconomicMapImpl$3
  private abstract SparseMapIterator = jdk.internal.vm.compiler.collections.EconomicMapImpl$SparseMapIterator of jdk.internal.vm.compiler.collections.EconomicMapImpl