class org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap$ValuesCollection extends org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongValuesMap$AbstractLongValuesCollection
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap$ValuesCollection
super_class: org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongValuesMap$AbstractLongValuesCollection
{
final org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap this$0;
descriptor: Lorg/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap);
descriptor: (Lorg/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap;)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.IntLongHashMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap;
aload 0
aload 1
invokespecial org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongValuesMap$AbstractLongValuesCollection.<init>:(Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableLongValuesMap;)V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap$ValuesCollection;
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=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.longIterator:()Lorg/eclipse/collections/api/iterator/MutableLongIterator;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap$ValuesCollection;
public boolean remove(long);
descriptor: (J)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.size:()I
istore 3
start local 3 1: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableLongValuesMap$SentinelValues;
ifnull 6
2: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableLongValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongValuesMap$SentinelValues.containsZeroKey:Z
ifeq 4
lload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableLongValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongValuesMap$SentinelValues.zeroValue:J
lcmp
ifne 4
3: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap;
iconst_0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.removeKey:(I)V
4: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableLongValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongValuesMap$SentinelValues.containsOneKey:Z
ifeq 6
lload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableLongValuesMap$SentinelValues;
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongValuesMap$SentinelValues.oneValue:J
lcmp
ifne 6
5: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap;
iconst_1
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.removeKey:(I)V
6: StackMap locals:
StackMap stack:
iconst_0
istore 4
start local 4 7: goto 11
8: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.keys:[I
iload 4
iaload
invokestatic org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.isNonSentinel:(I)Z
ifeq 10
lload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.values:[J
iload 4
laload
lcmp
ifne 10
9: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap;
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.keys:[I
iload 4
iaload
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.removeKey:(I)V
10: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
11: iload 4
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.keys:[I
arraylength
if_icmplt 8
end local 4 12: iload 3
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.size:()I
if_icmpeq 13
iconst_1
ireturn
StackMap locals:
StackMap stack:
13: iconst_0
ireturn
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap$ValuesCollection;
0 14 1 item J
1 14 3 oldSize I
7 12 4 i I
MethodParameters:
Name Flags
item
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
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.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.IntLongHashMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap;
aload 3
invokedynamic accept(Lorg/eclipse/collections/api/set/primitive/LongSet;)Lorg/eclipse/collections/api/block/predicate/primitive/IntLongPredicate;
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:
(IJ)Z
org/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap$ValuesCollection.lambda$0(Lorg/eclipse/collections/api/set/primitive/LongSet;IJ)Z (6)
(IJ)Z
1
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntLongPredicate;)Lorg/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap;
astore 4
start local 4 5: aload 4
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.size:()I
iload 2
if_icmpeq 12
6: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap;
aload 4
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.keys:[I
putfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.keys:[I
7: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap;
aload 4
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.values:[J
putfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.values:[J
8: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap;
aload 4
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableLongValuesMap$SentinelValues;
putfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableLongValuesMap$SentinelValues;
9: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap;
aload 4
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.occupiedWithData:I
putfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.occupiedWithData:I
10: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap$ValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap;
aload 4
getfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.occupiedWithSentinels:I
putfield org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap.occupiedWithSentinels:I
11: iconst_1
ireturn
12: StackMap locals: org.eclipse.collections.api.set.primitive.LongSet org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap
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/IntLongHashMap$ValuesCollection;
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/IntLongHashMap;
MethodParameters:
Name Flags
source
public org.eclipse.collections.api.collection.primitive.MutableLongCollection newEmpty();
descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.bag.mutable.primitive.LongHashBag
dup
invokespecial org.eclipse.collections.impl.bag.mutable.primitive.LongHashBag.<init>:()V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap$ValuesCollection;
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.IntLongHashMap$ValuesCollection.longIterator:()Lorg/eclipse/collections/api/iterator/MutableLongIterator;
areturn
LocalVariableTable:
Start End Slot Name Signature
private static boolean lambda$0(org.eclipse.collections.api.set.primitive.LongSet, int, long);
descriptor: (Lorg/eclipse/collections/api/set/primitive/LongSet;IJ)Z
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=3, locals=4, args_size=3
start local 1 start local 2 0: aload 0
lload 2
invokeinterface org.eclipse.collections.api.set.primitive.LongSet.contains:(J)Z
ireturn
end local 2 end local 1 LocalVariableTable:
Start End Slot Name Signature
0 1 1 key I
0 1 2 value J
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/IntLongPredicate"
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 "(IJ)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/IntLongHashMap$ValuesCollection"
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;IJ)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/IntLongPredicate;
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:
(IJ)Z
org/eclipse/collections/impl/map/mutable/primitive/IntLongHashMap$ValuesCollection.lambda$0(Lorg/eclipse/collections/api/set/primitive/LongSet;IJ)Z (6)
(IJ)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: "IntLongHashMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
protected abstract AbstractLongValuesCollection = org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongValuesMap$AbstractLongValuesCollection of org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongValuesMap
protected SentinelValues = org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongValuesMap$SentinelValues of org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongValuesMap
private ValuesCollection = org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap$ValuesCollection of org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMap