abstract class jdk.internal.vm.compiler.collections.EconomicMapImpl$SparseMapIterator<E> implements java.util.Iterator<E>
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: jdk.internal.vm.compiler.collections.EconomicMapImpl$SparseMapIterator
super_class: java.lang.Object
{
protected int current;
descriptor: I
flags: (0x0004) ACC_PROTECTED
final jdk.internal.vm.compiler.collections.EconomicMapImpl this$0;
descriptor: Ljdk/internal/vm/compiler/collections/EconomicMapImpl;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(jdk.internal.vm.compiler.collections.EconomicMapImpl);
descriptor: (Ljdk/internal/vm/compiler/collections/EconomicMapImpl;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 // jdk.internal.vm.compiler.collections.EconomicMapImpl$SparseMapIterator this
0: .line 681
aload 0 /* this */
aload 1
putfield jdk.internal.vm.compiler.collections.EconomicMapImpl$SparseMapIterator.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$SparseMapIterator this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/internal/vm/compiler/collections/EconomicMapImpl<TK;TV;>.SparseMapIterator<TE;>;
MethodParameters:
Name Flags
this$0 final
public boolean hasNext();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 // jdk.internal.vm.compiler.collections.EconomicMapImpl$SparseMapIterator this
0: .line 687
aload 0 /* this */
getfield jdk.internal.vm.compiler.collections.EconomicMapImpl$SparseMapIterator.current:I
aload 0 /* this */
getfield jdk.internal.vm.compiler.collections.EconomicMapImpl$SparseMapIterator.this$0:Ljdk/internal/vm/compiler/collections/EconomicMapImpl;
getfield jdk.internal.vm.compiler.collections.EconomicMapImpl.totalEntries:I
if_icmpge 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 // jdk.internal.vm.compiler.collections.EconomicMapImpl$SparseMapIterator this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/internal/vm/compiler/collections/EconomicMapImpl<TK;TV;>.SparseMapIterator<TE;>;
public void remove();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 // jdk.internal.vm.compiler.collections.EconomicMapImpl$SparseMapIterator this
0: .line 692
aload 0 /* this */
getfield jdk.internal.vm.compiler.collections.EconomicMapImpl$SparseMapIterator.this$0:Ljdk/internal/vm/compiler/collections/EconomicMapImpl;
invokevirtual jdk.internal.vm.compiler.collections.EconomicMapImpl.hasHashArray:()Z
ifeq 2
1: .line 693
aload 0 /* this */
getfield jdk.internal.vm.compiler.collections.EconomicMapImpl$SparseMapIterator.this$0:Ljdk/internal/vm/compiler/collections/EconomicMapImpl;
aload 0 /* this */
getfield jdk.internal.vm.compiler.collections.EconomicMapImpl$SparseMapIterator.this$0:Ljdk/internal/vm/compiler/collections/EconomicMapImpl;
aload 0 /* this */
getfield jdk.internal.vm.compiler.collections.EconomicMapImpl$SparseMapIterator.current:I
iconst_1
isub
invokevirtual jdk.internal.vm.compiler.collections.EconomicMapImpl.getKey:(I)Ljava/lang/Object;
invokevirtual jdk.internal.vm.compiler.collections.EconomicMapImpl.findAndRemoveHash:(Ljava/lang/Object;)I
pop
2: .line 695
StackMap locals:
StackMap stack:
aload 0 /* this */
aload 0 /* this */
getfield jdk.internal.vm.compiler.collections.EconomicMapImpl$SparseMapIterator.this$0:Ljdk/internal/vm/compiler/collections/EconomicMapImpl;
aload 0 /* this */
getfield jdk.internal.vm.compiler.collections.EconomicMapImpl$SparseMapIterator.current:I
iconst_1
isub
invokevirtual jdk.internal.vm.compiler.collections.EconomicMapImpl.remove:(I)I
putfield jdk.internal.vm.compiler.collections.EconomicMapImpl$SparseMapIterator.current:I
3: .line 696
return
end local 0 // jdk.internal.vm.compiler.collections.EconomicMapImpl$SparseMapIterator this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljdk/internal/vm/compiler/collections/EconomicMapImpl<TK;TV;>.SparseMapIterator<TE;>;
}
Signature: <E:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Iterator<TE;>;
SourceFile: "EconomicMapImpl.java"
NestHost: jdk.internal.vm.compiler.collections.EconomicMapImpl
InnerClasses:
private abstract SparseMapIterator = jdk.internal.vm.compiler.collections.EconomicMapImpl$SparseMapIterator of jdk.internal.vm.compiler.collections.EconomicMapImpl