class org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator implements org.eclipse.collections.api.iterator.MutableIntIterator
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator
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.IntIntHashMap this$0;
descriptor: Lorg/eclipse/collections/impl/map/mutable/primitive/IntIntHashMap;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap);
descriptor: (Lorg/eclipse/collections/impl/map/mutable/primitive/IntIntHashMap;)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.IntIntHashMap$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntIntHashMap;
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/IntIntHashMap$InternalIntIterator;
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.IntIntHashMap$InternalIntIterator.count:I
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntIntHashMap;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap.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/IntIntHashMap$InternalIntIterator;
public int next();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.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.IntIntHashMap$InternalIntIterator.count:I
iconst_1
iadd
putfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.count:I
3: aload 0
iconst_1
putfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.canRemove:Z
4: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.handledZero:Z
ifne 9
5: aload 0
iconst_1
putfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.handledZero:Z
6: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntIntHashMap;
iconst_0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap.containsKey:(I)Z
ifeq 9
7: aload 0
iconst_0
putfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.lastKey:I
8: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntIntHashMap;
iconst_0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap.get:(I)I
ireturn
9: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.handledOne:Z
ifne 14
10: aload 0
iconst_1
putfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.handledOne:Z
11: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntIntHashMap;
iconst_1
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap.containsKey:(I)Z
ifeq 14
12: aload 0
iconst_1
putfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.lastKey:I
13: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntIntHashMap;
iconst_1
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap.get:(I)I
ireturn
14: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntIntHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap.keysValues:[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.IntIntHashMap$InternalIntIterator.position:I
iconst_2
iadd
putfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.position:I
17: StackMap locals:
StackMap stack:
aload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.position:I
iaload
invokestatic org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap.isNonSentinel:(I)Z
ifeq 16
18: aload 0
aload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.position:I
iaload
putfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.lastKey:I
19: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntIntHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap.keysValues:[I
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.position:I
iconst_1
iadd
iaload
istore 2
start local 2 20: aload 0
dup
getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.position:I
iconst_2
iadd
putfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.position:I
21: iload 2
ireturn
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/IntIntHashMap$InternalIntIterator;
15 22 1 keys [I
20 22 2 result I
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.IntIntHashMap$InternalIntIterator.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.IntIntHashMap$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntIntHashMap;
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.lastKey:I
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap.removeKey:(I)V
3: aload 0
dup
getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.count:I
iconst_1
isub
putfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.count:I
4: aload 0
iconst_0
putfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.canRemove:Z
5: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/IntIntHashMap$InternalIntIterator;
}
SourceFile: "IntIntHashMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap
InnerClasses:
private InternalIntIterator = org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator of org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap