class org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet extends org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableIntSet implements java.io.Serializable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet
super_class: org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableIntSet
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private static final int EMPTY_KEY;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 0
private static final int REMOVED_KEY;
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 final int[] keysValues;
descriptor: [I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int occupiedWithData;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final boolean containsZeroKey;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final boolean containsOneKey;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(int[], int, boolean, boolean);
descriptor: ([IIZZ)V
flags: (0x0000)
Code:
stack=2, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial org.eclipse.collections.impl.set.immutable.primitive.AbstractImmutableIntSet.<init>:()V
1: aload 0
aload 1
putfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
2: aload 0
iload 2
putfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.occupiedWithData:I
3: aload 0
iload 3
putfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsZeroKey:Z
4: aload 0
iload 4
putfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsOneKey:Z
5: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableIntIntMapKeySet;
0 6 1 keysValues [I
0 6 2 occupiedWithData I
0 6 3 containsZeroKey Z
0 6 4 containsOneKey Z
MethodParameters:
Name Flags
keysValues
occupiedWithData
containsZeroKey
containsOneKey
private static boolean isEmptyKey(int);
descriptor: (I)Z
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iload 0
ifne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 key I
MethodParameters:
Name Flags
key
private static boolean isRemovedKey(int);
descriptor: (I)Z
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: iload 0
iconst_1
if_icmpne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 key I
MethodParameters:
Name Flags
key
private static boolean isNonSentinel(int);
descriptor: (I)Z
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iload 0
invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.isEmptyKey:(I)Z
ifne 1
iload 0
invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.isRemovedKey:(I)Z
ifne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 key I
MethodParameters:
Name Flags
key
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsZeroKey:Z
ifeq 3
2: iinc 1 0
3: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsOneKey:Z
ifeq 5
4: iinc 1 1
5: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
ifnull 12
6: iconst_0
istore 2
start local 2 7: goto 11
8: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 2
iaload
invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.isNonSentinel:(I)Z
ifeq 10
9: iload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 2
iaload
iadd
istore 1
10: StackMap locals:
StackMap stack:
iinc 2 2
StackMap locals:
StackMap stack:
11: iload 2
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
arraylength
if_icmplt 8
end local 2 12: StackMap locals:
StackMap stack:
iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableIntIntMapKeySet;
1 13 1 result I
7 12 2 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.map.mutable.primitive.ImmutableIntIntMapKeySet.occupiedWithData:I
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsOneKey:Z
ifeq 1
iconst_1
goto 2
StackMap locals:
StackMap stack: int
1: iconst_0
StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet
StackMap stack: int int
2: iadd
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsZeroKey:Z
ifeq 3
iconst_1
goto 4
StackMap locals:
StackMap stack: int
3: iconst_0
StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet
StackMap stack: int int
4: iadd
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableIntIntMapKeySet;
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=7, 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.map.mutable.primitive.ImmutableIntIntMapKeySet.containsZeroKey:Z
ifeq 5
3: aload 1
iconst_0
invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
4: iinc 5 1
5: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsOneKey:Z
ifeq 10
6: iload 5
ifle 8
7: aload 1
aload 3
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
8: StackMap locals:
StackMap stack:
iinc 5 1
9: aload 1
iconst_1
invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
10: StackMap locals:
StackMap stack:
iconst_0
istore 6
start local 6 11: goto 18
12: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 6
iaload
invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.isNonSentinel:(I)Z
ifeq 17
13: iload 5
ifle 15
14: aload 1
aload 3
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
15: StackMap locals:
StackMap stack:
iinc 5 1
16: aload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 6
iaload
invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
17: StackMap locals:
StackMap stack:
iinc 6 2
StackMap locals:
StackMap stack:
18: iload 6
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
arraylength
if_icmplt 12
end local 6 19: aload 1
aload 4
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
end local 5 20: goto 23
21: StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet java.lang.Appendable java.lang.String java.lang.String java.lang.String
StackMap stack: java.io.IOException
astore 5
start local 5 22: new java.lang.RuntimeException
dup
aload 5
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 5 23: 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 24 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableIntIntMapKeySet;
0 24 1 appendable Ljava/lang/Appendable;
0 24 2 start Ljava/lang/String;
0 24 3 separator Ljava/lang/String;
0 24 4 end Ljava/lang/String;
2 20 5 count I
11 19 6 i I
22 23 5 e Ljava/io/IOException;
Exception table:
from to target type
0 20 21 Class java.io.IOException
MethodParameters:
Name Flags
appendable
start
separator
end
public org.eclipse.collections.api.iterator.IntIterator intIterator();
descriptor: ()Lorg/eclipse/collections/api/iterator/IntIterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet$InternalIntIterator
dup
aload 0
invokespecial org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet$InternalIntIterator.<init>:(Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableIntIntMapKeySet;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableIntIntMapKeySet;
public int[] toArray();
descriptor: ()[I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.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.map.mutable.primitive.ImmutableIntIntMapKeySet.containsZeroKey:Z
ifeq 5
3: aload 1
iload 2
iconst_0
iastore
4: iinc 2 1
5: StackMap locals: int[] int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsOneKey:Z
ifeq 8
6: aload 1
iload 2
iconst_1
iastore
7: iinc 2 1
8: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
ifnull 16
9: iconst_0
istore 3
start local 3 10: goto 15
11: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 3
iaload
invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.isNonSentinel:(I)Z
ifeq 14
12: aload 1
iload 2
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 3
iaload
iastore
13: iinc 2 1
14: StackMap locals:
StackMap stack:
iinc 3 2
StackMap locals:
StackMap stack:
15: iload 3
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
arraylength
if_icmplt 11
end local 3 16: StackMap locals:
StackMap stack:
aload 1
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableIntIntMapKeySet;
1 17 1 array [I
2 17 2 index I
10 16 3 i I
public int[] toArray(int[]);
descriptor: ([I)[I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: aload 1
arraylength
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.size:()I
if_icmpge 2
1: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.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.map.mutable.primitive.ImmutableIntIntMapKeySet.containsZeroKey:Z
ifeq 6
4: aload 1
iload 2
iconst_0
iastore
5: iinc 2 1
6: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsOneKey:Z
ifeq 9
7: aload 1
iload 2
iconst_1
iastore
8: iinc 2 1
9: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
ifnull 17
10: iconst_0
istore 3
start local 3 11: goto 16
12: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 3
iaload
invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.isNonSentinel:(I)Z
ifeq 15
13: aload 1
iload 2
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 3
iaload
iastore
14: iinc 2 1
15: StackMap locals:
StackMap stack:
iinc 3 2
StackMap locals:
StackMap stack:
16: iload 3
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
arraylength
if_icmplt 12
end local 3 17: StackMap locals:
StackMap stack:
aload 1
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableIntIntMapKeySet;
0 18 1 array [I
3 18 2 index I
11 17 3 i I
MethodParameters:
Name Flags
array
public boolean contains(int);
descriptor: (I)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: iload 1
ifne 2
1: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsZeroKey:Z
ireturn
2: StackMap locals:
StackMap stack:
iload 1
iconst_1
if_icmpne 4
3: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsOneKey:Z
ireturn
4: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
aload 0
iload 1
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.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/map/mutable/primitive/ImmutableIntIntMapKeySet;
0 6 1 value 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.map.mutable.primitive.ImmutableIntIntMapKeySet.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/map/mutable/primitive/ImmutableIntIntMapKeySet;
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=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsZeroKey:Z
ifeq 2
1: aload 1
iconst_0
invokeinterface org.eclipse.collections.api.block.procedure.primitive.IntProcedure.value:(I)V
2: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsOneKey:Z
ifeq 4
3: aload 1
iconst_1
invokeinterface org.eclipse.collections.api.block.procedure.primitive.IntProcedure.value:(I)V
4: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
ifnull 11
5: iconst_0
istore 2
start local 2 6: goto 10
7: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 2
iaload
invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.isNonSentinel:(I)Z
ifeq 9
8: aload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 2
iaload
invokeinterface org.eclipse.collections.api.block.procedure.primitive.IntProcedure.value:(I)V
9: StackMap locals:
StackMap stack:
iinc 2 2
StackMap locals:
StackMap stack:
10: iload 2
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
arraylength
if_icmplt 7
end local 2 11: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableIntIntMapKeySet;
0 12 1 procedure Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;
6 11 2 i I
MethodParameters:
Name Flags
procedure
public org.eclipse.collections.api.set.primitive.ImmutableIntSet select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableIntSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.set.mutable.primitive.IntHashSet
dup
invokespecial org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.<init>:()V
astore 2
start local 2 1: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsZeroKey:Z
ifeq 3
aload 1
iconst_0
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
ifeq 3
2: aload 2
iconst_0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.add:(I)Z
pop
3: StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsOneKey:Z
ifeq 5
aload 1
iconst_1
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
ifeq 5
4: aload 2
iconst_1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.add:(I)Z
pop
5: StackMap locals:
StackMap stack:
iconst_0
istore 3
start local 3 6: goto 10
7: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 3
iaload
invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.isNonSentinel:(I)Z
ifeq 9
aload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 3
iaload
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
ifeq 9
8: aload 2
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 3
iaload
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.add:(I)Z
pop
9: StackMap locals:
StackMap stack:
iinc 3 2
StackMap locals:
StackMap stack:
10: iload 3
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
arraylength
if_icmplt 7
end local 3 11: aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.toImmutable:()Lorg/eclipse/collections/api/set/primitive/ImmutableIntSet;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableIntIntMapKeySet;
0 12 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
1 12 2 result Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
6 11 3 i I
MethodParameters:
Name Flags
predicate
public org.eclipse.collections.api.set.primitive.ImmutableIntSet reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableIntSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.set.mutable.primitive.IntHashSet
dup
invokespecial org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.<init>:()V
astore 2
start local 2 1: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsZeroKey:Z
ifeq 3
aload 1
iconst_0
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
ifne 3
2: aload 2
iconst_0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.add:(I)Z
pop
3: StackMap locals: org.eclipse.collections.impl.set.mutable.primitive.IntHashSet
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsOneKey:Z
ifeq 5
aload 1
iconst_1
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
ifne 5
4: aload 2
iconst_1
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.add:(I)Z
pop
5: StackMap locals:
StackMap stack:
iconst_0
istore 3
start local 3 6: goto 10
7: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 3
iaload
invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.isNonSentinel:(I)Z
ifeq 9
aload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 3
iaload
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
ifne 9
8: aload 2
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 3
iaload
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.add:(I)Z
pop
9: StackMap locals:
StackMap stack:
iinc 3 2
StackMap locals:
StackMap stack:
10: iload 3
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
arraylength
if_icmplt 7
end local 3 11: aload 2
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.toImmutable:()Lorg/eclipse/collections/api/set/primitive/ImmutableIntSet;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableIntIntMapKeySet;
0 12 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
1 12 2 result Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
6 11 3 i I
MethodParameters:
Name Flags
predicate
public <V> org.eclipse.collections.api.set.ImmutableSet<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/ImmutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.size:()I
invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSet:(I)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
astore 2
start local 2 1: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsZeroKey:Z
ifeq 3
2: aload 2
aload 1
iconst_0
invokeinterface org.eclipse.collections.api.block.function.primitive.IntToObjectFunction.valueOf:(I)Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.set.MutableSet.add:(Ljava/lang/Object;)Z
pop
3: StackMap locals: org.eclipse.collections.api.set.MutableSet
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsOneKey:Z
ifeq 5
4: aload 2
aload 1
iconst_1
invokeinterface org.eclipse.collections.api.block.function.primitive.IntToObjectFunction.valueOf:(I)Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.set.MutableSet.add:(Ljava/lang/Object;)Z
pop
5: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
ifnull 12
6: iconst_0
istore 3
start local 3 7: goto 11
8: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 3
iaload
invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.isNonSentinel:(I)Z
ifeq 10
9: aload 2
aload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 3
iaload
invokeinterface org.eclipse.collections.api.block.function.primitive.IntToObjectFunction.valueOf:(I)Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.set.MutableSet.add:(Ljava/lang/Object;)Z
pop
10: StackMap locals:
StackMap stack:
iinc 3 2
StackMap locals:
StackMap stack:
11: iload 3
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
arraylength
if_icmplt 8
end local 3 12: StackMap locals:
StackMap stack:
aload 2
invokeinterface org.eclipse.collections.api.set.MutableSet.toImmutable:()Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableIntIntMapKeySet;
0 13 1 function Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction<+TV;>;
1 13 2 target Lorg/eclipse/collections/api/set/MutableSet<TV;>;
7 12 3 i I
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/set/ImmutableSet<TV;>;
MethodParameters:
Name Flags
function
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=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsZeroKey:Z
ifeq 2
aload 1
iconst_0
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
ifeq 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsOneKey:Z
ifeq 4
aload 1
iconst_1
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
ifeq 4
3: iconst_1
ireturn
4: StackMap locals:
StackMap stack:
iconst_0
istore 3
start local 3 5: goto 9
6: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 3
iaload
invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.isNonSentinel:(I)Z
ifeq 8
aload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 3
iaload
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
ifeq 8
7: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 3
iaload
ireturn
8: StackMap locals:
StackMap stack:
iinc 3 2
StackMap locals:
StackMap stack:
9: iload 3
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
arraylength
if_icmplt 6
end local 3 10: iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableIntIntMapKeySet;
0 11 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
0 11 2 ifNone I
5 10 3 i 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=4, 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.map.mutable.primitive.ImmutableIntIntMapKeySet.containsZeroKey:Z
ifeq 3
aload 1
iconst_0
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
ifeq 3
2: iinc 2 1
3: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsOneKey:Z
ifeq 5
aload 1
iconst_1
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
ifeq 5
4: iinc 2 1
5: StackMap locals:
StackMap stack:
iconst_0
istore 3
start local 3 6: goto 10
7: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 3
iaload
invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.isNonSentinel:(I)Z
ifeq 9
aload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 3
iaload
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
ifeq 9
8: iinc 2 1
9: StackMap locals:
StackMap stack:
iinc 3 2
StackMap locals:
StackMap stack:
10: iload 3
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
arraylength
if_icmplt 7
end local 3 11: iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableIntIntMapKeySet;
0 12 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
1 12 2 count I
6 11 3 i 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=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsZeroKey:Z
ifeq 2
aload 1
iconst_0
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
ifeq 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsOneKey:Z
ifeq 4
aload 1
iconst_1
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
ifeq 4
3: iconst_1
ireturn
4: StackMap locals:
StackMap stack:
iconst_0
istore 2
start local 2 5: goto 9
6: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 2
iaload
invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.isNonSentinel:(I)Z
ifeq 8
aload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 2
iaload
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
ifeq 8
7: iconst_1
ireturn
8: StackMap locals:
StackMap stack:
iinc 2 2
StackMap locals:
StackMap stack:
9: iload 2
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
arraylength
if_icmplt 6
end local 2 10: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableIntIntMapKeySet;
0 11 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
5 10 2 i 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=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsZeroKey:Z
ifeq 2
aload 1
iconst_0
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
ifne 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsOneKey:Z
ifeq 4
aload 1
iconst_1
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
iconst_0
istore 2
start local 2 5: goto 9
6: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 2
iaload
invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.isNonSentinel:(I)Z
ifeq 8
aload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 2
iaload
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
ifne 8
7: iconst_0
ireturn
8: StackMap locals:
StackMap stack:
iinc 2 2
StackMap locals:
StackMap stack:
9: iload 2
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
arraylength
if_icmplt 6
end local 2 10: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableIntIntMapKeySet;
0 11 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
5 10 2 i 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=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsZeroKey:Z
ifeq 2
aload 1
iconst_0
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
ifeq 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsOneKey:Z
ifeq 4
aload 1
iconst_1
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
ifeq 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
iconst_0
istore 2
start local 2 5: goto 9
6: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 2
iaload
invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.isNonSentinel:(I)Z
ifeq 8
aload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 2
iaload
invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
ifeq 8
7: iconst_0
ireturn
8: StackMap locals:
StackMap stack:
iinc 2 2
StackMap locals:
StackMap stack:
9: iload 2
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
arraylength
if_icmplt 6
end local 2 10: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableIntIntMapKeySet;
0 11 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
5 10 2 i I
MethodParameters:
Name Flags
predicate
public long sum();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=10, args_size=1
start local 0 0: lconst_0
lstore 1
start local 1 1: lconst_0
lstore 3
start local 3 2: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsZeroKey:Z
ifeq 7
3: lconst_0
lload 3
lsub
lstore 5
start local 5 4: lload 1
lload 5
ladd
lstore 7
start local 7 5: lload 7
lload 1
lsub
lload 5
lsub
lstore 3
6: lload 7
lstore 1
end local 7 end local 5 7: StackMap locals: long long
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsOneKey:Z
ifeq 12
8: lconst_1
lload 3
lsub
lstore 5
start local 5 9: lload 1
lload 5
ladd
lstore 7
start local 7 10: lload 7
lload 1
lsub
lload 5
lsub
lstore 3
11: lload 7
lstore 1
end local 7 end local 5 12: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
ifnull 22
13: iconst_0
istore 5
start local 5 14: goto 21
15: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 5
iaload
invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.isNonSentinel:(I)Z
ifeq 20
16: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 5
iaload
i2l
lload 3
lsub
lstore 6
start local 6 17: lload 1
lload 6
ladd
lstore 8
start local 8 18: lload 8
lload 1
lsub
lload 6
lsub
lstore 3
19: lload 8
lstore 1
end local 8 end local 6 20: StackMap locals:
StackMap stack:
iinc 5 2
StackMap locals:
StackMap stack:
21: iload 5
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
arraylength
if_icmplt 15
end local 5 22: StackMap locals:
StackMap stack:
lload 1
lreturn
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 23 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableIntIntMapKeySet;
1 23 1 result J
2 23 3 compensation J
4 7 5 adjustedValue J
5 7 7 nextSum J
9 12 5 adjustedValue J
10 12 7 nextSum J
14 22 5 i I
17 20 6 adjustedValue J
18 20 8 nextSum J
public int max();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.isEmpty:()Z
ifeq 2
1: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
iconst_0
istore 1
start local 1 3: iconst_0
istore 2
start local 2 4: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsZeroKey:Z
ifeq 7
5: iconst_0
istore 1
6: iconst_1
istore 2
7: StackMap locals: int int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsOneKey:Z
ifeq 10
iload 2
ifeq 8
iload 1
iconst_1
if_icmpge 10
8: StackMap locals:
StackMap stack:
iconst_1
istore 1
9: iconst_1
istore 2
10: StackMap locals:
StackMap stack:
iconst_0
istore 3
start local 3 11: goto 16
12: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 3
iaload
invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.isNonSentinel:(I)Z
ifeq 15
iload 2
ifeq 13
iload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 3
iaload
if_icmpge 15
13: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 3
iaload
istore 1
14: iconst_1
istore 2
15: StackMap locals:
StackMap stack:
iinc 3 2
StackMap locals:
StackMap stack:
16: iload 3
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
arraylength
if_icmplt 12
end local 3 17: iload 1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableIntIntMapKeySet;
3 18 1 max I
4 18 2 isMaxSet Z
11 17 3 i I
public int min();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.isEmpty:()Z
ifeq 2
1: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
iconst_0
istore 1
start local 1 3: iconst_0
istore 2
start local 2 4: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsZeroKey:Z
ifeq 7
5: iconst_0
istore 1
6: iconst_1
istore 2
7: StackMap locals: int int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsOneKey:Z
ifeq 10
iload 2
ifeq 8
iconst_1
iload 1
if_icmpge 10
8: StackMap locals:
StackMap stack:
iconst_1
istore 1
9: iconst_1
istore 2
10: StackMap locals:
StackMap stack:
iconst_0
istore 3
start local 3 11: goto 16
12: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 3
iaload
invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.isNonSentinel:(I)Z
ifeq 15
iload 2
ifeq 13
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 3
iaload
iload 1
if_icmpge 15
13: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 3
iaload
istore 1
14: iconst_1
istore 2
15: StackMap locals:
StackMap stack:
iinc 3 2
StackMap locals:
StackMap stack:
16: iload 3
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
arraylength
if_icmplt 12
end local 3 17: iload 1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableIntIntMapKeySet;
3 18 1 min I
4 18 2 isMinSet Z
11 17 3 i I
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=4, locals=5, 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.map.mutable.primitive.ImmutableIntIntMapKeySet.containsZeroKey:Z
ifeq 3
2: aload 2
aload 3
iconst_0
invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction.valueOf:(Ljava/lang/Object;I)Ljava/lang/Object;
astore 3
3: StackMap locals: java.lang.Object
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.containsOneKey:Z
ifeq 5
4: aload 2
aload 3
iconst_1
invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction.valueOf:(Ljava/lang/Object;I)Ljava/lang/Object;
astore 3
5: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
ifnull 12
6: iconst_0
istore 4
start local 4 7: goto 11
8: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 4
iaload
invokestatic org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.isNonSentinel:(I)Z
ifeq 10
9: aload 2
aload 3
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
iload 4
iaload
invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction.valueOf:(Ljava/lang/Object;I)Ljava/lang/Object;
astore 3
10: StackMap locals:
StackMap stack:
iinc 4 2
StackMap locals:
StackMap stack:
11: iload 4
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
arraylength
if_icmplt 8
end local 4 12: StackMap locals:
StackMap stack:
aload 3
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/map/mutable/primitive/ImmutableIntIntMapKeySet;
0 13 1 injectedValue TT;
0 13 2 function Lorg/eclipse/collections/api/block/function/primitive/ObjectIntToObjectFunction<-TT;+TT;>;
1 13 3 result TT;
7 12 4 i I
Signature: <T:Ljava/lang/Object;>(TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectIntToObjectFunction<-TT;+TT;>;)TT;
MethodParameters:
Name Flags
injectedValue
function
private java.lang.Object writeReplace();
descriptor: ()Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.set.immutable.primitive.ImmutableIntSetSerializationProxy
dup
aload 0
invokespecial org.eclipse.collections.impl.set.immutable.primitive.ImmutableIntSetSerializationProxy.<init>:(Lorg/eclipse/collections/api/set/primitive/IntSet;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/ImmutableIntIntMapKeySet;
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.map.mutable.primitive.ImmutableIntIntMapKeySet.mask:(I)I
iconst_1
ishl
istore 2
start local 2 1: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[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_2
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.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
arraylength
iconst_1
isub
iand
istore 6
start local 6 10: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[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 2
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.map.mutable.primitive.ImmutableIntIntMapKeySet.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/map/mutable/primitive/ImmutableIntIntMapKeySet;
0 22 1 element I
1 22 2 index I
2 22 3 keyAtIndex 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.map.mutable.primitive.ImmutableIntIntMapKeySet.spreadTwoAndMask:(I)I
iconst_1
ishl
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.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
arraylength
iconst_1
isub
iand
istore 5
start local 5 4: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[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 2
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.map.mutable.primitive.ImmutableIntIntMapKeySet.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/map/mutable/primitive/ImmutableIntIntMapKeySet;
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 keyAtIndex 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
iconst_1
ishl
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
iconst_1
ishr
iload 4
iadd
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.mask:(I)I
iconst_1
ishl
istore 3
3: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[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/map/mutable/primitive/ImmutableIntIntMapKeySet;
0 13 1 element I
0 13 2 removedIndex I
1 13 3 nextIndex I
2 13 4 spreadTwo I
4 12 5 keyAtIndex 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.map.mutable.primitive.ImmutableIntIntMapKeySet.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/map/mutable/primitive/ImmutableIntIntMapKeySet;
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.map.mutable.primitive.ImmutableIntIntMapKeySet.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/map/mutable/primitive/ImmutableIntIntMapKeySet;
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.map.mutable.primitive.ImmutableIntIntMapKeySet.keysValues:[I
arraylength
iconst_1
ishr
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/map/mutable/primitive/ImmutableIntIntMapKeySet;
0 1 1 spread I
MethodParameters:
Name Flags
spread
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.map.mutable.primitive.ImmutableIntIntMapKeySet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableIntSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.ImmutableIntCollection select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/collection/primitive/ImmutableIntCollection;
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.map.mutable.primitive.ImmutableIntIntMapKeySet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableIntSet;
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.map.mutable.primitive.ImmutableIntIntMapKeySet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableIntSet;
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.map.mutable.primitive.ImmutableIntIntMapKeySet.collect:(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.ImmutableCollection collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/collection/ImmutableCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.primitive.IntToObjectFunction
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet.collect:(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.SetIterable collect(org.eclipse.collections.api.block.function.primitive.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.map.mutable.primitive.ImmutableIntIntMapKeySet.collect:(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/set/ImmutableSet;
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.map.mutable.primitive.ImmutableIntIntMapKeySet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableIntSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.ImmutableIntCollection reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/collection/primitive/ImmutableIntCollection;
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.map.mutable.primitive.ImmutableIntIntMapKeySet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableIntSet;
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.map.mutable.primitive.ImmutableIntIntMapKeySet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/set/primitive/ImmutableIntSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "ImmutableIntIntMapKeySet.java"
NestMembers:
org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet$InternalIntIterator
InnerClasses:
private InternalIntIterator = org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet$InternalIntIterator of org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySet