class jdk.internal.vm.compiler.collections.EconomicMapImpl$1 implements java.lang.Iterable<V>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: jdk.internal.vm.compiler.collections.EconomicMapImpl$1
super_class: java.lang.Object
{
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);
descriptor: (Ljdk/internal/vm/compiler/collections/EconomicMapImpl;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // jdk.internal.vm.compiler.collections.EconomicMapImpl$1 this
0: .line 701
aload 0 /* this */
aload 1
putfield jdk.internal.vm.compiler.collections.EconomicMapImpl$1.this$0:Ljdk/internal/vm/compiler/collections/EconomicMapImpl;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // jdk.internal.vm.compiler.collections.EconomicMapImpl$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/internal/vm/compiler/collections/EconomicMapImpl$1;
MethodParameters:
Name Flags
this$0 final
public java.util.Iterator<V> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 // jdk.internal.vm.compiler.collections.EconomicMapImpl$1 this
0: .line 704
new jdk.internal.vm.compiler.collections.EconomicMapImpl$1$1
dup
aload 0 /* this */
aload 0 /* this */
getfield jdk.internal.vm.compiler.collections.EconomicMapImpl$1.this$0:Ljdk/internal/vm/compiler/collections/EconomicMapImpl;
invokespecial jdk.internal.vm.compiler.collections.EconomicMapImpl$1$1.<init>:(Ljdk/internal/vm/compiler/collections/EconomicMapImpl$1;Ljdk/internal/vm/compiler/collections/EconomicMapImpl;)V
areturn
end local 0 // jdk.internal.vm.compiler.collections.EconomicMapImpl$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/internal/vm/compiler/collections/EconomicMapImpl$1;
Signature: ()Ljava/util/Iterator<TV;>;
static jdk.internal.vm.compiler.collections.EconomicMapImpl access$0(jdk.internal.vm.compiler.collections.EconomicMapImpl$1);
descriptor: (Ljdk/internal/vm/compiler/collections/EconomicMapImpl$1;)Ljdk/internal/vm/compiler/collections/EconomicMapImpl;
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: .line 701
aload 0
getfield jdk.internal.vm.compiler.collections.EconomicMapImpl$1.this$0:Ljdk/internal/vm/compiler/collections/EconomicMapImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/lang/Iterable<TV;>;
SourceFile: "EconomicMapImpl.java"
EnclosingMethod: jdk.internal.vm.compiler.collections.EconomicMapImpl.getValues:()Ljava/lang/Iterable;
NestHost: jdk.internal.vm.compiler.collections.EconomicMapImpl
InnerClasses:
jdk.internal.vm.compiler.collections.EconomicMapImpl$1
jdk.internal.vm.compiler.collections.EconomicMapImpl$1$1