class org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$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.DoubleObjectHashMap$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 double currentKey;
descriptor: D
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.DoubleObjectHashMap this$0;
descriptor: Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap);
descriptor: (Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator this
0: .line 2933
aload 0 /* this */
aload 1
putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$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.DoubleObjectHashMap$InternalIterator this
0: .line 2945
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.count:I
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.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.DoubleObjectHashMap$InternalIterator this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$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.DoubleObjectHashMap$InternalIterator this
0: .line 2951
aload 0 /* this */
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.hasNext:()Z
ifne 2
1: .line 2953
new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
2: .line 2955
StackMap locals:
StackMap stack:
aload 0 /* this */
dup
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.count:I
iconst_1
iadd
putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.count:I
3: .line 2956
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.handledZeroKey:Z
ifne 9
4: .line 2958
aload 0 /* this */
iconst_1
putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.handledZeroKey:Z
5: .line 2959
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
dconst_0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.containsKey:(D)Z
ifeq 9
6: .line 2961
aload 0 /* this */
dconst_0
putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.currentKey:D
7: .line 2962
aload 0 /* this */
iconst_1
putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.isCurrentKeySet:Z
8: .line 2963
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.zeroValue:Ljava/lang/Object;
areturn
9: .line 2966
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.handledOneKey:Z
ifne 15
10: .line 2968
aload 0 /* this */
iconst_1
putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.handledOneKey:Z
11: .line 2969
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
dconst_1
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.containsKey:(D)Z
ifeq 15
12: .line 2971
aload 0 /* this */
dconst_1
putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.currentKey:D
13: .line 2972
aload 0 /* this */
iconst_1
putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.isCurrentKeySet:Z
14: .line 2973
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.oneValue:Ljava/lang/Object;
areturn
15: .line 2976
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
astore 1 /* keys */
start local 1 // double[] keys
16: .line 2977
goto 18
17: .line 2979
StackMap locals: double[]
StackMap stack:
aload 0 /* this */
dup
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.position:I
iconst_1
iadd
putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.position:I
18: .line 2977
StackMap locals:
StackMap stack:
aload 1 /* keys */
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.position:I
daload
invokestatic org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.isNonSentinel:(D)Z
ifeq 17
19: .line 2981
aload 0 /* this */
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.position:I
daload
putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.currentKey:D
20: .line 2982
aload 0 /* this */
iconst_1
putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.isCurrentKeySet:Z
21: .line 2983
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.values:[Ljava/lang/Object;
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.position:I
aaload
astore 2 /* result */
start local 2 // java.lang.Object result
22: .line 2984
aload 0 /* this */
dup
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.position:I
iconst_1
iadd
putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.position:I
23: .line 2985
aload 2 /* result */
areturn
end local 2 // java.lang.Object result
end local 1 // double[] keys
end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator this
LocalVariableTable:
Start End Slot Name Signature
0 24 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$InternalIterator;
16 24 1 keys [D
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.DoubleObjectHashMap$InternalIterator this
0: .line 2991
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.isCurrentKeySet:Z
ifne 2
1: .line 2993
new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
2: .line 2996
StackMap locals:
StackMap stack:
aload 0 /* this */
iconst_0
putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.isCurrentKeySet:Z
3: .line 2997
aload 0 /* this */
dup
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.count:I
iconst_1
isub
putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.count:I
4: .line 2999
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.currentKey:D
invokestatic org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.isNonSentinel:(D)Z
ifeq 8
5: .line 3001
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.position:I
iconst_1
isub
istore 1 /* index */
start local 1 // int index
6: .line 3002
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
iload 1 /* index */
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.removeKeyAtIndex:(I)V
end local 1 // int index
7: .line 3003
goto 9
8: .line 3006
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator.currentKey:D
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.removeKey:(D)Ljava/lang/Object;
pop
9: .line 3008
StackMap locals:
StackMap stack:
return
end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator this
LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$InternalIterator;
6 7 1 index I
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<TV;>;
SourceFile: "DoubleObjectHashMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap
InnerClasses:
private InternalIterator = org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$InternalIterator of org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap
private final SentinelValues = org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues of org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap