public class org.eclipse.collections.impl.set.mutable.primitive.IntHashSet extends org.eclipse.collections.impl.set.primitive.AbstractIntSet implements org.eclipse.collections.api.set.primitive.MutableIntSet, java.io.Externalizable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet
super_class: org.eclipse.collections.impl.set.primitive.AbstractIntSet
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private static final int DEFAULT_INITIAL_CAPACITY;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 16
private static final int EMPTY;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 0
private static final int REMOVED;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private static final int CACHE_LINE_SIZE;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 64
private static final int KEY_SIZE;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 4
private static final int INITIAL_LINEAR_PROBE;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 8
private int[] table;
descriptor: [I
flags: (0x0002) ACC_PRIVATE
private int occupiedWithData;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int occupiedWithSentinels;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int zeroToThirtyOne;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int zeroToThirtyOneOccupied;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private transient boolean copyOnWrite;
descriptor: Z
flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial org.eclipse.collections.impl.set.primitive.AbstractIntSet.<init>:()V
1: aload 0
bipush 16
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.allocateTable:(I)V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
public void <init>(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.eclipse.collections.impl.set.primitive.AbstractIntSet.<init>:()V
1: iload 1
ifge 3
2: new java.lang.IllegalArgumentException
dup
ldc "initial capacity cannot be less than 0"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet int
StackMap stack:
aload 0
iload 1
iconst_1
ishl
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.smallestPowerOfTwoGreaterThan:(I)I
istore 2
start local 2 4: aload 0
iload 2
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.allocateTable:(I)V
5: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
0 6 1 initialCapacity I
4 6 2 capacity I
MethodParameters:
Name Flags
initialCapacity
public void <init>(int[]);
descriptor: ([I)V
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.<init>:()V
1: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.addAll:([I)Z
pop
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
0 3 1 elements [I
MethodParameters:
Name Flags
elements
public void <init>(org.eclipse.collections.impl.set.mutable.primitive.IntHashSet);
descriptor: (Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.eclipse.collections.impl.set.primitive.AbstractIntSet.<init>:()V
1: aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithData:I
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithData:I
2: aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithSentinels:I
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithSentinels:I
3: aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOneOccupied:I
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOneOccupied:I
4: aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOne:I
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOne:I
5: aload 0
aload 1
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
arraylength
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.allocateTable:(I)V
6: aload 1
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
iconst_0
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
iconst_0
aload 1
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
arraylength
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
7: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
0 8 1 set Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
MethodParameters:
Name Flags
set
private int smallestPowerOfTwoGreaterThan(int);
descriptor: (I)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: iload 1
iconst_1
if_icmple 1
iload 1
iconst_1
isub
invokestatic java.lang.Integer.highestOneBit:(I)I
iconst_1
ishl
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/IntHashSet;
0 3 1 n I
MethodParameters:
Name Flags
n
public static org.eclipse.collections.impl.set.mutable.primitive.IntHashSet newSet(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
instanceof org.eclipse.collections.impl.set.mutable.primitive.IntHashSet
ifeq 2
1: new org.eclipse.collections.impl.set.mutable.primitive.IntHashSet
dup
aload 0
checkcast org.eclipse.collections.impl.set.mutable.primitive.IntHashSet
invokespecial org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.<init>:(Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;)V
areturn
2: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.eclipse.collections.api.IntIterable.toArray:()[I
invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.newSetWith:([I)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 source Lorg/eclipse/collections/api/IntIterable;
MethodParameters:
Name Flags
source
public static org.eclipse.collections.impl.set.mutable.primitive.IntHashSet newSetWith(int[]);
descriptor: ([I)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.set.mutable.primitive.IntHashSet
dup
aload 0
invokespecial org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.<init>:([I)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 source [I
MethodParameters:
Name Flags
source
private static boolean isBetweenZeroAndThirtyOne(int);
descriptor: (I)Z
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: iload 0
iflt 1
iload 0
bipush 31
if_icmpgt 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 value I
MethodParameters:
Name Flags
value
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.IntHashSet.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
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.IntHashSet.table:[I
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.IntHashSet.table:[I
iload 3
iaload
invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.isNonSentinel:(I)Z
ifeq 12
11: iload 1
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
iload 3
iaload
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.IntHashSet.table:[I
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/IntHashSet;
1 15 1 result I
2 15 2 zeroToThirtyOne I
4 6 3 value I
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.IntHashSet.occupiedWithData:I
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOneOccupied:I
iadd
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
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.IntHashSet.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
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:(I)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.IntHashSet.table:[I
dup
astore 10
arraylength
istore 9
iconst_0
istore 8
goto 19
StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet java.lang.Appendable java.lang.String java.lang.String java.lang.String int int top int int int[]
StackMap stack:
12: aload 10
iload 8
iaload
istore 7
start local 7 13: iload 7
invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.isNonSentinel:(I)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.IntHashSet java.lang.Appendable java.lang.String java.lang.String java.lang.String int int int int int int[]
StackMap stack:
iinc 5 1
17: aload 1
iload 7
invokestatic java.lang.String.valueOf:(I)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.IntHashSet java.lang.Appendable java.lang.String java.lang.String java.lang.String int int top int int int[]
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.IntHashSet 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/IntHashSet;
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 I
13 18 7 value I
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 boolean add(int);
descriptor: (I)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: iload 1
invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.isBetweenZeroAndThirtyOne:(I)Z
ifeq 7
1: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOne:I
istore 2
start local 2 2: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOne:I
iconst_1
iload 1
ishl
ior
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOne:I
3: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOne:I
iload 2
if_icmpeq 6
4: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOneOccupied:I
iconst_1
iadd
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOneOccupied:I
5: iconst_1
ireturn
6: StackMap locals: int
StackMap stack:
iconst_0
ireturn
end local 2 7: StackMap locals:
StackMap stack:
aload 0
iload 1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.probe:(I)I
istore 2
start local 2 8: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
iload 2
iaload
iload 1
if_icmpne 10
9: iconst_0
ireturn
10: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.copyOnWrite:Z
ifeq 12
11: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.copyTable:()V
12: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
iload 2
iaload
iconst_1
if_icmpne 14
13: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithSentinels:I
iconst_1
isub
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithSentinels:I
14: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
iload 2
iload 1
iastore
15: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithData:I
iconst_1
iadd
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithData:I
16: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithData:I
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithSentinels:I
iadd
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.maxOccupiedWithData:()I
if_icmple 18
17: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.rehashAndGrow:()V
18: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 19 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
0 19 1 element I
2 7 2 initial I
8 19 2 index I
MethodParameters:
Name Flags
element
public boolean addAll(int[]);
descriptor: ([I)Z
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=2, locals=7, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.size:()I
istore 2
start local 2 1: aload 1
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 5
StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet int[] int top int int int[]
StackMap stack:
2: aload 6
iload 4
iaload
istore 3
start local 3 3: aload 0
iload 3
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.add:(I)Z
pop
end local 3 4: iinc 4 1
StackMap locals:
StackMap stack:
5: iload 4
iload 5
if_icmplt 2
6: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.size:()I
iload 2
if_icmpeq 7
iconst_1
ireturn
StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet int[] int
StackMap stack:
7: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
0 8 1 source [I
1 8 2 oldSize I
3 4 3 item I
MethodParameters:
Name Flags
source
public boolean addAll(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=8, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface org.eclipse.collections.api.IntIterable.isEmpty:()Z
ifeq 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.size:()I
istore 2
start local 2 3: aload 1
instanceof org.eclipse.collections.impl.set.mutable.primitive.IntHashSet
ifeq 14
4: aload 1
checkcast org.eclipse.collections.impl.set.mutable.primitive.IntHashSet
astore 3
start local 3 5: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOne:I
aload 3
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOne:I
ior
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOne:I
6: aload 0
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOne:I
invokestatic java.lang.Integer.bitCount:(I)I
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOneOccupied:I
7: aload 3
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 12
StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet org.eclipse.collections.api.IntIterable int org.eclipse.collections.impl.set.mutable.primitive.IntHashSet top int int int[]
StackMap stack:
8: aload 7
iload 5
iaload
istore 4
start local 4 9: iload 4
invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.isNonSentinel:(I)Z
ifeq 11
10: aload 0
iload 4
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.add:(I)Z
pop
end local 4 11: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
12: iload 5
iload 6
if_icmplt 8
end local 3 13: goto 19
14: StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet org.eclipse.collections.api.IntIterable int
StackMap stack:
aload 1
invokeinterface org.eclipse.collections.api.IntIterable.intIterator:()Lorg/eclipse/collections/api/iterator/IntIterator;
astore 3
start local 3 15: goto 18
16: StackMap locals: org.eclipse.collections.api.iterator.IntIterator
StackMap stack:
aload 3
invokeinterface org.eclipse.collections.api.iterator.IntIterator.next:()I
istore 4
start local 4 17: aload 0
iload 4
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.add:(I)Z
pop
end local 4 18: StackMap locals:
StackMap stack:
aload 3
invokeinterface org.eclipse.collections.api.iterator.IntIterator.hasNext:()Z
ifne 16
end local 3 19: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.size:()I
iload 2
if_icmpeq 20
iconst_1
ireturn
StackMap locals:
StackMap stack:
20: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
0 21 1 source Lorg/eclipse/collections/api/IntIterable;
3 21 2 oldSize I
5 13 3 hashSet Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
9 11 4 item I
15 19 3 iterator Lorg/eclipse/collections/api/iterator/IntIterator;
17 18 4 item I
MethodParameters:
Name Flags
source
public boolean remove(int);
descriptor: (I)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.IntHashSet.isBetweenZeroAndThirtyOne:(I)Z
ifeq 2
1: aload 0
iload 1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.removeZeroToThirtyOne:(I)Z
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithData:I
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 0
iload 1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.probe:(I)I
istore 2
start local 2 5: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
iload 2
iaload
iload 1
if_icmpne 12
6: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.copyOnWrite:Z
ifeq 8
7: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.copyTable:()V
8: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
iload 2
iconst_1
iastore
9: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithData:I
iconst_1
isub
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithData:I
10: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithSentinels:I
iconst_1
iadd
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithSentinels:I
11: iconst_1
ireturn
12: StackMap locals:
StackMap stack:
iconst_0
ireturn
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/IntHashSet;
0 13 1 value I
5 13 2 index I
MethodParameters:
Name Flags
value
private boolean removeZeroToThirtyOne(int);
descriptor: (I)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOne:I
istore 2
start local 2 1: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOne:I
iconst_1
iload 1
ishl
iconst_m1
ixor
iand
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOne:I
2: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOne:I
iload 2
if_icmpne 4
3: iconst_0
ireturn
4: StackMap locals: int
StackMap stack:
aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOneOccupied:I
iconst_1
isub
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOneOccupied:I
5: iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
0 6 1 value I
1 6 2 initial I
MethodParameters:
Name Flags
value
public boolean removeAll(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=8, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface org.eclipse.collections.api.IntIterable.isEmpty:()Z
ifeq 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.size:()I
istore 2
start local 2 3: aload 1
instanceof org.eclipse.collections.impl.set.mutable.primitive.IntHashSet
ifeq 14
4: aload 1
checkcast org.eclipse.collections.impl.set.mutable.primitive.IntHashSet
astore 3
start local 3 5: aload 0
dup
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOne:I
aload 3
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOne:I
iconst_m1
ixor
iand
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOne:I
6: aload 0
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOne:I
invokestatic java.lang.Integer.bitCount:(I)I
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOneOccupied:I
7: aload 3
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 12
StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet org.eclipse.collections.api.IntIterable int org.eclipse.collections.impl.set.mutable.primitive.IntHashSet top int int int[]
StackMap stack:
8: aload 7
iload 5
iaload
istore 4
start local 4 9: iload 4
invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.isNonSentinel:(I)Z
ifeq 11
10: aload 0
iload 4
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.remove:(I)Z
pop
end local 4 11: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
12: iload 5
iload 6
if_icmplt 8
end local 3 13: goto 19
14: StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet org.eclipse.collections.api.IntIterable int
StackMap stack:
aload 1
invokeinterface org.eclipse.collections.api.IntIterable.intIterator:()Lorg/eclipse/collections/api/iterator/IntIterator;
astore 3
start local 3 15: goto 18
16: StackMap locals: org.eclipse.collections.api.iterator.IntIterator
StackMap stack:
aload 3
invokeinterface org.eclipse.collections.api.iterator.IntIterator.next:()I
istore 4
start local 4 17: aload 0
iload 4
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.remove:(I)Z
pop
end local 4 18: StackMap locals:
StackMap stack:
aload 3
invokeinterface org.eclipse.collections.api.iterator.IntIterator.hasNext:()Z
ifne 16
end local 3 19: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.size:()I
iload 2
if_icmpeq 20
iconst_1
ireturn
StackMap locals:
StackMap stack:
20: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
0 21 1 source Lorg/eclipse/collections/api/IntIterable;
3 21 2 oldSize I
5 13 3 hashSet Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
9 11 4 item I
15 19 3 iterator Lorg/eclipse/collections/api/iterator/IntIterator;
17 18 4 item I
MethodParameters:
Name Flags
source
public boolean removeAll(int[]);
descriptor: ([I)Z
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=2, locals=7, args_size=2
start local 0 start local 1 0: aload 1
arraylength
ifne 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.size:()I
istore 2
start local 2 3: aload 1
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 7
StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet int[] int top int int int[]
StackMap stack:
4: aload 6
iload 4
iaload
istore 3
start local 3 5: aload 0
iload 3
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.remove:(I)Z
pop
end local 3 6: iinc 4 1
StackMap locals:
StackMap stack:
7: iload 4
iload 5
if_icmplt 4
8: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.size:()I
iload 2
if_icmpeq 9
iconst_1
ireturn
StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet int[] int
StackMap stack:
9: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
0 10 1 source [I
3 10 2 oldSize I
5 6 3 item I
MethodParameters:
Name Flags
source
public boolean retainAll(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.size:()I
istore 2
start local 2 1: aload 1
instanceof org.eclipse.collections.api.set.primitive.IntSet
ifeq 2
aload 1
checkcast org.eclipse.collections.api.set.primitive.IntSet
goto 3
StackMap locals: int
StackMap stack:
2: aload 1
invokeinterface org.eclipse.collections.api.IntIterable.toSet:()Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
StackMap locals:
StackMap stack: org.eclipse.collections.api.set.primitive.IntSet
3: astore 3
start local 3 4: aload 0
aload 3
dup
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
pop
invokedynamic accept(Lorg/eclipse/collections/api/set/primitive/IntSet;)Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
Method arguments:
(I)Z
org/eclipse/collections/api/IntIterable.contains(I)Z (9 itf)
(I)Z
1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
astore 4
start local 4 5: aload 4
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.size:()I
iload 2
if_icmpeq 12
6: aload 0
aload 4
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOne:I
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOne:I
7: aload 0
aload 4
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOneOccupied:I
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOneOccupied:I
8: aload 0
aload 4
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithData:I
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithData:I
9: aload 0
aload 4
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithSentinels:I
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithSentinels:I
10: aload 0
aload 4
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
11: iconst_1
ireturn
12: StackMap locals: org.eclipse.collections.api.set.primitive.IntSet org.eclipse.collections.impl.set.mutable.primitive.IntHashSet
StackMap stack:
iconst_0
ireturn
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/IntHashSet;
0 13 1 source Lorg/eclipse/collections/api/IntIterable;
1 13 2 oldSize I
4 13 3 sourceSet Lorg/eclipse/collections/api/set/primitive/IntSet;
5 13 4 retained Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
MethodParameters:
Name Flags
source
public boolean retainAll(int[]);
descriptor: ([I)Z
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.newSetWith:([I)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.retainAll:(Lorg/eclipse/collections/api/IntIterable;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
0 1 1 source [I
MethodParameters:
Name Flags
source
public void clear();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_0
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOneOccupied:I
1: aload 0
iconst_0
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithData:I
2: aload 0
iconst_0
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithSentinels:I
3: aload 0
iconst_0
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOne:I
4: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.copyOnWrite:Z
ifeq 8
5: aload 0
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
arraylength
newarray 10
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
6: aload 0
iconst_0
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.copyOnWrite:Z
7: goto 9
8: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
iconst_0
invokestatic java.util.Arrays.fill:([II)V
9: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
public org.eclipse.collections.impl.set.mutable.primitive.IntHashSet with(int);
descriptor: (I)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.add:(I)Z
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
0 2 1 element I
MethodParameters:
Name Flags
element
public org.eclipse.collections.impl.set.mutable.primitive.IntHashSet without(int);
descriptor: (I)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.remove:(I)Z
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
0 2 1 element I
MethodParameters:
Name Flags
element
public org.eclipse.collections.impl.set.mutable.primitive.IntHashSet withAll(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.IntIterable.toArray:()[I
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.addAll:([I)Z
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
0 2 1 elements Lorg/eclipse/collections/api/IntIterable;
MethodParameters:
Name Flags
elements
public org.eclipse.collections.impl.set.mutable.primitive.IntHashSet withoutAll(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
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.IntHashSet.removeAll:(Lorg/eclipse/collections/api/IntIterable;)Z
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
0 2 1 elements Lorg/eclipse/collections/api/IntIterable;
MethodParameters:
Name Flags
elements
public org.eclipse.collections.api.set.primitive.MutableIntSet asUnmodifiable();
descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableIntSet
dup
aload 0
invokespecial org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableIntSet.<init>:(Lorg/eclipse/collections/api/set/primitive/MutableIntSet;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
public org.eclipse.collections.api.set.primitive.MutableIntSet asSynchronized();
descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.set.mutable.primitive.SynchronizedIntSet
dup
aload 0
invokespecial org.eclipse.collections.impl.set.mutable.primitive.SynchronizedIntSet.<init>:(Lorg/eclipse/collections/api/set/primitive/MutableIntSet;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
public org.eclipse.collections.api.set.primitive.ImmutableIntSet toImmutable();
descriptor: ()Lorg/eclipse/collections/api/set/primitive/ImmutableIntSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.size:()I
ifne 2
1: getstatic org.eclipse.collections.impl.factory.primitive.IntSets.immutable:Lorg/eclipse/collections/api/factory/set/primitive/ImmutableIntSetFactory;
invokeinterface org.eclipse.collections.api.factory.set.primitive.ImmutableIntSetFactory.with:()Lorg/eclipse/collections/api/set/primitive/ImmutableIntSet;
areturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.size:()I
iconst_1
if_icmpne 4
3: getstatic org.eclipse.collections.impl.factory.primitive.IntSets.immutable:Lorg/eclipse/collections/api/factory/set/primitive/ImmutableIntSetFactory;
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.intIterator:()Lorg/eclipse/collections/api/iterator/MutableIntIterator;
invokeinterface org.eclipse.collections.api.iterator.MutableIntIterator.next:()I
invokeinterface org.eclipse.collections.api.factory.set.primitive.ImmutableIntSetFactory.with:(I)Lorg/eclipse/collections/api/set/primitive/ImmutableIntSet;
areturn
4: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.toArray:()[I
invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.newSetWith:([I)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
astore 1
start local 1 5: new org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$ImmutableIntHashSet
dup
aload 1
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
aload 1
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithData:I
aload 1
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOne:I
aload 1
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOneOccupied:I
invokespecial org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$ImmutableIntHashSet.<init>:([IIII)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
5 6 1 mutableSet Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
public org.eclipse.collections.api.iterator.MutableIntIterator intIterator();
descriptor: ()Lorg/eclipse/collections/api/iterator/MutableIntIterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator
dup
aload 0
invokespecial org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator.<init>:(Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
public int[] toArray();
descriptor: ()[I
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.IntHashSet.size:()I
newarray 10
astore 1
start local 1 1: iconst_0
istore 2
start local 2 2: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOne:I
istore 3
start local 3 3: goto 8
4: StackMap locals: int[] int int
StackMap stack:
iload 3
invokestatic java.lang.Integer.numberOfTrailingZeros:(I)I
istore 4
start local 4 5: aload 1
iload 2
iload 4
iastore
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.IntHashSet.table:[I
iload 4
iaload
invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.isNonSentinel:(I)Z
ifeq 14
12: aload 1
iload 2
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
iload 4
iaload
iastore
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.IntHashSet.table:[I
arraylength
if_icmpge 16
iload 2
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.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/IntHashSet;
1 17 1 array [I
2 17 2 j I
3 17 3 zeroToThirtyOne I
5 8 4 value I
10 16 4 i I
public int[] toArray(int[]);
descriptor: ([I)[I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=2
start local 0 start local 1 0: aload 1
arraylength
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.size:()I
if_icmpge 2
1: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.size:()I
newarray 10
astore 1
2: StackMap locals:
StackMap stack:
iconst_0
istore 2
start local 2 3: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOne:I
istore 3
start local 3 4: goto 9
5: StackMap locals: int int
StackMap stack:
iload 3
invokestatic java.lang.Integer.numberOfTrailingZeros:(I)I
istore 4
start local 4 6: aload 1
iload 2
iload 4
iastore
7: iinc 2 1
8: iload 3
iconst_1
iload 4
ishl
iconst_m1
ixor
iand
istore 3
end local 4 9: StackMap locals:
StackMap stack:
iload 3
ifne 5
10: iconst_0
istore 4
start local 4 11: goto 16
12: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
iload 4
iaload
invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.isNonSentinel:(I)Z
ifeq 15
13: aload 1
iload 2
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
iload 4
iaload
iastore
14: iinc 2 1
15: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
16: iload 4
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
arraylength
if_icmpge 17
iload 2
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.size:()I
if_icmplt 12
end local 4 17: 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 18 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
0 18 1 array [I
3 18 2 j I
4 18 3 zeroToThirtyOne I
6 9 4 value I
11 17 4 i I
MethodParameters:
Name Flags
array
public boolean contains(int);
descriptor: (I)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.IntHashSet.isBetweenZeroAndThirtyOne:(I)Z
ifeq 4
1: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.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.IntHashSet.table:[I
aload 0
iload 1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.probe:(I)I
iaload
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/IntHashSet;
0 6 1 value I
2 4 2 temp I
MethodParameters:
Name Flags
value
public void forEach(org.eclipse.collections.api.block.procedure.primitive.IntProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)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.IntHashSet.each:(Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)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/IntHashSet;
0 2 1 procedure Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;
MethodParameters:
Name Flags
procedure
public void each(org.eclipse.collections.api.block.procedure.primitive.IntProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)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.IntHashSet.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
istore 3
start local 3 3: aload 1
iload 3
invokeinterface org.eclipse.collections.api.block.procedure.primitive.IntProcedure.value:(I)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.IntHashSet.table:[I
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 11
StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet org.eclipse.collections.api.block.procedure.primitive.IntProcedure int top int int int[]
StackMap stack:
7: aload 6
iload 4
iaload
istore 3
start local 3 8: iload 3
invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.isNonSentinel:(I)Z
ifeq 10
9: aload 1
iload 3
invokeinterface org.eclipse.collections.api.block.procedure.primitive.IntProcedure.value:(I)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/IntHashSet;
0 13 1 procedure Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;
1 13 2 zeroToThirtyOne I
3 5 3 value I
8 10 3 value I
MethodParameters:
Name Flags
procedure
public org.eclipse.collections.impl.set.mutable.primitive.IntHashSet select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
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.IntHashSet
dup
invokespecial org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.<init>:()V
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
checkcast org.eclipse.collections.impl.set.mutable.primitive.IntHashSet
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
MethodParameters:
Name Flags
predicate
public <R extends org.eclipse.collections.api.collection.primitive.MutableIntCollection> R select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate, );
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
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.IntHashSet.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
istore 4
start local 4 3: aload 1
iload 4
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
ifeq 5
4: aload 2
iload 4
invokeinterface org.eclipse.collections.api.collection.primitive.MutableIntCollection.add:(I)Z
pop
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.IntHashSet.table:[I
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 13
StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet org.eclipse.collections.api.block.predicate.primitive.IntPredicate org.eclipse.collections.api.collection.primitive.MutableIntCollection int top int int int[]
StackMap stack:
8: aload 7
iload 5
iaload
istore 4
start local 4 9: iload 4
invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.isNonSentinel:(I)Z
ifeq 12
10: aload 1
iload 4
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
ifeq 12
11: aload 2
iload 4
invokeinterface org.eclipse.collections.api.collection.primitive.MutableIntCollection.add:(I)Z
pop
end local 4 12: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
13: iload 5
iload 6
if_icmplt 8
14: aload 2
areturn
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/IntHashSet;
0 15 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
0 15 2 target TR;
1 15 3 zeroToThirtyOne I
3 6 4 value I
9 12 4 value I
Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;>(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;TR;)TR;
MethodParameters:
Name Flags
predicate
target
public org.eclipse.collections.impl.set.mutable.primitive.IntHashSet reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
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.IntHashSet
dup
invokespecial org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.<init>:()V
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
checkcast org.eclipse.collections.impl.set.mutable.primitive.IntHashSet
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
MethodParameters:
Name Flags
predicate
public <R extends org.eclipse.collections.api.collection.primitive.MutableIntCollection> R reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate, );
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
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.IntHashSet.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
istore 4
start local 4 3: aload 1
iload 4
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
ifne 5
4: aload 2
iload 4
invokeinterface org.eclipse.collections.api.collection.primitive.MutableIntCollection.add:(I)Z
pop
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.IntHashSet.table:[I
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 13
StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet org.eclipse.collections.api.block.predicate.primitive.IntPredicate org.eclipse.collections.api.collection.primitive.MutableIntCollection int top int int int[]
StackMap stack:
8: aload 7
iload 5
iaload
istore 4
start local 4 9: iload 4
invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.isNonSentinel:(I)Z
ifeq 12
10: aload 1
iload 4
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
ifne 12
11: aload 2
iload 4
invokeinterface org.eclipse.collections.api.collection.primitive.MutableIntCollection.add:(I)Z
pop
end local 4 12: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
13: iload 5
iload 6
if_icmplt 8
14: aload 2
areturn
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/IntHashSet;
0 15 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
0 15 2 target TR;
1 15 3 zeroToThirtyOne I
3 6 4 value I
9 12 4 value I
Signature: <R::Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;>(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;TR;)TR;
MethodParameters:
Name Flags
predicate
target
public <V> org.eclipse.collections.api.set.MutableSet<V> collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction<? extends V>);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/set/MutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.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.IntHashSet.collect:(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;Ljava/util/Collection;)Ljava/util/Collection;
checkcast org.eclipse.collections.api.set.MutableSet
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
0 1 1 function Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction<+TV;>;
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/set/MutableSet<TV;>;
MethodParameters:
Name Flags
function
public <V, R extends java.util.Collection<V>> R collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction<? extends V>, );
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;Ljava/util/Collection;)Ljava/util/Collection;
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.IntHashSet.zeroToThirtyOne:I
istore 3
start local 3 1: goto 5
2: StackMap locals: int
StackMap stack:
iload 3
invokestatic java.lang.Integer.numberOfTrailingZeros:(I)I
istore 4
start local 4 3: aload 2
aload 1
iload 4
invokeinterface org.eclipse.collections.api.block.function.primitive.IntToObjectFunction.valueOf:(I)Ljava/lang/Object;
invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
pop
4: iload 3
iconst_1
iload 4
ishl
iconst_m1
ixor
iand
istore 3
end local 4 5: StackMap locals:
StackMap stack:
iload 3
ifne 2
6: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 11
StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet org.eclipse.collections.api.block.function.primitive.IntToObjectFunction java.util.Collection int top int int int[]
StackMap stack:
7: aload 7
iload 5
iaload
istore 4
start local 4 8: iload 4
invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.isNonSentinel:(I)Z
ifeq 10
9: aload 2
aload 1
iload 4
invokeinterface org.eclipse.collections.api.block.function.primitive.IntToObjectFunction.valueOf:(I)Ljava/lang/Object;
invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
pop
end local 4 10: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
11: iload 5
iload 6
if_icmplt 7
12: aload 2
areturn
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/IntHashSet;
0 13 1 function Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction<+TV;>;
0 13 2 target TR;
1 13 3 zeroToThirtyOne I
3 5 4 value I
8 10 4 value I
Signature: <V:Ljava/lang/Object;R::Ljava/util/Collection<TV;>;>(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction<+TV;>;TR;)TR;
MethodParameters:
Name Flags
function
target
public int detectIfNone(org.eclipse.collections.api.block.predicate.primitive.IntPredicate, int);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;I)I
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.IntHashSet.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
istore 4
start local 4 3: aload 1
iload 4
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)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.IntHashSet.table:[I
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 13
StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet org.eclipse.collections.api.block.predicate.primitive.IntPredicate int int top int int int[]
StackMap stack:
8: aload 7
iload 5
iaload
istore 4
start local 4 9: iload 4
invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.isNonSentinel:(I)Z
ifeq 12
10: aload 1
iload 4
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)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/IntHashSet;
0 15 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
0 15 2 ifNone I
1 15 3 zeroToThirtyOne I
3 6 4 value I
9 12 4 value I
MethodParameters:
Name Flags
predicate
ifNone
public int count(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)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.IntHashSet.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
istore 4
start local 4 4: aload 1
iload 4
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)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.IntHashSet.table:[I
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 14
StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet org.eclipse.collections.api.block.predicate.primitive.IntPredicate int int top int int int[]
StackMap stack:
9: aload 7
iload 5
iaload
istore 4
start local 4 10: iload 4
invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.isNonSentinel:(I)Z
ifeq 13
11: aload 1
iload 4
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)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/IntHashSet;
0 16 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
1 16 2 count I
2 16 3 zeroToThirtyOne I
4 7 4 value I
10 13 4 value I
MethodParameters:
Name Flags
predicate
public boolean anySatisfy(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)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.IntHashSet.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
istore 3
start local 3 3: aload 1
iload 3
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)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.IntHashSet.table:[I
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 13
StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet org.eclipse.collections.api.block.predicate.primitive.IntPredicate int top int int int[]
StackMap stack:
8: aload 6
iload 4
iaload
istore 3
start local 3 9: iload 3
invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.isNonSentinel:(I)Z
ifeq 12
10: aload 1
iload 3
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)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/IntHashSet;
0 15 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
1 15 2 zeroToThirtyOne I
3 6 3 value I
9 12 3 value I
MethodParameters:
Name Flags
predicate
public boolean allSatisfy(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)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.IntHashSet.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
istore 3
start local 3 3: aload 1
iload 3
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)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.IntHashSet.table:[I
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 13
StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet org.eclipse.collections.api.block.predicate.primitive.IntPredicate int top int int int[]
StackMap stack:
8: aload 6
iload 4
iaload
istore 3
start local 3 9: iload 3
invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.isNonSentinel:(I)Z
ifeq 12
10: aload 1
iload 3
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)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/IntHashSet;
0 15 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
1 15 2 zeroToThirtyOne I
3 6 3 value I
9 12 3 value I
MethodParameters:
Name Flags
predicate
public boolean noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)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.IntHashSet.anySatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)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/IntHashSet;
0 3 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
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.IntHashSet.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
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.IntHashSet.table:[I
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 12
StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet long int top int int int[]
StackMap stack:
8: aload 7
iload 5
iaload
istore 4
start local 4 9: iload 4
invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.isNonSentinel:(I)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/IntHashSet;
1 14 1 result J
2 14 3 zeroToThirtyOne I
4 6 4 value I
9 11 4 value I
public int max();
descriptor: ()I
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.IntHashSet.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.IntHashSet.zeroToThirtyOne:I
invokestatic java.lang.Integer.numberOfLeadingZeros:(I)I
isub
istore 1
start local 1 3: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.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.IntHashSet.table:[I
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 12
StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet int int top int int int[]
StackMap stack:
7: aload 6
iload 4
iaload
istore 3
start local 3 8: iload 3
invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.isNonSentinel:(I)Z
ifeq 11
iload 2
ifeq 9
iload 1
iload 3
if_icmpge 11
9: StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet int int int int int int[]
StackMap stack:
iload 3
istore 1
10: iconst_1
istore 2
end local 3 11: StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet int int top int int int[]
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/IntHashSet;
3 14 1 max I
6 14 2 isMaxSet Z
8 11 3 value I
public int min();
descriptor: ()I
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.IntHashSet.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.IntHashSet.zeroToThirtyOne:I
invokestatic java.lang.Integer.numberOfTrailingZeros:(I)I
istore 1
start local 1 3: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.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.IntHashSet.table:[I
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 12
StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet int int top int int int[]
StackMap stack:
7: aload 6
iload 4
iaload
istore 3
start local 3 8: iload 3
invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.isNonSentinel:(I)Z
ifeq 11
iload 2
ifeq 9
iload 3
iload 1
if_icmpge 11
9: StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet int int int int int int[]
StackMap stack:
iload 3
istore 1
10: iconst_1
istore 2
end local 3 11: StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet int int top int int int[]
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/IntHashSet;
3 14 1 min I
6 14 2 isMinSet Z
8 11 3 value I
public org.eclipse.collections.api.set.primitive.IntSet freeze();
descriptor: ()Lorg/eclipse/collections/api/set/primitive/IntSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.size:()I
ifne 2
1: getstatic org.eclipse.collections.impl.factory.primitive.IntSets.immutable:Lorg/eclipse/collections/api/factory/set/primitive/ImmutableIntSetFactory;
invokeinterface org.eclipse.collections.api.factory.set.primitive.ImmutableIntSetFactory.with:()Lorg/eclipse/collections/api/set/primitive/ImmutableIntSet;
areturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.size:()I
iconst_1
if_icmpne 4
3: getstatic org.eclipse.collections.impl.factory.primitive.IntSets.immutable:Lorg/eclipse/collections/api/factory/set/primitive/ImmutableIntSetFactory;
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.intIterator:()Lorg/eclipse/collections/api/iterator/MutableIntIterator;
invokeinterface org.eclipse.collections.api.iterator.MutableIntIterator.next:()I
invokeinterface org.eclipse.collections.api.factory.set.primitive.ImmutableIntSetFactory.with:(I)Lorg/eclipse/collections/api/set/primitive/ImmutableIntSet;
areturn
4: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.copyOnWrite:Z
5: new org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$ImmutableIntHashSet
dup
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithData:I
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOne:I
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOneOccupied:I
invokespecial org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$ImmutableIntHashSet.<init>:([IIII)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
public void writeExternal(java.io.ObjectOutput);
descriptor: (Ljava/io/ObjectOutput;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=7, args_size=2
start local 0 start local 1 0: aload 1
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.size:()I
invokeinterface java.io.ObjectOutput.writeInt:(I)V
1: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.zeroToThirtyOne:I
istore 2
start local 2 2: goto 6
3: StackMap locals: int
StackMap stack:
iload 2
invokestatic java.lang.Integer.numberOfTrailingZeros:(I)I
istore 3
start local 3 4: aload 1
iload 3
invokeinterface java.io.ObjectOutput.writeInt:(I)V
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.IntHashSet.table:[I
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 12
StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet java.io.ObjectOutput int top int int int[]
StackMap stack:
8: aload 6
iload 4
iaload
istore 3
start local 3 9: iload 3
invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.isNonSentinel:(I)Z
ifeq 11
10: aload 1
iload 3
invokeinterface java.io.ObjectOutput.writeInt:(I)V
end local 3 11: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
12: iload 4
iload 5
if_icmplt 8
13: return
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/IntHashSet;
0 14 1 out Ljava/io/ObjectOutput;
2 14 2 zeroToThirtyOne I
4 6 3 value I
9 11 3 value I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
out
public void readExternal(java.io.ObjectInput);
descriptor: (Ljava/io/ObjectInput;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface java.io.ObjectInput.readInt:()I
istore 2
start local 2 1: iconst_0
istore 3
start local 3 2: goto 5
3: StackMap locals: int int
StackMap stack:
aload 0
aload 1
invokeinterface java.io.ObjectInput.readInt:()I
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.add:(I)Z
pop
4: iinc 3 1
StackMap locals:
StackMap stack:
5: iload 3
iload 2
if_icmplt 3
end local 3 6: return
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/IntHashSet;
0 7 1 in Ljava/io/ObjectInput;
1 7 2 size I
2 6 3 i I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
in
public <T> T injectInto(T, org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction<? super T, ? extends T>);
descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectIntToObjectFunction;)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.IntHashSet.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
istore 5
start local 5 4: aload 2
aload 3
iload 5
invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction.valueOf:(Ljava/lang/Object;I)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.IntHashSet.table:[I
dup
astore 8
arraylength
istore 7
iconst_0
istore 6
goto 12
StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet java.lang.Object org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction java.lang.Object int top int int int[]
StackMap stack:
8: aload 8
iload 6
iaload
istore 5
start local 5 9: iload 5
invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.isNonSentinel:(I)Z
ifeq 11
10: aload 2
aload 3
iload 5
invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction.valueOf:(Ljava/lang/Object;I)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/IntHashSet;
0 14 1 injectedValue TT;
0 14 2 function Lorg/eclipse/collections/api/block/function/primitive/ObjectIntToObjectFunction<-TT;+TT;>;
1 14 3 result TT;
2 14 4 zeroToThirtyOne I
4 6 5 value I
9 11 5 value I
Signature: <T:Ljava/lang/Object;>(TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectIntToObjectFunction<-TT;+TT;>;)TT;
MethodParameters:
Name Flags
injectedValue
function
public org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.IntIterable> chunk(int);
descriptor: (I)Lorg/eclipse/collections/api/RichIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=2
start local 0 start local 1 0: iload 1
ifgt 2
1: new java.lang.IllegalArgumentException
dup
new java.lang.StringBuilder
dup
ldc "Size for groups must be positive but was: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 1
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
getstatic org.eclipse.collections.impl.factory.Lists.mutable:Lorg/eclipse/collections/api/factory/list/MutableListFactory;
invokeinterface org.eclipse.collections.api.factory.list.MutableListFactory.empty:()Lorg/eclipse/collections/api/list/MutableList;
astore 2
start local 2 3: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.notEmpty:()Z
ifeq 17
4: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.size:()I
iload 1
if_icmpgt 7
5: aload 2
getstatic org.eclipse.collections.impl.factory.primitive.IntSets.mutable:Lorg/eclipse/collections/api/factory/set/primitive/MutableIntSetFactory;
aload 0
invokeinterface org.eclipse.collections.api.factory.set.primitive.MutableIntSetFactory.withAll:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
invokeinterface org.eclipse.collections.api.list.MutableList.add:(Ljava/lang/Object;)Z
pop
6: goto 17
7: StackMap locals: org.eclipse.collections.api.list.MutableList
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.intIterator:()Lorg/eclipse/collections/api/iterator/MutableIntIterator;
astore 3
start local 3 8: goto 16
9: StackMap locals: org.eclipse.collections.api.iterator.IntIterator
StackMap stack:
getstatic org.eclipse.collections.impl.factory.primitive.IntSets.mutable:Lorg/eclipse/collections/api/factory/set/primitive/MutableIntSetFactory;
invokeinterface org.eclipse.collections.api.factory.set.primitive.MutableIntSetFactory.empty:()Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
astore 4
start local 4 10: iconst_0
istore 5
start local 5 11: goto 14
12: StackMap locals: org.eclipse.collections.api.set.primitive.MutableIntSet int
StackMap stack:
aload 4
aload 3
invokeinterface org.eclipse.collections.api.iterator.IntIterator.next:()I
invokeinterface org.eclipse.collections.api.set.primitive.MutableIntSet.add:(I)Z
pop
13: iinc 5 1
StackMap locals:
StackMap stack:
14: iload 5
iload 1
if_icmpge 15
aload 3
invokeinterface org.eclipse.collections.api.iterator.IntIterator.hasNext:()Z
ifne 12
end local 5 15: StackMap locals:
StackMap stack:
aload 2
aload 4
invokeinterface org.eclipse.collections.api.list.MutableList.add:(Ljava/lang/Object;)Z
pop
end local 4 16: StackMap locals:
StackMap stack:
aload 3
invokeinterface org.eclipse.collections.api.iterator.IntIterator.hasNext:()Z
ifne 9
end local 3 17: StackMap locals:
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
0 18 1 size I
3 18 2 result Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/IntIterable;>;
8 17 3 iterator Lorg/eclipse/collections/api/iterator/IntIterator;
10 16 4 batch Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
11 15 5 i I
Signature: (I)Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/IntIterable;>;
MethodParameters:
Name Flags
size
public org.eclipse.collections.impl.set.mutable.primitive.IntHashSet newEmpty();
descriptor: ()Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.set.mutable.primitive.IntHashSet
dup
invokespecial org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.<init>:()V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
public void compact();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
aload 0
aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.size:()I
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.smallestPowerOfTwoGreaterThan:(I)I
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.rehash:(I)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
private void rehashAndGrow();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=3, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.maxOccupiedWithData:()I
istore 1
start local 1 1: iload 1
aload 0
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithData:I
iconst_1
iadd
iconst_1
ishl
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.smallestPowerOfTwoGreaterThan:(I)I
invokestatic java.lang.Math.max:(II)I
istore 2
start local 2 2: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithSentinels:I
ifle 4
iload 1
iconst_1
ishr
iload 1
iconst_2
ishr
iadd
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithData:I
if_icmpge 4
3: iload 2
iconst_1
ishl
istore 2
4: StackMap locals: int int
StackMap stack:
aload 0
iload 2
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.rehash:(I)V
5: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
1 6 1 max I
2 6 2 newCapacity I
private void rehash(int);
descriptor: (I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=5, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
arraylength
istore 2
start local 2 1: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
astore 3
start local 3 2: aload 0
iload 1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.allocateTable:(I)V
3: aload 0
iconst_0
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithData:I
4: aload 0
iconst_0
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.occupiedWithSentinels:I
5: iconst_0
istore 4
start local 4 6: goto 10
7: StackMap locals: int int[] int
StackMap stack:
aload 3
iload 4
iaload
invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.isNonSentinel:(I)Z
ifeq 9
8: aload 0
aload 3
iload 4
iaload
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.add:(I)Z
pop
9: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
10: iload 4
iload 2
if_icmplt 7
end local 4 11: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
0 12 1 newCapacity I
1 12 2 oldLength I
2 12 3 old [I
6 11 4 i I
MethodParameters:
Name Flags
newCapacity
protected void allocateTable(int);
descriptor: (I)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
newarray 10
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
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/IntHashSet;
0 2 1 sizeToAllocate I
MethodParameters:
Name Flags
sizeToAllocate
int probe(int);
descriptor: (I)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.IntHashSet.spreadAndMask:(I)I
istore 2
start local 2 1: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
iload 2
iaload
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.IntHashSet.table:[I
arraylength
iconst_1
isub
iand
istore 6
start local 6 10: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
iload 6
iaload
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 8
if_icmplt 9
end local 5 21: aload 0
iload 1
iload 4
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.probeTwo:(II)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/IntHashSet;
0 22 1 element I
1 22 2 index I
2 22 3 valueAtIndex I
7 22 4 removedIndex I
8 21 5 i I
10 19 6 nextIndex I
MethodParameters:
Name Flags
element
int probeTwo(int, int);
descriptor: (II)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.IntHashSet.spreadTwoAndMask:(I)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.IntHashSet.table:[I
arraylength
iconst_1
isub
iand
istore 5
start local 5 4: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
iload 5
iaload
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 8
if_icmplt 3
end local 4 15: aload 0
iload 1
iload 2
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.probeThree:(II)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/IntHashSet;
0 16 1 element I
0 16 2 removedIndex I
1 16 3 index I
2 15 4 i I
4 13 5 nextIndex I
5 13 6 valueAtIndex I
MethodParameters:
Name Flags
element
removedIndex
int probeThree(int, int);
descriptor: (II)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.intSpreadOne:(I)I
invokestatic java.lang.Integer.reverse:(I)I
istore 3
start local 3 1: iload 1
invokestatic org.eclipse.collections.impl.SpreadFunctions.intSpreadTwo:(I)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.IntHashSet.mask:(I)I
istore 3
3: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
iload 3
iaload
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/IntHashSet;
0 13 1 element I
0 13 2 removedIndex I
1 13 3 nextIndex I
2 13 4 spreadTwo I
4 12 5 valueAtIndex I
MethodParameters:
Name Flags
element
removedIndex
int spreadAndMask(int);
descriptor: (I)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.intSpreadOne:(I)I
istore 2
start local 2 1: aload 0
iload 2
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.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/IntHashSet;
0 2 1 element I
1 2 2 code I
MethodParameters:
Name Flags
element
int spreadTwoAndMask(int);
descriptor: (I)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.intSpreadTwo:(I)I
istore 2
start local 2 1: aload 0
iload 2
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.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/IntHashSet;
0 2 1 element I
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.IntHashSet.table:[I
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/IntHashSet;
0 1 1 spread I
MethodParameters:
Name Flags
spread
private void copyTable();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=1
start local 0 0: aload 0
iconst_0
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.copyOnWrite:Z
1: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
arraylength
newarray 10
astore 1
start local 1 2: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
iconst_0
aload 1
iconst_0
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
arraylength
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
3: aload 0
aload 1
putfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
2 5 1 copy [I
private int maxOccupiedWithData();
descriptor: ()I
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.table:[I
arraylength
iconst_1
ishr
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
private static boolean isNonSentinel(int);
descriptor: (I)Z
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: iload 0
ifeq 1
iload 0
iconst_1
if_icmpeq 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 value I
MethodParameters:
Name Flags
value
public org.eclipse.collections.api.collection.primitive.ImmutableIntCollection toImmutable();
descriptor: ()Lorg/eclipse/collections/api/collection/primitive/ImmutableIntCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.toImmutable:()Lorg/eclipse/collections/api/set/primitive/ImmutableIntSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableIntCollection with(int);
descriptor: (I)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.with:(I)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.primitive.MutableIntSet with(int);
descriptor: (I)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.with:(I)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableIntCollection withAll(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
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.IntHashSet.withAll:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.primitive.MutableIntSet withAll(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
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.IntHashSet.withAll:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.IntIterable select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/IntIterable;
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.IntHashSet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableIntCollection select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
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.IntHashSet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.primitive.IntSet select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/set/primitive/IntSet;
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.IntHashSet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.primitive.MutableIntSet select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
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.IntHashSet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableIntCollection withoutAll(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
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.IntHashSet.withoutAll:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.primitive.MutableIntSet withoutAll(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
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.IntHashSet.withoutAll:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)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.IntToObjectFunction
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.collect:(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.MutableCollection collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/collection/MutableCollection;
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.IntToObjectFunction
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.collect:(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.SetIterable collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)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.IntToObjectFunction
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.collect:(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableIntCollection asSynchronized();
descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.asSynchronized:()Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableIntCollection tap(org.eclipse.collections.api.block.procedure.primitive.IntProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.set.primitive.MutableIntSet.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.iterator.IntIterator intIterator();
descriptor: ()Lorg/eclipse/collections/api/iterator/IntIterator;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.intIterator:()Lorg/eclipse/collections/api/iterator/MutableIntIterator;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.IntIterable reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/IntIterable;
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.IntHashSet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableIntCollection reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
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.IntHashSet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.primitive.IntSet reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/set/primitive/IntSet;
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.IntHashSet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.primitive.MutableIntSet reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
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.IntHashSet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableIntCollection asUnmodifiable();
descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.asUnmodifiable:()Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableIntCollection newEmpty();
descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.newEmpty:()Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.primitive.MutableIntSet newEmpty();
descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.newEmpty:()Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableIntCollection without(int);
descriptor: (I)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.without:(I)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.primitive.MutableIntSet without(int);
descriptor: (I)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.without:(I)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
private static java.lang.Object $deserializeLambda$(java.lang.invoke.SerializedLambda);
descriptor: (Ljava/lang/invoke/SerializedLambda;)Ljava/lang/Object;
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=4, locals=3, args_size=1
0: aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodName:()Ljava/lang/String;
astore 1
iconst_m1
istore 2
aload 1
invokevirtual java.lang.String.hashCode:()I
lookupswitch { // 1
-567445985: 1
default: 2
}
StackMap locals: java.lang.String int
StackMap stack:
1: aload 1
ldc "contains"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 2
iconst_0
istore 2
StackMap locals:
StackMap stack:
2: iload 2
lookupswitch { // 1
0: 3
default: 4
}
StackMap locals:
StackMap stack:
3: aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
bipush 9
if_icmpne 4
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
ldc "org/eclipse/collections/api/block/predicate/primitive/IntPredicate"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 4
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
ldc "accept"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 4
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
ldc "(I)Z"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 4
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
ldc "org/eclipse/collections/api/IntIterable"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 4
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
ldc "(I)Z"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 4
aload 0
iconst_0
invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
checkcast org.eclipse.collections.api.set.primitive.IntSet
invokedynamic accept(Lorg/eclipse/collections/api/set/primitive/IntSet;)Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
Method arguments:
(I)Z
org/eclipse/collections/api/IntIterable.contains(I)Z (9 itf)
(I)Z
1
areturn
StackMap locals:
StackMap stack:
4: new java.lang.IllegalArgumentException
dup
ldc "Invalid lambda deserialization"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "IntHashSet.java"
NestMembers:
org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$ImmutableIntHashSet org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$ImmutableIntHashSet$InternalIntIterator org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
private final ImmutableIntHashSet = org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$ImmutableIntHashSet of org.eclipse.collections.impl.set.mutable.primitive.IntHashSet
private InternalIntIterator = org.eclipse.collections.impl.set.mutable.primitive.IntHashSet$InternalIntIterator of org.eclipse.collections.impl.set.mutable.primitive.IntHashSet