class org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator implements org.eclipse.collections.api.iterator.MutableDoubleIterator
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator
super_class: java.lang.Object
{
private int count;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int position;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int lastKey;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private boolean handledZero;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean handledOne;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean canRemove;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
final org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap this$0;
descriptor: Lorg/eclipse/collections/impl/map/mutable/primitive/IntDoubleHashMap;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap);
descriptor: (Lorg/eclipse/collections/impl/map/mutable/primitive/IntDoubleHashMap;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntDoubleHashMap;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/IntDoubleHashMap$InternalDoubleIterator;
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 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.count:I
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntDoubleHashMap;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap.size:()I
if_icmpge 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/IntDoubleHashMap$InternalDoubleIterator;
public double next();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.hasNext:()Z
ifne 2
1: new java.util.NoSuchElementException
dup
ldc "next() called, but the iterator is exhausted"
invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
dup
getfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.count:I
iconst_1
iadd
putfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.count:I
3: aload 0
iconst_1
putfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.canRemove:Z
4: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.handledZero:Z
ifne 9
5: aload 0
iconst_1
putfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.handledZero:Z
6: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntDoubleHashMap;
iconst_0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap.containsKey:(I)Z
ifeq 9
7: aload 0
iconst_0
putfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.lastKey:I
8: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntDoubleHashMap;
iconst_0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap.get:(I)D
dreturn
9: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.handledOne:Z
ifne 14
10: aload 0
iconst_1
putfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.handledOne:Z
11: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntDoubleHashMap;
iconst_1
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap.containsKey:(I)Z
ifeq 14
12: aload 0
iconst_1
putfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.lastKey:I
13: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntDoubleHashMap;
iconst_1
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap.get:(I)D
dreturn
14: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntDoubleHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap.keys:[I
astore 1
start local 1 15: goto 17
16: StackMap locals: int[]
StackMap stack:
aload 0
dup
getfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.position:I
iconst_1
iadd
putfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.position:I
17: StackMap locals:
StackMap stack:
aload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.position:I
iaload
invokestatic org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap.isNonSentinel:(I)Z
ifeq 16
18: aload 0
aload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.position:I
iaload
putfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.lastKey:I
19: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntDoubleHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap.values:[D
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.position:I
daload
dstore 2
start local 2 20: aload 0
dup
getfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.position:I
iconst_1
iadd
putfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.position:I
21: dload 2
dreturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 22 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/IntDoubleHashMap$InternalDoubleIterator;
15 22 1 keys [I
20 22 2 result D
public void remove();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.canRemove:Z
ifne 2
1: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntDoubleHashMap;
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.lastKey:I
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap.removeKey:(I)V
3: aload 0
dup
getfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.count:I
iconst_1
isub
putfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.count:I
4: aload 0
iconst_0
putfield org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator.canRemove:Z
5: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/IntDoubleHashMap$InternalDoubleIterator;
}
SourceFile: "IntDoubleHashMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap
InnerClasses:
private InternalDoubleIterator = org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap$InternalDoubleIterator of org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap