final class org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet extends org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableCharSet implements java.io.Serializable
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet
super_class: org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableCharSet
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private final char[] table;
descriptor: [C
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int occupied;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int zeroToThirtyOne;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int zeroToThirtyOneOccupied;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private void <init>(char[], int, int, int);
descriptor: ([CIII)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableCharSet.<init>:()V
1: aload 0
iload 2
iload 4
iadd
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.checkOptimizedSize:(I)V
2: aload 0
iload 2
putfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.occupied:I
3: aload 0
iload 4
putfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.zeroToThirtyOneOccupied:I
4: aload 0
iload 3
putfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.zeroToThirtyOne:I
5: aload 0
aload 1
putfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.table:[C
6: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$ImmutableCharHashSet;
0 7 1 table [C
0 7 2 occupied I
0 7 3 zeroToThirtyOne I
0 7 4 zeroToThirtyOneOccupied I
MethodParameters:
Name Flags
table
occupied
zeroToThirtyOne
zeroToThirtyOneOccupied
private void checkOptimizedSize(int);
descriptor: (I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: iload 1
iconst_1
if_icmpgt 2
1: new java.lang.IllegalArgumentException
dup
ldc "Use CharSets.immutable.with() to instantiate an optimized collection"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$ImmutableCharHashSet;
0 3 1 length I
MethodParameters:
Name Flags
length
public static org.eclipse.collections.api.set.primitive.ImmutableCharSet newSetWith(char[]);
descriptor: ([C)Lorg/eclipse/collections/api/set/primitive/ImmutableCharSet;
flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.newSetWith:([C)Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet;
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.toImmutable:()Lorg/eclipse/collections/api/set/primitive/ImmutableCharSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 elements [C
MethodParameters:
Name Flags
elements
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.zeroToThirtyOne:I
istore 2
start local 2 2: goto 6
3: StackMap locals: int int
StackMap stack:
iload 2
invokestatic java.lang.Integer.numberOfTrailingZeros:(I)I
i2c
istore 3
start local 3 4: iload 1
iload 3
iadd
istore 1
5: iload 2
iconst_1
iload 3
ishl
iconst_m1
ixor
iand
istore 2
end local 3 6: StackMap locals:
StackMap stack:
iload 2
ifne 3
7: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.table:[C
ifnull 14
8: iconst_0
istore 3
start local 3 9: goto 13
10: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.table:[C
iload 3
caload
invokestatic org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.isNonSentinel:(C)Z
ifeq 12
11: iload 1
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.table:[C
iload 3
caload
iadd
istore 1
12: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
13: iload 3
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.table:[C
arraylength
if_icmplt 10
end local 3 14: StackMap locals:
StackMap stack:
iload 1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$ImmutableCharHashSet;
1 15 1 result I
2 15 2 zeroToThirtyOne I
4 6 3 value C
9 14 3 i I
public int size();
descriptor: ()I
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$ImmutableCharHashSet.occupied:I
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.zeroToThirtyOneOccupied:I
iadd
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$ImmutableCharHashSet;
public void appendString(java.lang.Appendable, java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=11, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 1
aload 2
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
1: iconst_0
istore 5
start local 5 2: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.zeroToThirtyOne:I
istore 6
start local 6 3: goto 10
4: StackMap locals: int int
StackMap stack:
iload 6
invokestatic java.lang.Integer.numberOfTrailingZeros:(I)I
i2c
istore 7
start local 7 5: iload 5
ifle 7
6: aload 1
aload 3
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
7: StackMap locals: int
StackMap stack:
iinc 5 1
8: aload 1
iload 7
invokestatic java.lang.String.valueOf:(C)Ljava/lang/String;
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
9: iload 6
iconst_1
iload 7
ishl
iconst_m1
ixor
iand
istore 6
end local 7 10: StackMap locals:
StackMap stack:
iload 6
ifne 4
11: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.table:[C
dup
astore 10
arraylength
istore 9
iconst_0
istore 8
goto 19
StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet java.lang.Appendable java.lang.String java.lang.String java.lang.String int int top int int char[]
StackMap stack:
12: aload 10
iload 8
caload
istore 7
start local 7 13: iload 7
invokestatic org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.isNonSentinel:(C)Z
ifeq 18
14: iload 5
ifle 16
15: aload 1
aload 3
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
16: StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet java.lang.Appendable java.lang.String java.lang.String java.lang.String int int int int int char[]
StackMap stack:
iinc 5 1
17: aload 1
iload 7
invokestatic java.lang.String.valueOf:(C)Ljava/lang/String;
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
end local 7 18: StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet java.lang.Appendable java.lang.String java.lang.String java.lang.String int int top int int char[]
StackMap stack:
iinc 8 1
StackMap locals:
StackMap stack:
19: iload 8
iload 9
if_icmplt 12
20: aload 1
aload 4
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
end local 6 end local 5 21: goto 24
22: StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet java.lang.Appendable java.lang.String java.lang.String java.lang.String
StackMap stack: java.io.IOException
astore 5
start local 5 23: new java.lang.RuntimeException
dup
aload 5
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 5 24: StackMap locals:
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 25 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$ImmutableCharHashSet;
0 25 1 appendable Ljava/lang/Appendable;
0 25 2 start Ljava/lang/String;
0 25 3 separator Ljava/lang/String;
0 25 4 end Ljava/lang/String;
2 21 5 count I
3 21 6 zeroToThirtyOne I
5 10 7 value C
13 18 7 value C
23 24 5 e Ljava/io/IOException;
Exception table:
from to target type
0 21 22 Class java.io.IOException
MethodParameters:
Name Flags
appendable
start
separator
end
public org.eclipse.collections.api.iterator.CharIterator charIterator();
descriptor: ()Lorg/eclipse/collections/api/iterator/CharIterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet$InternalCharIterator
dup
aload 0
invokespecial org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet$InternalCharIterator.<init>:(Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$ImmutableCharHashSet;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$ImmutableCharHashSet;
public char[] toArray();
descriptor: ()[C
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.size:()I
newarray 5
astore 1
start local 1 1: iconst_0
istore 2
start local 2 2: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.zeroToThirtyOne:I
istore 3
start local 3 3: goto 8
4: StackMap locals: char[] int int
StackMap stack:
iload 3
invokestatic java.lang.Integer.numberOfTrailingZeros:(I)I
i2c
istore 4
start local 4 5: aload 1
iload 2
iload 4
castore
6: iinc 2 1
7: iload 3
iconst_1
iload 4
ishl
iconst_m1
ixor
iand
istore 3
end local 4 8: StackMap locals:
StackMap stack:
iload 3
ifne 4
9: iconst_0
istore 4
start local 4 10: goto 15
11: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.table:[C
iload 4
caload
invokestatic org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.isNonSentinel:(C)Z
ifeq 14
12: aload 1
iload 2
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.table:[C
iload 4
caload
castore
13: iinc 2 1
14: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
15: iload 4
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.table:[C
arraylength
if_icmpge 16
iload 2
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.size:()I
if_icmplt 11
end local 4 16: StackMap locals:
StackMap stack:
aload 1
areturn
end local 3 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$ImmutableCharHashSet;
1 17 1 array [C
2 17 2 j I
3 17 3 zeroToThirtyOne I
5 8 4 value C
10 16 4 i I
public boolean contains(char);
descriptor: (C)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: iload 1
invokestatic org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.isBetweenZeroAndThirtyOne:(C)Z
ifeq 4
1: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.zeroToThirtyOne:I
istore 2
start local 2 2: iload 2
iload 1
iushr
iconst_1
iand
ifeq 3
iconst_1
ireturn
StackMap locals: int
StackMap stack:
3: iconst_0
ireturn
end local 2 4: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.table:[C
aload 0
iload 1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.probe:(C)I
caload
iload 1
if_icmpne 5
iconst_1
ireturn
StackMap locals:
StackMap stack:
5: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$ImmutableCharHashSet;
0 6 1 value C
2 4 2 temp I
MethodParameters:
Name Flags
value
public void forEach(org.eclipse.collections.api.block.procedure.primitive.CharProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.each:(Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$ImmutableCharHashSet;
0 2 1 procedure Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;
MethodParameters:
Name Flags
procedure
public void each(org.eclipse.collections.api.block.procedure.primitive.CharProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=7, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.zeroToThirtyOne:I
istore 2
start local 2 1: goto 5
2: StackMap locals: int
StackMap stack:
iload 2
invokestatic java.lang.Integer.numberOfTrailingZeros:(I)I
i2c
istore 3
start local 3 3: aload 1
iload 3
invokeinterface org.eclipse.collections.api.block.procedure.primitive.CharProcedure.value:(C)V
4: iload 2
iconst_1
iload 3
ishl
iconst_m1
ixor
iand
istore 2
end local 3 5: StackMap locals:
StackMap stack:
iload 2
ifne 2
6: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.table:[C
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 11
StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet org.eclipse.collections.api.block.procedure.primitive.CharProcedure int top int int char[]
StackMap stack:
7: aload 6
iload 4
caload
istore 3
start local 3 8: iload 3
invokestatic org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.isNonSentinel:(C)Z
ifeq 10
9: aload 1
iload 3
invokeinterface org.eclipse.collections.api.block.procedure.primitive.CharProcedure.value:(C)V
end local 3 10: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
11: iload 4
iload 5
if_icmplt 7
12: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$ImmutableCharHashSet;
0 13 1 procedure Lorg/eclipse/collections/api/block/procedure/primitive/CharProcedure;
1 13 2 zeroToThirtyOne I
3 5 3 value C
8 10 3 value C
MethodParameters:
Name Flags
procedure
public org.eclipse.collections.api.set.primitive.ImmutableCharSet select(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableCharSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
new org.eclipse.collections.impl.set.mutable.primitive.CharHashSet
dup
invokespecial org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.<init>:()V
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;
checkcast org.eclipse.collections.impl.set.mutable.primitive.CharHashSet
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.toImmutable:()Lorg/eclipse/collections/api/set/primitive/ImmutableCharSet;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$ImmutableCharHashSet;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
MethodParameters:
Name Flags
predicate
public org.eclipse.collections.api.set.primitive.ImmutableCharSet reject(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableCharSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
new org.eclipse.collections.impl.set.mutable.primitive.CharHashSet
dup
invokespecial org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.<init>:()V
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;
checkcast org.eclipse.collections.impl.set.mutable.primitive.CharHashSet
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.toImmutable:()Lorg/eclipse/collections/api/set/primitive/ImmutableCharSet;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$ImmutableCharHashSet;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
MethodParameters:
Name Flags
predicate
public <V> org.eclipse.collections.api.set.ImmutableSet<V> collect(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction<? extends V>);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/set/ImmutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.size:()I
invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSet:(I)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.collect:(Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;Ljava/util/Collection;)Ljava/util/Collection;
checkcast org.eclipse.collections.api.set.MutableSet
astore 2
start local 2 1: aload 2
invokeinterface org.eclipse.collections.api.set.MutableSet.toImmutable:()Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$ImmutableCharHashSet;
0 2 1 function Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction<+TV;>;
1 2 2 set Lorg/eclipse/collections/api/set/MutableSet<TV;>;
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/set/ImmutableSet<TV;>;
MethodParameters:
Name Flags
function
public char detectIfNone(org.eclipse.collections.api.block.predicate.primitive.CharPredicate, char);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;C)C
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=8, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.zeroToThirtyOne:I
istore 3
start local 3 1: goto 6
2: StackMap locals: int
StackMap stack:
iload 3
invokestatic java.lang.Integer.numberOfTrailingZeros:(I)I
i2c
istore 4
start local 4 3: aload 1
iload 4
invokeinterface org.eclipse.collections.api.block.predicate.primitive.CharPredicate.accept:(C)Z
ifeq 5
4: iload 4
ireturn
5: StackMap locals: int
StackMap stack:
iload 3
iconst_1
iload 4
ishl
iconst_m1
ixor
iand
istore 3
end local 4 6: StackMap locals:
StackMap stack:
iload 3
ifne 2
7: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.table:[C
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 13
StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet org.eclipse.collections.api.block.predicate.primitive.CharPredicate int int top int int char[]
StackMap stack:
8: aload 7
iload 5
caload
istore 4
start local 4 9: iload 4
invokestatic org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.isNonSentinel:(C)Z
ifeq 12
10: aload 1
iload 4
invokeinterface org.eclipse.collections.api.block.predicate.primitive.CharPredicate.accept:(C)Z
ifeq 12
11: iload 4
ireturn
end local 4 12: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
13: iload 5
iload 6
if_icmplt 8
14: iload 2
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$ImmutableCharHashSet;
0 15 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
0 15 2 ifNone C
1 15 3 zeroToThirtyOne I
3 6 4 value C
9 12 4 value C
MethodParameters:
Name Flags
predicate
ifNone
public int count(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=8, args_size=2
start local 0 start local 1 0: iconst_0
istore 2
start local 2 1: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.zeroToThirtyOne:I
istore 3
start local 3 2: goto 7
3: StackMap locals: int int
StackMap stack:
iload 3
invokestatic java.lang.Integer.numberOfTrailingZeros:(I)I
i2c
istore 4
start local 4 4: aload 1
iload 4
invokeinterface org.eclipse.collections.api.block.predicate.primitive.CharPredicate.accept:(C)Z
ifeq 6
5: iinc 2 1
6: StackMap locals: int
StackMap stack:
iload 3
iconst_1
iload 4
ishl
iconst_m1
ixor
iand
istore 3
end local 4 7: StackMap locals:
StackMap stack:
iload 3
ifne 3
8: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.table:[C
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 14
StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet org.eclipse.collections.api.block.predicate.primitive.CharPredicate int int top int int char[]
StackMap stack:
9: aload 7
iload 5
caload
istore 4
start local 4 10: iload 4
invokestatic org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.isNonSentinel:(C)Z
ifeq 13
11: aload 1
iload 4
invokeinterface org.eclipse.collections.api.block.predicate.primitive.CharPredicate.accept:(C)Z
ifeq 13
12: iinc 2 1
end local 4 13: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
14: iload 5
iload 6
if_icmplt 9
15: iload 2
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$ImmutableCharHashSet;
0 16 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
1 16 2 count I
2 16 3 zeroToThirtyOne I
4 7 4 value C
10 13 4 value C
MethodParameters:
Name Flags
predicate
public boolean anySatisfy(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=7, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.zeroToThirtyOne:I
istore 2
start local 2 1: goto 6
2: StackMap locals: int
StackMap stack:
iload 2
invokestatic java.lang.Integer.numberOfTrailingZeros:(I)I
i2c
istore 3
start local 3 3: aload 1
iload 3
invokeinterface org.eclipse.collections.api.block.predicate.primitive.CharPredicate.accept:(C)Z
ifeq 5
4: iconst_1
ireturn
5: StackMap locals: int
StackMap stack:
iload 2
iconst_1
iload 3
ishl
iconst_m1
ixor
iand
istore 2
end local 3 6: StackMap locals:
StackMap stack:
iload 2
ifne 2
7: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.table:[C
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 13
StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet org.eclipse.collections.api.block.predicate.primitive.CharPredicate int top int int char[]
StackMap stack:
8: aload 6
iload 4
caload
istore 3
start local 3 9: iload 3
invokestatic org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.isNonSentinel:(C)Z
ifeq 12
10: aload 1
iload 3
invokeinterface org.eclipse.collections.api.block.predicate.primitive.CharPredicate.accept:(C)Z
ifeq 12
11: iconst_1
ireturn
end local 3 12: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
13: iload 4
iload 5
if_icmplt 8
14: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$ImmutableCharHashSet;
0 15 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
1 15 2 zeroToThirtyOne I
3 6 3 value C
9 12 3 value C
MethodParameters:
Name Flags
predicate
public boolean allSatisfy(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=7, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.zeroToThirtyOne:I
istore 2
start local 2 1: goto 6
2: StackMap locals: int
StackMap stack:
iload 2
invokestatic java.lang.Integer.numberOfTrailingZeros:(I)I
i2c
istore 3
start local 3 3: aload 1
iload 3
invokeinterface org.eclipse.collections.api.block.predicate.primitive.CharPredicate.accept:(C)Z
ifne 5
4: iconst_0
ireturn
5: StackMap locals: int
StackMap stack:
iload 2
iconst_1
iload 3
ishl
iconst_m1
ixor
iand
istore 2
end local 3 6: StackMap locals:
StackMap stack:
iload 2
ifne 2
7: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.table:[C
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 13
StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet org.eclipse.collections.api.block.predicate.primitive.CharPredicate int top int int char[]
StackMap stack:
8: aload 6
iload 4
caload
istore 3
start local 3 9: iload 3
invokestatic org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.isNonSentinel:(C)Z
ifeq 12
10: aload 1
iload 3
invokeinterface org.eclipse.collections.api.block.predicate.primitive.CharPredicate.accept:(C)Z
ifne 12
11: iconst_0
ireturn
end local 3 12: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
13: iload 4
iload 5
if_icmplt 8
14: iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$ImmutableCharHashSet;
0 15 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
1 15 2 zeroToThirtyOne I
3 6 3 value C
9 12 3 value C
MethodParameters:
Name Flags
predicate
public boolean noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.anySatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Z
ifeq 1
iconst_0
goto 2
StackMap locals:
StackMap stack:
1: iconst_1
StackMap locals:
StackMap stack: int
2: ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$ImmutableCharHashSet;
0 3 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;
MethodParameters:
Name Flags
predicate
public long sum();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=8, args_size=1
start local 0 0: lconst_0
lstore 1
start local 1 1: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.zeroToThirtyOne:I
istore 3
start local 3 2: goto 6
3: StackMap locals: long int
StackMap stack:
iload 3
invokestatic java.lang.Integer.numberOfTrailingZeros:(I)I
i2c
istore 4
start local 4 4: lload 1
iload 4
i2l
ladd
lstore 1
5: iload 3
iconst_1
iload 4
ishl
iconst_m1
ixor
iand
istore 3
end local 4 6: StackMap locals:
StackMap stack:
iload 3
ifne 3
7: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.table:[C
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 12
StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet long int top int int char[]
StackMap stack:
8: aload 7
iload 5
caload
istore 4
start local 4 9: iload 4
invokestatic org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.isNonSentinel:(C)Z
ifeq 11
10: lload 1
iload 4
i2l
ladd
lstore 1
end local 4 11: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
12: iload 5
iload 6
if_icmplt 8
13: lload 1
lreturn
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$ImmutableCharHashSet;
1 14 1 result J
2 14 3 zeroToThirtyOne I
4 6 4 value C
9 11 4 value C
public char max();
descriptor: ()C
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=7, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.isEmpty:()Z
ifeq 2
1: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
bipush 31
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.zeroToThirtyOne:I
invokestatic java.lang.Integer.numberOfLeadingZeros:(I)I
isub
i2c
istore 1
start local 1 3: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.zeroToThirtyOneOccupied:I
ifeq 4
iconst_1
goto 5
StackMap locals: int
StackMap stack:
4: iconst_0
StackMap locals:
StackMap stack: int
5: istore 2
start local 2 6: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.table:[C
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 12
StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet int int top int int char[]
StackMap stack:
7: aload 6
iload 4
caload
istore 3
start local 3 8: iload 3
invokestatic org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.isNonSentinel:(C)Z
ifeq 11
iload 2
ifeq 9
iload 1
iload 3
if_icmpge 11
9: StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet int int int int int char[]
StackMap stack:
iload 3
istore 1
10: iconst_1
istore 2
end local 3 11: StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet int int top int int char[]
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
12: iload 4
iload 5
if_icmplt 7
13: iload 1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$ImmutableCharHashSet;
3 14 1 max C
6 14 2 isMaxSet Z
8 11 3 value C
public char min();
descriptor: ()C
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=7, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.isEmpty:()Z
ifeq 2
1: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.zeroToThirtyOne:I
invokestatic java.lang.Integer.numberOfTrailingZeros:(I)I
i2c
istore 1
start local 1 3: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.zeroToThirtyOneOccupied:I
ifeq 4
iconst_1
goto 5
StackMap locals: int
StackMap stack:
4: iconst_0
StackMap locals:
StackMap stack: int
5: istore 2
start local 2 6: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.table:[C
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 12
StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet int int top int int char[]
StackMap stack:
7: aload 6
iload 4
caload
istore 3
start local 3 8: iload 3
invokestatic org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.isNonSentinel:(C)Z
ifeq 11
iload 2
ifeq 9
iload 3
iload 1
if_icmpge 11
9: StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet int int int int int char[]
StackMap stack:
iload 3
istore 1
10: iconst_1
istore 2
end local 3 11: StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet int int top int int char[]
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
12: iload 4
iload 5
if_icmplt 7
13: iload 1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$ImmutableCharHashSet;
3 14 1 min C
6 14 2 isMinSet Z
8 11 3 value C
public <T> T injectInto(T, org.eclipse.collections.api.block.function.primitive.ObjectCharToObjectFunction<? super T, ? extends T>);
descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectCharToObjectFunction;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=9, args_size=3
start local 0 start local 1 start local 2 0: aload 1
astore 3
start local 3 1: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.zeroToThirtyOne:I
istore 4
start local 4 2: goto 6
3: StackMap locals: java.lang.Object int
StackMap stack:
iload 4
invokestatic java.lang.Integer.numberOfTrailingZeros:(I)I
i2c
istore 5
start local 5 4: aload 2
aload 3
iload 5
invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectCharToObjectFunction.valueOf:(Ljava/lang/Object;C)Ljava/lang/Object;
astore 3
5: iload 4
iconst_1
iload 5
ishl
iconst_m1
ixor
iand
istore 4
end local 5 6: StackMap locals:
StackMap stack:
iload 4
ifne 3
7: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.table:[C
dup
astore 8
arraylength
istore 7
iconst_0
istore 6
goto 12
StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet java.lang.Object org.eclipse.collections.api.block.function.primitive.ObjectCharToObjectFunction java.lang.Object int top int int char[]
StackMap stack:
8: aload 8
iload 6
caload
istore 5
start local 5 9: iload 5
invokestatic org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.isNonSentinel:(C)Z
ifeq 11
10: aload 2
aload 3
iload 5
invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectCharToObjectFunction.valueOf:(Ljava/lang/Object;C)Ljava/lang/Object;
astore 3
end local 5 11: StackMap locals:
StackMap stack:
iinc 6 1
StackMap locals:
StackMap stack:
12: iload 6
iload 7
if_icmplt 8
13: aload 3
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$ImmutableCharHashSet;
0 14 1 injectedValue TT;
0 14 2 function Lorg/eclipse/collections/api/block/function/primitive/ObjectCharToObjectFunction<-TT;+TT;>;
1 14 3 result TT;
2 14 4 zeroToThirtyOne I
4 6 5 value C
9 11 5 value C
Signature: <T:Ljava/lang/Object;>(TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectCharToObjectFunction<-TT;+TT;>;)TT;
MethodParameters:
Name Flags
injectedValue
function
private java.lang.Object writeReplace();
descriptor: ()Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.set.immutable.primitive.ImmutableCharSetSerializationProxy
dup
aload 0
invokespecial org.eclipse.collections.impl.set.immutable.primitive.ImmutableCharSetSerializationProxy.<init>:(Lorg/eclipse/collections/api/set/primitive/CharSet;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$ImmutableCharHashSet;
int probe(char);
descriptor: (C)I
flags: (0x0000)
Code:
stack=3, locals=7, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.spreadAndMask:(C)I
istore 2
start local 2 1: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.table:[C
iload 2
caload
istore 3
start local 3 2: iload 3
iload 1
if_icmpeq 3
iload 3
ifne 4
3: StackMap locals: int int
StackMap stack:
iload 2
ireturn
4: StackMap locals:
StackMap stack:
iload 3
iconst_1
if_icmpne 5
iload 2
goto 6
StackMap locals:
StackMap stack:
5: iconst_m1
StackMap locals:
StackMap stack: int
6: istore 4
start local 4 7: iconst_1
istore 5
start local 5 8: goto 20
9: StackMap locals: int int
StackMap stack:
iload 2
iload 5
iadd
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.table:[C
arraylength
iconst_1
isub
iand
istore 6
start local 6 10: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.table:[C
iload 6
caload
istore 3
11: iload 3
iload 1
if_icmpne 13
12: iload 6
ireturn
13: StackMap locals: int
StackMap stack:
iload 3
ifne 17
14: iload 4
iconst_m1
if_icmpne 15
iload 6
goto 16
StackMap locals:
StackMap stack:
15: iload 4
StackMap locals:
StackMap stack: int
16: ireturn
17: StackMap locals:
StackMap stack:
iload 3
iconst_1
if_icmpne 19
iload 4
iconst_m1
if_icmpne 19
18: iload 6
istore 4
end local 6 19: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
20: iload 5
bipush 16
if_icmplt 9
end local 5 21: aload 0
iload 1
iload 4
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.probeTwo:(CI)I
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 22 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$ImmutableCharHashSet;
0 22 1 element C
1 22 2 index I
2 22 3 valueAtIndex C
7 22 4 removedIndex I
8 21 5 i I
10 19 6 nextIndex I
MethodParameters:
Name Flags
element
int probeTwo(char, int);
descriptor: (CI)I
flags: (0x0000)
Code:
stack=3, locals=7, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.spreadTwoAndMask:(C)I
istore 3
start local 3 1: iconst_0
istore 4
start local 4 2: goto 14
3: StackMap locals: int int
StackMap stack:
iload 3
iload 4
iadd
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.table:[C
arraylength
iconst_1
isub
iand
istore 5
start local 5 4: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.table:[C
iload 5
caload
istore 6
start local 6 5: iload 6
iload 1
if_icmpne 7
6: iload 5
ireturn
7: StackMap locals: int int
StackMap stack:
iload 6
ifne 11
8: iload 2
iconst_m1
if_icmpne 9
iload 5
goto 10
StackMap locals:
StackMap stack:
9: iload 2
StackMap locals:
StackMap stack: int
10: ireturn
11: StackMap locals:
StackMap stack:
iload 6
iconst_1
if_icmpne 13
iload 2
iconst_m1
if_icmpne 13
12: iload 5
istore 2
end local 6 end local 5 13: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
14: iload 4
bipush 16
if_icmplt 3
end local 4 15: aload 0
iload 1
iload 2
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.probeThree:(CI)I
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$ImmutableCharHashSet;
0 16 1 element C
0 16 2 removedIndex I
1 16 3 index I
2 15 4 i I
4 13 5 nextIndex I
5 13 6 valueAtIndex C
MethodParameters:
Name Flags
element
removedIndex
int probeThree(char, int);
descriptor: (CI)I
flags: (0x0000)
Code:
stack=3, locals=6, args_size=3
start local 0 start local 1 start local 2 0: iload 1
invokestatic org.eclipse.collections.impl.SpreadFunctions.charSpreadOne:(C)I
invokestatic java.lang.Integer.reverse:(I)I
istore 3
start local 3 1: iload 1
invokestatic org.eclipse.collections.impl.SpreadFunctions.charSpreadTwo:(C)I
invokestatic java.lang.Integer.reverse:(I)I
iconst_1
ior
istore 4
start local 4 2: StackMap locals: int int
StackMap stack:
aload 0
iload 3
iload 4
iadd
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.mask:(I)I
istore 3
3: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.table:[C
iload 3
caload
istore 5
start local 5 4: iload 5
iload 1
if_icmpne 6
5: iload 3
ireturn
6: StackMap locals: int
StackMap stack:
iload 5
ifne 10
7: iload 2
iconst_m1
if_icmpne 8
iload 3
goto 9
StackMap locals:
StackMap stack:
8: iload 2
StackMap locals:
StackMap stack: int
9: ireturn
10: StackMap locals:
StackMap stack:
iload 5
iconst_1
if_icmpne 2
iload 2
iconst_m1
if_icmpne 2
11: iload 3
istore 2
end local 5 12: goto 2
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$ImmutableCharHashSet;
0 13 1 element C
0 13 2 removedIndex I
1 13 3 nextIndex I
2 13 4 spreadTwo I
4 12 5 valueAtIndex C
MethodParameters:
Name Flags
element
removedIndex
int spreadAndMask(char);
descriptor: (C)I
flags: (0x0000)
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: iload 1
invokestatic org.eclipse.collections.impl.SpreadFunctions.charSpreadOne:(C)I
istore 2
start local 2 1: aload 0
iload 2
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.mask:(I)I
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$ImmutableCharHashSet;
0 2 1 element C
1 2 2 code I
MethodParameters:
Name Flags
element
int spreadTwoAndMask(char);
descriptor: (C)I
flags: (0x0000)
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: iload 1
invokestatic org.eclipse.collections.impl.SpreadFunctions.charSpreadTwo:(C)I
istore 2
start local 2 1: aload 0
iload 2
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.mask:(I)I
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$ImmutableCharHashSet;
0 2 1 element C
1 2 2 code I
MethodParameters:
Name Flags
element
private int mask(int);
descriptor: (I)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: iload 1
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.table:[C
arraylength
iconst_1
isub
iand
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet$ImmutableCharHashSet;
0 1 1 spread I
MethodParameters:
Name Flags
spread
public org.eclipse.collections.api.CharIterable select(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/CharIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableCharSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.ImmutableCharCollection select(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/collection/primitive/ImmutableCharCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableCharSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.primitive.CharSet select(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/set/primitive/CharSet;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableCharSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable collect(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/RichIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.primitive.CharToObjectFunction
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.collect:(Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.ImmutableCollection collect(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/collection/ImmutableCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.primitive.CharToObjectFunction
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.collect:(Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.SetIterable collect(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/set/SetIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.primitive.CharToObjectFunction
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.collect:(Lorg/eclipse/collections/api/block/function/primitive/CharToObjectFunction;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.CharIterable reject(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/CharIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableCharSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.ImmutableCharCollection reject(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/collection/primitive/ImmutableCharCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableCharSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.primitive.CharSet reject(org.eclipse.collections.api.block.predicate.primitive.CharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/set/primitive/CharSet;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/CharPredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableCharSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "CharHashSet.java"
NestHost: org.eclipse.collections.impl.set.mutable.primitive.CharHashSet
InnerClasses:
private final ImmutableCharHashSet = org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet of org.eclipse.collections.impl.set.mutable.primitive.CharHashSet
private InternalCharIterator = org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet$InternalCharIterator of org.eclipse.collections.impl.set.mutable.primitive.CharHashSet$ImmutableCharHashSet