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