class org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator implements org.eclipse.collections.api.iterator.MutableCharIterator
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator
super_class: java.lang.Object
{
private int count;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int position;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private char zeroToThirtyOne;
descriptor: C
flags: (0x0002) ACC_PRIVATE
final org.eclipse.collections.impl.set.mutable.primitive.CharHashSet this$0;
descriptor: Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(org.eclipse.collections.impl.set.mutable.primitive.CharHashSet);
descriptor: (Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet;)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.set.mutable.primitive.CharHashSet$InternalCharIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet;
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/set/mutable/primitive/CharHashSet$InternalCharIterator;
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.set.mutable.primitive.CharHashSet$InternalCharIterator.count:I
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet;
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.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/set/mutable/primitive/CharHashSet$InternalCharIterator;
public char next();
descriptor: ()C
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.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.set.mutable.primitive.CharHashSet$InternalCharIterator.count:I
iconst_1
iadd
putfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.count:I
3: goto 9
4: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet;
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.zeroToThirtyOne:C
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.contains:(C)Z
ifeq 8
5: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.zeroToThirtyOne:C
istore 1
start local 1 6: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.zeroToThirtyOne:C
iconst_1
iadd
i2c
putfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.zeroToThirtyOne:C
7: iload 1
ireturn
end local 1 8: StackMap locals:
StackMap stack:
aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.zeroToThirtyOne:C
iconst_1
iadd
i2c
putfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.zeroToThirtyOne:C
9: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.zeroToThirtyOne:C
bipush 32
if_icmplt 4
10: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet;
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.table:[C
astore 1
start local 1 11: goto 13
12: StackMap locals: char[]
StackMap stack:
aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.position:I
iconst_1
iadd
putfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.position:I
13: StackMap locals:
StackMap stack:
aload 1
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.position:I
caload
invokestatic org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.isNonSentinel:(C)Z
ifeq 12
14: aload 1
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.position:I
caload
istore 2
start local 2 15: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.position:I
iconst_1
iadd
putfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.position:I
16: iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$InternalCharIterator;
6 8 1 result C
11 17 1 table [C
15 17 2 result C
public void remove();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.count:I
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.set.mutable.primitive.CharHashSet$InternalCharIterator.zeroToThirtyOne:C
bipush 32
if_icmpgt 7
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.position:I
ifne 7
3: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet;
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.zeroToThirtyOne:I
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet;
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.zeroToThirtyOne:I
iconst_1
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.zeroToThirtyOne:C
iconst_1
isub
ishl
ior
if_icmpeq 5
4: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
5: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.zeroToThirtyOne:C
iconst_1
isub
i2c
istore 1
start local 1 6: goto 10
end local 1 7: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet;
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.table:[C
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.position:I
iconst_1
isub
caload
iconst_1
if_icmpne 9
8: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
9: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet;
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.table:[C
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.position:I
iconst_1
isub
caload
istore 1
start local 1 10: StackMap locals: int
StackMap stack:
iload 1
invokestatic org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.isBetweenZeroAndThirtyOne:(C)Z
ifeq 13
11: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet;
iload 1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.removeZeroToThirtyOne:(C)Z
pop
12: goto 19
13: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet;
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.table:[C
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.position:I
iconst_1
isub
caload
iload 1
if_icmpne 19
14: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet;
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.copyOnWrite:Z
ifeq 16
15: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet;
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.copyTable:()V
16: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet;
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.table:[C
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.position:I
iconst_1
isub
iconst_1
castore
17: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet;
dup
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.occupiedWithData:I
iconst_1
isub
putfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.occupiedWithData:I
18: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet;
dup
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.occupiedWithSentinels:I
iconst_1
iadd
putfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.occupiedWithSentinels:I
19: StackMap locals:
StackMap stack:
aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.count:I
iconst_1
isub
putfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator.count:I
20: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$InternalCharIterator;
6 7 1 removeValue C
10 21 1 removeValue C
}
SourceFile: "CharHashSet.java"
NestHost: org.eclipse.collections.impl.set.mutable.primitive.CharHashSet
InnerClasses:
private InternalCharIterator = org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$InternalCharIterator of org.eclipse.collections.impl.set.mutable.primitive.CharHashSet