class org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet implements org.eclipse.collections.api.set.primitive.MutableLongSet
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet
super_class: java.lang.Object
{
final org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap this$0;
descriptor: Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap);
descriptor: (Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
MethodParameters:
Name Flags
this$0 final
public org.eclipse.collections.api.iterator.MutableLongIterator longIterator();
descriptor: ()Lorg/eclipse/collections/api/iterator/MutableLongIterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeysSetIterator
dup
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
invokespecial org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeysSetIterator.<init>:(Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
public void forEach(org.eclipse.collections.api.block.procedure.primitive.LongProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)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.LongObjectHashMap$KeySet.each:(Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)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/LongObjectHashMap$KeySet;
0 2 1 procedure Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;
MethodParameters:
Name Flags
procedure
public void each(org.eclipse.collections.api.block.procedure.primitive.LongProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
aload 1
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.forEachKey:(Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)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/LongObjectHashMap$KeySet;
0 2 1 procedure Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;
MethodParameters:
Name Flags
procedure
public int count(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)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.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
ifnull 6
2: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsZeroKey:Z
ifeq 4
aload 1
lconst_0
invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
ifeq 4
3: iinc 2 1
4: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsOneKey:Z
ifeq 6
aload 1
lconst_1
invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
ifeq 6
5: iinc 2 1
6: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 11
StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet org.eclipse.collections.api.block.predicate.primitive.LongPredicate int top top int int long[]
StackMap stack:
7: aload 7
iload 5
laload
lstore 3
start local 3 8: lload 3
invokestatic org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isNonSentinel:(J)Z
ifeq 10
aload 1
lload 3
invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
ifeq 10
9: iinc 2 1
end local 3 10: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
11: iload 5
iload 6
if_icmplt 7
12: iload 2
ireturn
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/LongObjectHashMap$KeySet;
0 13 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
1 13 2 count I
8 10 3 key J
MethodParameters:
Name Flags
predicate
public boolean anySatisfy(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)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.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
ifnull 5
1: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsZeroKey:Z
ifeq 3
aload 1
lconst_0
invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
ifeq 3
2: iconst_1
ireturn
3: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsOneKey:Z
ifeq 5
aload 1
lconst_1
invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
ifeq 5
4: iconst_1
ireturn
5: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 10
StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet org.eclipse.collections.api.block.predicate.primitive.LongPredicate top top int int long[]
StackMap stack:
6: aload 6
iload 4
laload
lstore 2
start local 2 7: lload 2
invokestatic org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isNonSentinel:(J)Z
ifeq 9
aload 1
lload 2
invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
ifeq 9
8: iconst_1
ireturn
end local 2 9: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
10: iload 4
iload 5
if_icmplt 6
11: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
0 12 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
7 9 2 key J
MethodParameters:
Name Flags
predicate
public <T> T injectInto(T, org.eclipse.collections.api.block.function.primitive.ObjectLongToObjectFunction<? super T, ? extends T>);
descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectLongToObjectFunction;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, 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.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
ifnull 6
2: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsZeroKey:Z
ifeq 4
3: aload 2
aload 3
lconst_0
invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectLongToObjectFunction.valueOf:(Ljava/lang/Object;J)Ljava/lang/Object;
astore 3
4: StackMap locals: java.lang.Object
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsOneKey:Z
ifeq 6
5: aload 2
aload 3
lconst_1
invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectLongToObjectFunction.valueOf:(Ljava/lang/Object;J)Ljava/lang/Object;
astore 3
6: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
dup
astore 8
arraylength
istore 7
iconst_0
istore 6
goto 11
StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet java.lang.Object org.eclipse.collections.api.block.function.primitive.ObjectLongToObjectFunction java.lang.Object top top int int long[]
StackMap stack:
7: aload 8
iload 6
laload
lstore 4
start local 4 8: lload 4
invokestatic org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isNonSentinel:(J)Z
ifeq 10
9: aload 2
aload 3
lload 4
invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectLongToObjectFunction.valueOf:(Ljava/lang/Object;J)Ljava/lang/Object;
astore 3
end local 4 10: StackMap locals:
StackMap stack:
iinc 6 1
StackMap locals:
StackMap stack:
11: iload 6
iload 7
if_icmplt 7
12: 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/LongObjectHashMap$KeySet;
0 13 1 injectedValue TT;
0 13 2 function Lorg/eclipse/collections/api/block/function/primitive/ObjectLongToObjectFunction<-TT;+TT;>;
1 13 3 result TT;
8 10 4 key J
Signature: <T:Ljava/lang/Object;>(TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectLongToObjectFunction<-TT;+TT;>;)TT;
MethodParameters:
Name Flags
injectedValue
function
public org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.LongIterable> 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:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.isEmpty:()Z
ifeq 4
3: 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;
areturn
4: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.longIterator:()Lorg/eclipse/collections/api/iterator/MutableLongIterator;
astore 2
start local 2 5: 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 3
start local 3 6: goto 14
7: StackMap locals: org.eclipse.collections.api.iterator.LongIterator org.eclipse.collections.api.list.MutableList
StackMap stack:
getstatic org.eclipse.collections.impl.factory.primitive.LongSets.mutable:Lorg/eclipse/collections/api/factory/set/primitive/MutableLongSetFactory;
invokeinterface org.eclipse.collections.api.factory.set.primitive.MutableLongSetFactory.empty:()Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
astore 4
start local 4 8: iconst_0
istore 5
start local 5 9: goto 12
10: StackMap locals: org.eclipse.collections.api.set.primitive.MutableLongSet int
StackMap stack:
aload 4
aload 2
invokeinterface org.eclipse.collections.api.iterator.LongIterator.next:()J
invokeinterface org.eclipse.collections.api.set.primitive.MutableLongSet.add:(J)Z
pop
11: iinc 5 1
StackMap locals:
StackMap stack:
12: iload 5
iload 1
if_icmpge 13
aload 2
invokeinterface org.eclipse.collections.api.iterator.LongIterator.hasNext:()Z
ifne 10
end local 5 13: StackMap locals:
StackMap stack:
aload 3
aload 4
invokeinterface org.eclipse.collections.api.list.MutableList.add:(Ljava/lang/Object;)Z
pop
end local 4 14: StackMap locals:
StackMap stack:
aload 2
invokeinterface org.eclipse.collections.api.iterator.LongIterator.hasNext:()Z
ifne 7
15: aload 3
areturn
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/LongObjectHashMap$KeySet;
0 16 1 size I
5 16 2 iterator Lorg/eclipse/collections/api/iterator/LongIterator;
6 16 3 result Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/LongIterable;>;
8 14 4 batch Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
9 13 5 i I
Signature: (I)Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/LongIterable;>;
MethodParameters:
Name Flags
size
public boolean allSatisfy(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)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.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
ifnull 5
1: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsZeroKey:Z
ifeq 3
aload 1
lconst_0
invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
ifne 3
2: iconst_0
ireturn
3: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsOneKey:Z
ifeq 5
aload 1
lconst_1
invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
ifne 5
4: iconst_0
ireturn
5: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 10
StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet org.eclipse.collections.api.block.predicate.primitive.LongPredicate top top int int long[]
StackMap stack:
6: aload 6
iload 4
laload
lstore 2
start local 2 7: lload 2
invokestatic org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isNonSentinel:(J)Z
ifeq 9
aload 1
lload 2
invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
ifne 9
8: iconst_0
ireturn
end local 2 9: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
10: iload 4
iload 5
if_icmplt 6
11: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
0 12 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
7 9 2 key J
MethodParameters:
Name Flags
predicate
public boolean noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)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.map.mutable.primitive.LongObjectHashMap$KeySet.anySatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)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/map/mutable/primitive/LongObjectHashMap$KeySet;
0 3 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
MethodParameters:
Name Flags
predicate
public boolean add(long);
descriptor: (J)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
new java.lang.StringBuilder
dup
ldc "Cannot call add() on "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
0 1 1 element J
MethodParameters:
Name Flags
element
public boolean addAll(long[]);
descriptor: ([J)Z
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
new java.lang.StringBuilder
dup
ldc "Cannot call addAll() on "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
0 1 1 source [J
MethodParameters:
Name Flags
source
public boolean addAll(org.eclipse.collections.api.LongIterable);
descriptor: (Lorg/eclipse/collections/api/LongIterable;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
new java.lang.StringBuilder
dup
ldc "Cannot call addAll() on "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
0 1 1 source Lorg/eclipse/collections/api/LongIterable;
MethodParameters:
Name Flags
source
public boolean remove(long);
descriptor: (J)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.size:()I
istore 3
start local 3 1: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
lload 1
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.removeKey:(J)Ljava/lang/Object;
pop
2: iload 3
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.size:()I
if_icmpeq 3
iconst_1
ireturn
StackMap locals: int
StackMap stack:
3: iconst_0
ireturn
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
0 4 1 key J
1 4 3 oldSize I
MethodParameters:
Name Flags
key
public boolean removeAll(org.eclipse.collections.api.LongIterable);
descriptor: (Lorg/eclipse/collections/api/LongIterable;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.size:()I
istore 2
start local 2 1: aload 1
invokeinterface org.eclipse.collections.api.LongIterable.longIterator:()Lorg/eclipse/collections/api/iterator/LongIterator;
astore 3
start local 3 2: goto 4
3: StackMap locals: int org.eclipse.collections.api.iterator.LongIterator
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
aload 3
invokeinterface org.eclipse.collections.api.iterator.LongIterator.next:()J
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.removeKey:(J)Ljava/lang/Object;
pop
4: StackMap locals:
StackMap stack:
aload 3
invokeinterface org.eclipse.collections.api.iterator.LongIterator.hasNext:()Z
ifne 3
5: iload 2
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.size:()I
if_icmpeq 6
iconst_1
ireturn
StackMap locals:
StackMap stack:
6: iconst_0
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
0 7 1 source Lorg/eclipse/collections/api/LongIterable;
1 7 2 oldSize I
2 7 3 iterator Lorg/eclipse/collections/api/iterator/LongIterator;
MethodParameters:
Name Flags
source
public boolean removeAll(long[]);
descriptor: ([J)Z
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=3, locals=8, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.size:()I
istore 2
start local 2 1: aload 1
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 5
StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet long[] int top top int int long[]
StackMap stack:
2: aload 7
iload 5
laload
lstore 3
start local 3 3: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
lload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.removeKey:(J)Ljava/lang/Object;
pop
end local 3 4: iinc 5 1
StackMap locals:
StackMap stack:
5: iload 5
iload 6
if_icmplt 2
6: iload 2
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.size:()I
if_icmpeq 7
iconst_1
ireturn
StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet long[] 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/map/mutable/primitive/LongObjectHashMap$KeySet;
0 8 1 source [J
1 8 2 oldSize I
3 4 3 item J
MethodParameters:
Name Flags
source
public boolean retainAll(org.eclipse.collections.api.LongIterable);
descriptor: (Lorg/eclipse/collections/api/LongIterable;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.size:()I
istore 2
start local 2 1: aload 1
instanceof org.eclipse.collections.api.set.primitive.LongSet
ifeq 2
aload 1
checkcast org.eclipse.collections.api.set.primitive.LongSet
goto 3
StackMap locals: int
StackMap stack:
2: aload 1
invokeinterface org.eclipse.collections.api.LongIterable.toSet:()Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
StackMap locals:
StackMap stack: org.eclipse.collections.api.set.primitive.LongSet
3: astore 3
start local 3 4: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
aload 3
invokedynamic accept(Lorg/eclipse/collections/api/set/primitive/LongSet;)Lorg/eclipse/collections/api/block/predicate/primitive/LongObjectPredicate;
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:
(JLjava/lang/Object;)Z
org/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet.lambda$0(Lorg/eclipse/collections/api/set/primitive/LongSet;JLjava/lang/Object;)Z (6)
(JLjava/lang/Object;)Z
1
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/LongObjectPredicate;)Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
astore 4
start local 4 5: aload 4
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.size:()I
iload 2
if_icmpeq 12
6: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
aload 4
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
putfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
7: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
aload 4
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.values:[Ljava/lang/Object;
putfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.values:[Ljava/lang/Object;
8: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
aload 4
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
putfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
9: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
aload 4
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.occupiedWithData:I
putfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.occupiedWithData:I
10: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
aload 4
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.occupiedWithSentinels:I
putfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.occupiedWithSentinels:I
11: iconst_1
ireturn
12: StackMap locals: org.eclipse.collections.api.set.primitive.LongSet org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap
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/map/mutable/primitive/LongObjectHashMap$KeySet;
0 13 1 source Lorg/eclipse/collections/api/LongIterable;
1 13 2 oldSize I
4 13 3 sourceSet Lorg/eclipse/collections/api/set/primitive/LongSet;
5 13 4 retained Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap<TV;>;
MethodParameters:
Name Flags
source
public boolean retainAll(long[]);
descriptor: ([J)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.LongHashSet.newSetWith:([J)Lorg/eclipse/collections/impl/set/mutable/primitive/LongHashSet;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.retainAll:(Lorg/eclipse/collections/api/LongIterable;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
0 1 1 source [J
MethodParameters:
Name Flags
source
public void clear();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.clear:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
public org.eclipse.collections.api.set.primitive.MutableLongSet select(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=8, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.set.mutable.primitive.LongHashSet
dup
invokespecial org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.<init>:()V
astore 2
start local 2 1: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
ifnull 6
2: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsZeroKey:Z
ifeq 4
aload 1
lconst_0
invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
ifeq 4
3: aload 2
lconst_0
invokeinterface org.eclipse.collections.api.set.primitive.MutableLongSet.add:(J)Z
pop
4: StackMap locals: org.eclipse.collections.api.set.primitive.MutableLongSet
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsOneKey:Z
ifeq 6
aload 1
lconst_1
invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
ifeq 6
5: aload 2
lconst_1
invokeinterface org.eclipse.collections.api.set.primitive.MutableLongSet.add:(J)Z
pop
6: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 11
StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet org.eclipse.collections.api.block.predicate.primitive.LongPredicate org.eclipse.collections.api.set.primitive.MutableLongSet top top int int long[]
StackMap stack:
7: aload 7
iload 5
laload
lstore 3
start local 3 8: lload 3
invokestatic org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isNonSentinel:(J)Z
ifeq 10
aload 1
lload 3
invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
ifeq 10
9: aload 2
lload 3
invokeinterface org.eclipse.collections.api.set.primitive.MutableLongSet.add:(J)Z
pop
end local 3 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 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
0 13 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
1 13 2 result Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
8 10 3 key J
MethodParameters:
Name Flags
predicate
public org.eclipse.collections.api.set.primitive.MutableLongSet reject(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=8, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.set.mutable.primitive.LongHashSet
dup
invokespecial org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.<init>:()V
astore 2
start local 2 1: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
ifnull 6
2: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsZeroKey:Z
ifeq 4
aload 1
lconst_0
invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
ifne 4
3: aload 2
lconst_0
invokeinterface org.eclipse.collections.api.set.primitive.MutableLongSet.add:(J)Z
pop
4: StackMap locals: org.eclipse.collections.api.set.primitive.MutableLongSet
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsOneKey:Z
ifeq 6
aload 1
lconst_1
invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
ifne 6
5: aload 2
lconst_1
invokeinterface org.eclipse.collections.api.set.primitive.MutableLongSet.add:(J)Z
pop
6: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 11
StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet org.eclipse.collections.api.block.predicate.primitive.LongPredicate org.eclipse.collections.api.set.primitive.MutableLongSet top top int int long[]
StackMap stack:
7: aload 7
iload 5
laload
lstore 3
start local 3 8: lload 3
invokestatic org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isNonSentinel:(J)Z
ifeq 10
aload 1
lload 3
invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
ifne 10
9: aload 2
lload 3
invokeinterface org.eclipse.collections.api.set.primitive.MutableLongSet.add:(J)Z
pop
end local 3 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 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
0 13 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
1 13 2 result Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
8 10 3 key J
MethodParameters:
Name Flags
predicate
public org.eclipse.collections.api.set.primitive.MutableLongSet with(long);
descriptor: (J)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
new java.lang.StringBuilder
dup
ldc "Cannot call with() on "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
0 1 1 element J
MethodParameters:
Name Flags
element
public org.eclipse.collections.api.set.primitive.MutableLongSet without(long);
descriptor: (J)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
new java.lang.StringBuilder
dup
ldc "Cannot call without() on "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
0 1 1 element J
MethodParameters:
Name Flags
element
public org.eclipse.collections.api.set.primitive.MutableLongSet withAll(org.eclipse.collections.api.LongIterable);
descriptor: (Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
new java.lang.StringBuilder
dup
ldc "Cannot call withAll() on "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
0 1 1 elements Lorg/eclipse/collections/api/LongIterable;
MethodParameters:
Name Flags
elements
public org.eclipse.collections.api.set.primitive.MutableLongSet withoutAll(org.eclipse.collections.api.LongIterable);
descriptor: (Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
new java.lang.StringBuilder
dup
ldc "Cannot call withoutAll() on "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
0 1 1 elements Lorg/eclipse/collections/api/LongIterable;
MethodParameters:
Name Flags
elements
public long detectIfNone(org.eclipse.collections.api.block.predicate.primitive.LongPredicate, long);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;J)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=9, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
ifnull 5
1: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsZeroKey:Z
ifeq 3
aload 1
lconst_0
invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
ifeq 3
2: lconst_0
lreturn
3: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsOneKey:Z
ifeq 5
aload 1
lconst_1
invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
ifeq 5
4: lconst_1
lreturn
5: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
dup
astore 8
arraylength
istore 7
iconst_0
istore 6
goto 10
StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet org.eclipse.collections.api.block.predicate.primitive.LongPredicate long top top int int long[]
StackMap stack:
6: aload 8
iload 6
laload
lstore 4
start local 4 7: lload 4
invokestatic org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isNonSentinel:(J)Z
ifeq 9
aload 1
lload 4
invokeinterface org.eclipse.collections.api.block.predicate.primitive.LongPredicate.accept:(J)Z
ifeq 9
8: lload 4
lreturn
end local 4 9: StackMap locals:
StackMap stack:
iinc 6 1
StackMap locals:
StackMap stack:
10: iload 6
iload 7
if_icmplt 6
11: lload 2
lreturn
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/LongObjectHashMap$KeySet;
0 12 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;
0 12 2 ifNone J
7 9 4 key J
MethodParameters:
Name Flags
predicate
ifNone
public <V> org.eclipse.collections.api.set.MutableSet<V> collect(org.eclipse.collections.api.block.function.primitive.LongToObjectFunction<? extends V>);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction;)Lorg/eclipse/collections/api/set/MutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=8, args_size=2
start local 0 start local 1 0: getstatic org.eclipse.collections.impl.factory.Sets.mutable:Lorg/eclipse/collections/api/factory/set/MutableSetFactory;
invokeinterface org.eclipse.collections.api.factory.set.MutableSetFactory.with:()Lorg/eclipse/collections/api/set/MutableSet;
astore 2
start local 2 1: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
ifnull 6
2: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsZeroKey:Z
ifeq 4
3: aload 2
aload 1
lconst_0
invokeinterface org.eclipse.collections.api.block.function.primitive.LongToObjectFunction.valueOf:(J)Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.set.MutableSet.add:(Ljava/lang/Object;)Z
pop
4: StackMap locals: org.eclipse.collections.api.set.MutableSet
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsOneKey:Z
ifeq 6
5: aload 2
aload 1
lconst_1
invokeinterface org.eclipse.collections.api.block.function.primitive.LongToObjectFunction.valueOf:(J)Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.set.MutableSet.add:(Ljava/lang/Object;)Z
pop
6: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 11
StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet org.eclipse.collections.api.block.function.primitive.LongToObjectFunction org.eclipse.collections.api.set.MutableSet top top int int long[]
StackMap stack:
7: aload 7
iload 5
laload
lstore 3
start local 3 8: lload 3
invokestatic org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isNonSentinel:(J)Z
ifeq 10
9: aload 2
aload 1
lload 3
invokeinterface org.eclipse.collections.api.block.function.primitive.LongToObjectFunction.valueOf:(J)Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.set.MutableSet.add:(Ljava/lang/Object;)Z
pop
end local 3 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 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
0 13 1 function Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction<+TV;>;
1 13 2 result Lorg/eclipse/collections/api/set/MutableSet<TV;>;
8 10 3 key J
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/set/MutableSet<TV;>;
MethodParameters:
Name Flags
function
public org.eclipse.collections.api.set.primitive.MutableLongSet asUnmodifiable();
descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableLongSet.of:(Lorg/eclipse/collections/api/set/primitive/MutableLongSet;)Lorg/eclipse/collections/impl/set/mutable/primitive/UnmodifiableLongSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
public org.eclipse.collections.api.set.primitive.MutableLongSet asSynchronized();
descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.eclipse.collections.impl.set.mutable.primitive.SynchronizedLongSet.of:(Lorg/eclipse/collections/api/set/primitive/MutableLongSet;)Lorg/eclipse/collections/impl/set/mutable/primitive/SynchronizedLongSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
public org.eclipse.collections.api.set.primitive.MutableLongSet newEmpty();
descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.set.mutable.primitive.LongHashSet
dup
invokespecial org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.<init>:()V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
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.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
ifnull 6
2: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsZeroKey:Z
ifeq 4
3: lload 1
lconst_0
ladd
lstore 1
4: StackMap locals: long
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsOneKey:Z
ifeq 6
5: lload 1
lconst_1
ladd
lstore 1
6: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 11
StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet long top top int int long[]
StackMap stack:
7: aload 7
iload 5
laload
lstore 3
start local 3 8: lload 3
invokestatic org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isNonSentinel:(J)Z
ifeq 10
9: lload 1
lload 3
ladd
lstore 1
end local 3 10: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
11: iload 5
iload 6
if_icmplt 7
12: lload 1
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
1 13 1 result J
8 10 3 key J
public long max();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isEmpty:()Z
ifeq 2
1: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
lconst_0
lstore 1
start local 1 3: iconst_0
istore 3
start local 3 4: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
ifnull 11
5: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsZeroKey:Z
ifeq 8
6: lconst_0
lstore 1
7: iconst_1
istore 3
8: StackMap locals: long int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsOneKey:Z
ifeq 11
9: lconst_1
lstore 1
10: iconst_1
istore 3
11: StackMap locals:
StackMap stack:
iconst_0
istore 4
start local 4 12: goto 17
13: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
iload 4
laload
invokestatic org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isNonSentinel:(J)Z
ifeq 16
iload 3
ifeq 14
lload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
iload 4
laload
lcmp
ifge 16
14: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
iload 4
laload
lstore 1
15: iconst_1
istore 3
16: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
17: iload 4
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
arraylength
if_icmplt 13
end local 4 18: lload 1
lreturn
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 19 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
3 19 1 max J
4 19 3 isMaxSet Z
12 18 4 i I
public long maxIfEmpty(long);
descriptor: (J)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isEmpty:()Z
ifeq 2
1: lload 1
lreturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.max:()J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
0 3 1 defaultValue J
MethodParameters:
Name Flags
defaultValue
public long min();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isEmpty:()Z
ifeq 2
1: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
lconst_0
lstore 1
start local 1 3: iconst_0
istore 3
start local 3 4: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
ifnull 11
5: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsZeroKey:Z
ifeq 8
6: lconst_0
lstore 1
7: iconst_1
istore 3
8: StackMap locals: long int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsOneKey:Z
ifeq 11
iload 3
ifne 11
9: lconst_1
lstore 1
10: iconst_1
istore 3
11: StackMap locals:
StackMap stack:
iconst_0
istore 4
start local 4 12: goto 17
13: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
iload 4
laload
invokestatic org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isNonSentinel:(J)Z
ifeq 16
iload 3
ifeq 14
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
iload 4
laload
lload 1
lcmp
ifge 16
14: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
iload 4
laload
lstore 1
15: iconst_1
istore 3
16: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
17: iload 4
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
arraylength
if_icmplt 13
end local 4 18: lload 1
lreturn
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 19 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
3 19 1 min J
4 19 3 isMinSet Z
12 18 4 i I
public long minIfEmpty(long);
descriptor: (J)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isEmpty:()Z
ifeq 2
1: lload 1
lreturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.min:()J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
0 3 1 defaultValue J
MethodParameters:
Name Flags
defaultValue
public double average();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isEmpty:()Z
ifeq 2
1: new java.lang.ArithmeticException
dup
invokespecial java.lang.ArithmeticException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.sum:()J
l2d
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.size:()I
i2d
ddiv
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
public double median();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=7, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isEmpty:()Z
ifeq 2
1: new java.lang.ArithmeticException
dup
invokespecial java.lang.ArithmeticException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.toSortedArray:()[J
astore 1
start local 1 3: aload 1
arraylength
iconst_1
ishr
istore 2
start local 2 4: aload 1
arraylength
iconst_1
if_icmple 8
aload 1
arraylength
iconst_1
iand
ifne 8
5: aload 1
iload 2
laload
lstore 3
start local 3 6: aload 1
iload 2
iconst_1
isub
laload
lstore 5
start local 5 7: lload 3
l2d
lload 5
l2d
dadd
ldc 2.0
ddiv
dreturn
end local 5 end local 3 8: StackMap locals: long[] int
StackMap stack:
aload 1
iload 2
laload
l2d
dreturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
3 9 1 sortedArray [J
4 9 2 middleIndex I
6 8 3 first J
7 8 5 second J
public long[] toSortedArray();
descriptor: ()[J
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.toArray:()[J
astore 1
start local 1 1: aload 1
invokestatic java.util.Arrays.sort:([J)V
2: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
1 3 1 array [J
public org.eclipse.collections.api.list.primitive.MutableLongList toSortedList();
descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableLongList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.eclipse.collections.impl.list.mutable.primitive.LongArrayList.newList:(Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/LongArrayList;
invokevirtual org.eclipse.collections.impl.list.mutable.primitive.LongArrayList.sortThis:()Lorg/eclipse/collections/impl/list/mutable/primitive/LongArrayList;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
public long[] toArray();
descriptor: ()[J
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.size:()I
istore 1
start local 1 1: iload 1
newarray 11
astore 2
start local 2 2: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
new org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet$1
dup
aload 0
aload 2
invokespecial org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet$1.<init>:(Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;[J)V
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.forEachKey:(Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)V
3: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
1 4 1 size I
2 4 2 result [J
public boolean contains(long);
descriptor: (J)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.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
lload 1
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.containsKey:(J)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
0 1 1 value J
MethodParameters:
Name Flags
value
public boolean containsAll(long[]);
descriptor: ([J)Z
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=3, locals=7, args_size=2
start local 0 start local 1 0: aload 1
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 5
StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet long[] top top int int long[]
StackMap stack:
1: aload 6
iload 4
laload
lstore 2
start local 2 2: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
lload 2
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.containsKey:(J)Z
ifne 4
3: iconst_0
ireturn
end local 2 4: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
5: iload 4
iload 5
if_icmplt 1
6: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
0 7 1 source [J
2 4 2 item J
MethodParameters:
Name Flags
source
public boolean containsAll(org.eclipse.collections.api.LongIterable);
descriptor: (Lorg/eclipse/collections/api/LongIterable;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface org.eclipse.collections.api.LongIterable.longIterator:()Lorg/eclipse/collections/api/iterator/LongIterator;
astore 2
start local 2 1: goto 4
2: StackMap locals: org.eclipse.collections.api.iterator.LongIterator
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
aload 2
invokeinterface org.eclipse.collections.api.iterator.LongIterator.next:()J
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.containsKey:(J)Z
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 2
invokeinterface org.eclipse.collections.api.iterator.LongIterator.hasNext:()Z
ifne 2
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/map/mutable/primitive/LongObjectHashMap$KeySet;
0 6 1 source Lorg/eclipse/collections/api/LongIterable;
1 6 2 iterator Lorg/eclipse/collections/api/iterator/LongIterator;
MethodParameters:
Name Flags
source
public org.eclipse.collections.api.list.primitive.MutableLongList toList();
descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableLongList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.eclipse.collections.impl.list.mutable.primitive.LongArrayList.newList:(Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/LongArrayList;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
public org.eclipse.collections.api.set.primitive.MutableLongSet toSet();
descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.newSet:(Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/LongHashSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
public org.eclipse.collections.api.bag.primitive.MutableLongBag toBag();
descriptor: ()Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.eclipse.collections.impl.bag.mutable.primitive.LongHashBag.newBag:(Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/impl/bag/mutable/primitive/LongHashBag;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
public org.eclipse.collections.api.LazyLongIterable asLazy();
descriptor: ()Lorg/eclipse/collections/api/LazyLongIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.lazy.primitive.LazyLongIterableAdapter
dup
aload 0
invokespecial org.eclipse.collections.impl.lazy.primitive.LazyLongIterableAdapter.<init>:(Lorg/eclipse/collections/api/LongIterable;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
public org.eclipse.collections.api.set.primitive.LongSet freeze();
descriptor: ()Lorg/eclipse/collections/api/set/primitive/LongSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
iconst_1
putfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.copyKeysOnWrite:Z
1: iconst_0
istore 1
start local 1 2: iconst_0
istore 2
start local 2 3: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
ifnull 6
4: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsZeroKey:Z
istore 1
5: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsOneKey:Z
istore 2
6: StackMap locals: int int
StackMap stack:
new org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet
dup
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.occupiedWithData:I
iload 1
iload 2
invokespecial org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySet.<init>:([JIZZ)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
2 7 1 containsZeroKey Z
3 7 2 containsOneKey Z
public org.eclipse.collections.api.set.primitive.ImmutableLongSet toImmutable();
descriptor: ()Lorg/eclipse/collections/api/set/primitive/ImmutableLongSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic org.eclipse.collections.impl.factory.primitive.LongSets.immutable:Lorg/eclipse/collections/api/factory/set/primitive/ImmutableLongSetFactory;
aload 0
invokeinterface org.eclipse.collections.api.factory.set.primitive.ImmutableLongSetFactory.withAll:(Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/api/set/primitive/ImmutableLongSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.size:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
public boolean isEmpty();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isEmpty:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
public boolean notEmpty();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.notEmpty:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
if_acmpne 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 1
instanceof org.eclipse.collections.api.set.primitive.LongSet
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 1
checkcast org.eclipse.collections.api.set.primitive.LongSet
astore 2
start local 2 5: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.size:()I
aload 2
invokeinterface org.eclipse.collections.api.set.primitive.LongSet.size:()I
if_icmpne 6
aload 0
aload 2
invokeinterface org.eclipse.collections.api.set.primitive.LongSet.toArray:()[J
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.containsAll:([J)Z
ifeq 6
iconst_1
ireturn
StackMap locals: org.eclipse.collections.api.set.primitive.LongSet
StackMap stack:
6: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
0 7 1 obj Ljava/lang/Object;
5 7 2 other Lorg/eclipse/collections/api/set/primitive/LongSet;
MethodParameters:
Name Flags
obj
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, 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.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
ifnull 6
2: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsZeroKey:Z
ifeq 4
3: iinc 1 0
4: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsOneKey:Z
ifeq 6
5: iinc 1 1
6: StackMap locals:
StackMap stack:
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.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
iload 2
laload
invokestatic org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isNonSentinel:(J)Z
ifeq 10
9: iload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
iload 2
laload
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
iload 2
laload
bipush 32
lushr
lxor
l2i
iadd
istore 1
10: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
11: iload 2
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
arraylength
if_icmplt 8
end local 2 12: 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/LongObjectHashMap$KeySet;
1 13 1 result I
7 12 2 i I
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
ldc "["
ldc ", "
ldc "]"
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.makeString:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
public java.lang.String makeString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
ldc ", "
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.makeString:(Ljava/lang/String;)Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
public java.lang.String makeString(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
ldc ""
aload 1
ldc ""
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.makeString:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
0 1 1 separator Ljava/lang/String;
MethodParameters:
Name Flags
separator
public java.lang.String makeString(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
astore 4
start local 4 1: aload 0
aload 4
aload 1
aload 2
aload 3
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.appendString:(Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
2: aload 4
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet;
0 3 1 start Ljava/lang/String;
0 3 2 separator Ljava/lang/String;
0 3 3 end Ljava/lang/String;
1 3 4 stringBuilder Ljava/lang/Appendable;
MethodParameters:
Name Flags
start
separator
end
public void appendString(java.lang.Appendable);
descriptor: (Ljava/lang/Appendable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
ldc ", "
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.appendString:(Ljava/lang/Appendable;Ljava/lang/String;)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/LongObjectHashMap$KeySet;
0 2 1 appendable Ljava/lang/Appendable;
MethodParameters:
Name Flags
appendable
public void appendString(java.lang.Appendable, java.lang.String);
descriptor: (Ljava/lang/Appendable;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
ldc ""
aload 2
ldc ""
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.appendString:(Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
1: return
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/LongObjectHashMap$KeySet;
0 2 1 appendable Ljava/lang/Appendable;
0 2 2 separator Ljava/lang/String;
MethodParameters:
Name Flags
appendable
separator
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_1
istore 5
start local 5 2: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
ifnull 11
3: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsZeroKey:Z
ifeq 6
4: aload 1
lconst_0
invokestatic java.lang.String.valueOf:(J)Ljava/lang/String;
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
5: iconst_0
istore 5
6: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues.containsOneKey:Z
ifeq 11
7: iload 5
ifne 9
8: aload 1
aload 3
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
9: StackMap locals:
StackMap stack:
aload 1
lconst_1
invokestatic java.lang.String.valueOf:(J)Ljava/lang/String;
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
10: iconst_0
istore 5
11: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.keys:[J
dup
astore 10
arraylength
istore 9
iconst_0
istore 8
goto 19
StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet java.lang.Appendable java.lang.String java.lang.String java.lang.String int top top int int long[]
StackMap stack:
12: aload 10
iload 8
laload
lstore 6
start local 6 13: lload 6
invokestatic org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.isNonSentinel:(J)Z
ifeq 18
14: iload 5
ifne 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.map.mutable.primitive.LongObjectHashMap$KeySet java.lang.Appendable java.lang.String java.lang.String java.lang.String int long int int long[]
StackMap stack:
aload 1
lload 6
invokestatic java.lang.String.valueOf:(J)Ljava/lang/String;
invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
pop
17: iconst_0
istore 5
end local 6 18: StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet java.lang.Appendable java.lang.String java.lang.String java.lang.String int top top int int long[]
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 5 21: goto 24
22: StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet 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/map/mutable/primitive/LongObjectHashMap$KeySet;
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 first Z
13 18 6 key J
23 24 5 e Ljava/io/IOException;
Exception table:
from to target type
0 21 22 Class java.io.IOException
MethodParameters:
Name Flags
appendable
start
separator
end
public org.eclipse.collections.api.collection.primitive.ImmutableLongCollection toImmutable();
descriptor: ()Lorg/eclipse/collections/api/collection/primitive/ImmutableLongCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.toImmutable:()Lorg/eclipse/collections/api/set/primitive/ImmutableLongSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.iterator.LongIterator longIterator();
descriptor: ()Lorg/eclipse/collections/api/iterator/LongIterator;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.longIterator:()Lorg/eclipse/collections/api/iterator/MutableLongIterator;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableLongCollection with(long);
descriptor: (J)Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=2
0: aload 0
lload 1
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.with:(J)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableLongCollection withAll(org.eclipse.collections.api.LongIterable);
descriptor: (Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
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.LongObjectHashMap$KeySet.withAll:(Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.LongIterable select(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/LongIterable;
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.LongObjectHashMap$KeySet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableLongCollection select(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
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.LongObjectHashMap$KeySet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.primitive.LongSet select(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/set/primitive/LongSet;
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.LongObjectHashMap$KeySet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableLongCollection withoutAll(org.eclipse.collections.api.LongIterable);
descriptor: (Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
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.LongObjectHashMap$KeySet.withoutAll:(Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable collect(org.eclipse.collections.api.block.function.primitive.LongToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction;)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.LongToObjectFunction
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.collect:(Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction;)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.LongToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction;)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.LongToObjectFunction
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.collect:(Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction;)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.LongToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction;)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.LongToObjectFunction
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.collect:(Lorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableLongCollection asSynchronized();
descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.asSynchronized:()Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.primitive.LongSet tap(org.eclipse.collections.api.block.procedure.primitive.LongProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)Lorg/eclipse/collections/api/set/primitive/LongSet;
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.MutableLongSet.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableLongCollection tap(org.eclipse.collections.api.block.procedure.primitive.LongProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
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.MutableLongSet.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.LongIterable tap(org.eclipse.collections.api.block.procedure.primitive.LongProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)Lorg/eclipse/collections/api/LongIterable;
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.MutableLongSet.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.LongIterable reject(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/LongIterable;
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.LongObjectHashMap$KeySet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableLongCollection reject(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
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.LongObjectHashMap$KeySet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.primitive.LongSet reject(org.eclipse.collections.api.block.predicate.primitive.LongPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/set/primitive/LongSet;
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.LongObjectHashMap$KeySet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/LongPredicate;)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableLongCollection asUnmodifiable();
descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.asUnmodifiable:()Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableLongCollection newEmpty();
descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.newEmpty:()Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.primitive.MutableLongCollection without(long);
descriptor: (J)Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=2
0: aload 0
lload 1
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet.without:(J)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
private static boolean lambda$0(org.eclipse.collections.api.set.primitive.LongSet, long, java.lang.Object);
descriptor: (Lorg/eclipse/collections/api/set/primitive/LongSet;JLjava/lang/Object;)Z
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=3, locals=4, args_size=3
start local 1 start local 3 0: aload 0
lload 1
invokeinterface org.eclipse.collections.api.set.primitive.LongSet.contains:(J)Z
ireturn
end local 3 end local 1 LocalVariableTable:
Start End Slot Name Signature
0 1 1 key J
0 1 3 value TV;
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
-1647345005: 1
default: 2
}
StackMap locals: java.lang.String int
StackMap stack:
1: aload 1
ldc "lambda$0"
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 6
if_icmpne 4
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
ldc "org/eclipse/collections/api/block/predicate/primitive/LongObjectPredicate"
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 "(JLjava/lang/Object;)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/impl/map/mutable/primitive/LongObjectHashMap$KeySet"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 4
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
ldc "(Lorg/eclipse/collections/api/set/primitive/LongSet;JLjava/lang/Object;)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.LongSet
invokedynamic accept(Lorg/eclipse/collections/api/set/primitive/LongSet;)Lorg/eclipse/collections/api/block/predicate/primitive/LongObjectPredicate;
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:
(JLjava/lang/Object;)Z
org/eclipse/collections/impl/map/mutable/primitive/LongObjectHashMap$KeySet.lambda$0(Lorg/eclipse/collections/api/set/primitive/LongSet;JLjava/lang/Object;)Z (6)
(JLjava/lang/Object;)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: "LongObjectHashMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
private KeySet = org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet of org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap
org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeySet$1
private KeysSetIterator = org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$KeysSetIterator of org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap
private final SentinelValues = org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap$SentinelValues of org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap