class org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator implements java.util.Iterator<V>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator
super_class: java.lang.Object
{
private int count;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int position;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private long currentKey;
descriptor: J
flags: (0x0002) ACC_PRIVATE
private boolean isCurrentKeySet;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean handledZeroKey;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean handledOneKey;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
final org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap this$0;
descriptor: Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap);
descriptor: (Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator this
0: .line 2927
aload 0 /* this */
aload 1
putfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$InternalIterator;
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 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator this
0: .line 2939
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.count:I
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.size:()I
if_icmpeq 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$InternalIterator;
public V next();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator this
0: .line 2945
aload 0 /* this */
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.hasNext:()Z
ifne 2
1: .line 2947
new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
2: .line 2949
StackMap locals:
StackMap stack:
aload 0 /* this */
dup
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.count:I
iconst_1
iadd
putfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.count:I
3: .line 2950
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.handledZeroKey:Z
ifne 9
4: .line 2952
aload 0 /* this */
iconst_1
putfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.handledZeroKey:Z
5: .line 2953
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
lconst_0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.containsKey:(J)Z
ifeq 9
6: .line 2955
aload 0 /* this */
lconst_0
putfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.currentKey:J
7: .line 2956
aload 0 /* this */
iconst_1
putfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.isCurrentKeySet:Z
8: .line 2957
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.zeroValue:Ljava/lang/Object;
areturn
9: .line 2960
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.handledOneKey:Z
ifne 15
10: .line 2962
aload 0 /* this */
iconst_1
putfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.handledOneKey:Z
11: .line 2963
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
lconst_1
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.containsKey:(J)Z
ifeq 15
12: .line 2965
aload 0 /* this */
lconst_1
putfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.currentKey:J
13: .line 2966
aload 0 /* this */
iconst_1
putfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.isCurrentKeySet:Z
14: .line 2967
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.oneValue:Ljava/lang/Object;
areturn
15: .line 2970
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
astore 1 /* keys */
start local 1 // long[] keys
16: .line 2971
goto 18
17: .line 2973
StackMap locals: long[]
StackMap stack:
aload 0 /* this */
dup
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.position:I
iconst_1
iadd
putfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.position:I
18: .line 2971
StackMap locals:
StackMap stack:
aload 1 /* keys */
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.position:I
laload
invokestatic org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isNonSentinel:(J)Z
ifeq 17
19: .line 2975
aload 0 /* this */
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.position:I
laload
putfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.currentKey:J
20: .line 2976
aload 0 /* this */
iconst_1
putfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.isCurrentKeySet:Z
21: .line 2977
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.values:[Ljava/lang/Object;
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.position:I
aaload
astore 2 /* result */
start local 2 // java.lang.Object result
22: .line 2978
aload 0 /* this */
dup
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.position:I
iconst_1
iadd
putfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.position:I
23: .line 2979
aload 2 /* result */
areturn
end local 2 // java.lang.Object result
end local 1 // long[] keys
end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator this
LocalVariableTable:
Start End Slot Name Signature
0 24 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$InternalIterator;
16 24 1 keys [J
22 24 2 result TV;
Signature: ()TV;
public void remove();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator this
0: .line 2985
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.isCurrentKeySet:Z
ifne 2
1: .line 2987
new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
2: .line 2990
StackMap locals:
StackMap stack:
aload 0 /* this */
iconst_0
putfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.isCurrentKeySet:Z
3: .line 2991
aload 0 /* this */
dup
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.count:I
iconst_1
isub
putfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.count:I
4: .line 2993
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.currentKey:J
invokestatic org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isNonSentinel:(J)Z
ifeq 8
5: .line 2995
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.position:I
iconst_1
isub
istore 1 /* index */
start local 1 // int index
6: .line 2996
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
iload 1 /* index */
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.removeKeyAtIndex:(I)V
end local 1 // int index
7: .line 2997
goto 9
8: .line 3000
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator.currentKey:J
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.removeKey:(J)Ljava/lang/Object;
pop
9: .line 3002
StackMap locals:
StackMap stack:
return
end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator this
LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$InternalIterator;
6 7 1 index I
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<TV;>;
SourceFile: "LongObjectHashMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap
InnerClasses:
private InternalIterator = org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$InternalIterator of org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap
private final SentinelValues = org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues of org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap