class org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator 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.DoubleObjectHashMap$KeysSetIterator
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 lastKey;
descriptor: D
flags: (0x0002) ACC_PRIVATE
private boolean handledZeroKey;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean handledOneKey;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean canRemove;
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$KeysSetIterator this
0: .line 3280
aload 0 /* this */
aload 1
putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.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$KeysSetIterator this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeysSetIterator;
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$KeysSetIterator this
0: .line 3292
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.count:I
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.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$KeysSetIterator this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeysSetIterator;
public double next();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator this
0: .line 3298
aload 0 /* this */
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.hasNext:()Z
ifne 2
1: .line 3300
new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
2: .line 3302
StackMap locals:
StackMap stack:
aload 0 /* this */
dup
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.count:I
iconst_1
iadd
putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.count:I
3: .line 3303
aload 0 /* this */
iconst_1
putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.canRemove:Z
4: .line 3305
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.handledZeroKey:Z
ifne 9
5: .line 3307
aload 0 /* this */
iconst_1
putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.handledZeroKey:Z
6: .line 3308
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.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
7: .line 3310
aload 0 /* this */
dconst_0
putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.lastKey:D
8: .line 3311
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.lastKey:D
dreturn
9: .line 3314
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.handledOneKey:Z
ifne 14
10: .line 3316
aload 0 /* this */
iconst_1
putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.handledOneKey:Z
11: .line 3317
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.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 14
12: .line 3319
aload 0 /* this */
dconst_1
putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.lastKey:D
13: .line 3320
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.lastKey:D
dreturn
14: .line 3323
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.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
15: .line 3324
goto 17
16: .line 3326
StackMap locals: double[]
StackMap stack:
aload 0 /* this */
dup
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.position:I
iconst_1
iadd
putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.position:I
17: .line 3324
StackMap locals:
StackMap stack:
aload 1 /* keys */
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.position:I
daload
invokestatic org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.isNonSentinel:(D)Z
ifeq 16
18: .line 3328
aload 0 /* this */
aload 1 /* keys */
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.position:I
daload
putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.lastKey:D
19: .line 3329
aload 0 /* this */
dup
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.position:I
iconst_1
iadd
putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.position:I
20: .line 3330
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.lastKey:D
dreturn
end local 1 // double[] keys
end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator this
LocalVariableTable:
Start End Slot Name Signature
0 21 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeysSetIterator;
15 21 1 keys [D
public void remove();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator this
0: .line 3336
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.canRemove:Z
ifne 2
1: .line 3338
new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
2: .line 3340
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
aload 0 /* this */
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.lastKey:D
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.removeKey:(D)Ljava/lang/Object;
pop
3: .line 3341
aload 0 /* this */
dup
getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.count:I
iconst_1
isub
putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.count:I
4: .line 3342
aload 0 /* this */
iconst_0
putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator.canRemove:Z
5: .line 3343
return
end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator this
LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeysSetIterator;
}
SourceFile: "DoubleObjectHashMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap
InnerClasses:
private KeysSetIterator = org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator of org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap