public interface org.eclipse.collections.api.map.primitive.MutableLongIntMap extends org.eclipse.collections.api.map.primitive.LongIntMap, org.eclipse.collections.api.map.primitive.MutableIntValuesMap
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.eclipse.collections.api.map.primitive.MutableLongIntMap
super_class: java.lang.Object
{
public abstract void put(long, int);
descriptor: (JI)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
value
public void putPair(org.eclipse.collections.api.tuple.primitive.LongIntPair);
descriptor: (Lorg/eclipse/collections/api/tuple/primitive/LongIntPair;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.tuple.primitive.LongIntPair.getOne:()J
aload 1
invokeinterface org.eclipse.collections.api.tuple.primitive.LongIntPair.getTwo:()I
invokeinterface org.eclipse.collections.api.map.primitive.MutableLongIntMap.put:(JI)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/api/map/primitive/MutableLongIntMap;
0 2 1 keyValuePair Lorg/eclipse/collections/api/tuple/primitive/LongIntPair;
MethodParameters:
Name Flags
keyValuePair
public abstract void putAll(org.eclipse.collections.api.map.primitive.LongIntMap);
descriptor: (Lorg/eclipse/collections/api/map/primitive/LongIntMap;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
map
public abstract void updateValues(org.eclipse.collections.api.block.function.primitive.LongIntToIntFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongIntToIntFunction;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
function
public abstract void removeKey(long);
descriptor: (J)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
public abstract void remove(long);
descriptor: (J)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
public abstract int removeKeyIfAbsent(long, int);
descriptor: (JI)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
value
public abstract int getIfAbsentPut(long, int);
descriptor: (JI)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
value
public abstract int getIfAbsentPut(long, org.eclipse.collections.api.block.function.primitive.IntFunction0);
descriptor: (JLorg/eclipse/collections/api/block/function/primitive/IntFunction0;)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
function
public abstract int getIfAbsentPutWithKey(long, org.eclipse.collections.api.block.function.primitive.LongToIntFunction);
descriptor: (JLorg/eclipse/collections/api/block/function/primitive/LongToIntFunction;)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
function
public abstract <P> int getIfAbsentPutWith(long, org.eclipse.collections.api.block.function.primitive.IntFunction<? super P>, );
descriptor: (JLorg/eclipse/collections/api/block/function/primitive/IntFunction;Ljava/lang/Object;)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: <P:Ljava/lang/Object;>(JLorg/eclipse/collections/api/block/function/primitive/IntFunction<-TP;>;TP;)I
MethodParameters:
Name Flags
key
function
parameter
public abstract int updateValue(long, int, org.eclipse.collections.api.block.function.primitive.IntToIntFunction);
descriptor: (JILorg/eclipse/collections/api/block/function/primitive/IntToIntFunction;)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
initialValueIfAbsent
function
public abstract org.eclipse.collections.api.map.primitive.MutableIntLongMap flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableIntLongMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.map.primitive.MutableLongIntMap select(org.eclipse.collections.api.block.predicate.primitive.LongIntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongIntPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableLongIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.MutableLongIntMap reject(org.eclipse.collections.api.block.predicate.primitive.LongIntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongIntPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableLongIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.MutableLongIntMap withKeyValue(long, int);
descriptor: (JI)Lorg/eclipse/collections/api/map/primitive/MutableLongIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
value
public abstract org.eclipse.collections.api.map.primitive.MutableLongIntMap withoutKey(long);
descriptor: (J)Lorg/eclipse/collections/api/map/primitive/MutableLongIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
public abstract org.eclipse.collections.api.map.primitive.MutableLongIntMap withoutAllKeys(org.eclipse.collections.api.LongIterable);
descriptor: (Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/api/map/primitive/MutableLongIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
keys
public org.eclipse.collections.api.map.primitive.MutableLongIntMap withAllKeyValues(java.lang.Iterable<org.eclipse.collections.api.tuple.primitive.LongIntPair>);
descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/map/primitive/MutableLongIntMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
astore 3
goto 3
StackMap locals: org.eclipse.collections.api.map.primitive.MutableLongIntMap java.lang.Iterable top java.util.Iterator
StackMap stack:
1: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.eclipse.collections.api.tuple.primitive.LongIntPair
astore 2
start local 2 2: aload 0
aload 2
invokeinterface org.eclipse.collections.api.map.primitive.MutableLongIntMap.putPair:(Lorg/eclipse/collections/api/tuple/primitive/LongIntPair;)V
end local 2 3: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
4: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/api/map/primitive/MutableLongIntMap;
0 5 1 keyValuePairs Ljava/lang/Iterable<Lorg/eclipse/collections/api/tuple/primitive/LongIntPair;>;
2 3 2 keyValuePair Lorg/eclipse/collections/api/tuple/primitive/LongIntPair;
Signature: (Ljava/lang/Iterable<Lorg/eclipse/collections/api/tuple/primitive/LongIntPair;>;)Lorg/eclipse/collections/api/map/primitive/MutableLongIntMap;
MethodParameters:
Name Flags
keyValuePairs
public abstract org.eclipse.collections.api.map.primitive.MutableLongIntMap asUnmodifiable();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableLongIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.map.primitive.MutableLongIntMap asSynchronized();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableLongIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract int addToValue(long, int);
descriptor: (JI)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
toBeAdded
public org.eclipse.collections.api.map.primitive.LongIntMap select(org.eclipse.collections.api.block.predicate.primitive.LongIntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongIntPredicate;)Lorg/eclipse/collections/api/map/primitive/LongIntMap;
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.map.primitive.MutableLongIntMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/LongIntPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableLongIntMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.LongIntMap reject(org.eclipse.collections.api.block.predicate.primitive.LongIntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongIntPredicate;)Lorg/eclipse/collections/api/map/primitive/LongIntMap;
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.map.primitive.MutableLongIntMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/LongIntPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableLongIntMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.IntLongMap flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/IntLongMap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface org.eclipse.collections.api.map.primitive.MutableLongIntMap.flipUniqueValues:()Lorg/eclipse/collections/api/map/primitive/MutableIntLongMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "MutableLongIntMap.java"