public interface org.eclipse.collections.api.map.primitive.MutableLongObjectMap<V> extends org.eclipse.collections.api.map.primitive.LongObjectMap<V>, org.eclipse.collections.api.map.primitive.MutablePrimitiveObjectMap<V>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.eclipse.collections.api.map.primitive.MutableLongObjectMap
super_class: java.lang.Object
{
public abstract V put(long, );
descriptor: (JLjava/lang/Object;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (JTV;)TV;
MethodParameters:
Name Flags
key
value
public V putPair(org.eclipse.collections.api.tuple.primitive.LongObjectPair<V>);
descriptor: (Lorg/eclipse/collections/api/tuple/primitive/LongObjectPair;)Ljava/lang/Object;
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.LongObjectPair.getOne:()J
aload 1
invokeinterface org.eclipse.collections.api.tuple.primitive.LongObjectPair.getTwo:()Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.map.primitive.MutableLongObjectMap.put:(JLjava/lang/Object;)Ljava/lang/Object;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/api/map/primitive/MutableLongObjectMap<TV;>;
0 1 1 keyValuePair Lorg/eclipse/collections/api/tuple/primitive/LongObjectPair<TV;>;
Signature: (Lorg/eclipse/collections/api/tuple/primitive/LongObjectPair<TV;>;)TV;
MethodParameters:
Name Flags
keyValuePair
public abstract void putAll(org.eclipse.collections.api.map.primitive.LongObjectMap<? extends V>);
descriptor: (Lorg/eclipse/collections/api/map/primitive/LongObjectMap;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/map/primitive/LongObjectMap<+TV;>;)V
MethodParameters:
Name Flags
map
public abstract V removeKey();
descriptor: (J)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (J)TV;
MethodParameters:
Name Flags
key
public abstract V remove();
descriptor: (J)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (J)TV;
MethodParameters:
Name Flags
key
public abstract V getIfAbsentPut(long, );
descriptor: (JLjava/lang/Object;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (JTV;)TV;
MethodParameters:
Name Flags
key
value
public abstract V getIfAbsentPut(long, org.eclipse.collections.api.block.function.Function0<? extends V>);
descriptor: (JLorg/eclipse/collections/api/block/function/Function0;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (JLorg/eclipse/collections/api/block/function/Function0<+TV;>;)TV;
MethodParameters:
Name Flags
key
function
public abstract V getIfAbsentPutWithKey(long, org.eclipse.collections.api.block.function.primitive.LongToObjectFunction<? extends V>);
descriptor: (JLorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (JLorg/eclipse/collections/api/block/function/primitive/LongToObjectFunction<+TV;>;)TV;
MethodParameters:
Name Flags
key
function
public abstract <P> V getIfAbsentPutWith(long, org.eclipse.collections.api.block.function.Function<? super P, ? extends V>, );
descriptor: (JLorg/eclipse/collections/api/block/function/Function;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: <P:Ljava/lang/Object;>(JLorg/eclipse/collections/api/block/function/Function<-TP;+TV;>;TP;)TV;
MethodParameters:
Name Flags
key
function
parameter
public abstract V updateValue(long, org.eclipse.collections.api.block.function.Function0<? extends V>, org.eclipse.collections.api.block.function.Function<? super V, ? extends V>);
descriptor: (JLorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (JLorg/eclipse/collections/api/block/function/Function0<+TV;>;Lorg/eclipse/collections/api/block/function/Function<-TV;+TV;>;)TV;
MethodParameters:
Name Flags
key
factory
function
public abstract <P> V updateValueWith(long, org.eclipse.collections.api.block.function.Function0<? extends V>, org.eclipse.collections.api.block.function.Function2<? super V, ? super P, ? extends V>, );
descriptor: (JLorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: <P:Ljava/lang/Object;>(JLorg/eclipse/collections/api/block/function/Function0<+TV;>;Lorg/eclipse/collections/api/block/function/Function2<-TV;-TP;+TV;>;TP;)TV;
MethodParameters:
Name Flags
key
factory
function
parameter
public abstract org.eclipse.collections.api.map.primitive.MutableObjectLongMap<V> flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableObjectLongMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lorg/eclipse/collections/api/map/primitive/MutableObjectLongMap<TV;>;
public abstract org.eclipse.collections.api.map.primitive.MutableLongObjectMap<V> tap(org.eclipse.collections.api.block.procedure.Procedure<? super V>);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/primitive/MutableLongObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;)Lorg/eclipse/collections/api/map/primitive/MutableLongObjectMap<TV;>;
MethodParameters:
Name Flags
procedure
public abstract org.eclipse.collections.api.map.primitive.MutableLongObjectMap<V> select(org.eclipse.collections.api.block.predicate.primitive.LongObjectPredicate<? super V>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableLongObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/block/predicate/primitive/LongObjectPredicate<-TV;>;)Lorg/eclipse/collections/api/map/primitive/MutableLongObjectMap<TV;>;
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.MutableLongObjectMap<V> reject(org.eclipse.collections.api.block.predicate.primitive.LongObjectPredicate<? super V>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableLongObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/block/predicate/primitive/LongObjectPredicate<-TV;>;)Lorg/eclipse/collections/api/map/primitive/MutableLongObjectMap<TV;>;
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.MutableLongObjectMap<V> withKeyValue(long, V);
descriptor: (JLjava/lang/Object;)Lorg/eclipse/collections/api/map/primitive/MutableLongObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (JTV;)Lorg/eclipse/collections/api/map/primitive/MutableLongObjectMap<TV;>;
MethodParameters:
Name Flags
key
value
public abstract org.eclipse.collections.api.map.primitive.MutableLongObjectMap<V> withoutKey(long);
descriptor: (J)Lorg/eclipse/collections/api/map/primitive/MutableLongObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (J)Lorg/eclipse/collections/api/map/primitive/MutableLongObjectMap<TV;>;
MethodParameters:
Name Flags
key
public abstract org.eclipse.collections.api.map.primitive.MutableLongObjectMap<V> withoutAllKeys(org.eclipse.collections.api.LongIterable);
descriptor: (Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/api/map/primitive/MutableLongObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/LongIterable;)Lorg/eclipse/collections/api/map/primitive/MutableLongObjectMap<TV;>;
MethodParameters:
Name Flags
keys
public org.eclipse.collections.api.map.primitive.MutableLongObjectMap<V> withAllKeyValues(java.lang.Iterable<org.eclipse.collections.api.tuple.primitive.LongObjectPair<V>>);
descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/map/primitive/MutableLongObjectMap;
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.MutableLongObjectMap 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.LongObjectPair
astore 2
start local 2 2: aload 0
aload 2
invokeinterface org.eclipse.collections.api.map.primitive.MutableLongObjectMap.putPair:(Lorg/eclipse/collections/api/tuple/primitive/LongObjectPair;)Ljava/lang/Object;
pop
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/MutableLongObjectMap<TV;>;
0 5 1 keyValuePairs Ljava/lang/Iterable<Lorg/eclipse/collections/api/tuple/primitive/LongObjectPair<TV;>;>;
2 3 2 keyValuePair Lorg/eclipse/collections/api/tuple/primitive/LongObjectPair<TV;>;
Signature: (Ljava/lang/Iterable<Lorg/eclipse/collections/api/tuple/primitive/LongObjectPair<TV;>;>;)Lorg/eclipse/collections/api/map/primitive/MutableLongObjectMap<TV;>;
MethodParameters:
Name Flags
keyValuePairs
public abstract org.eclipse.collections.api.map.primitive.MutableLongObjectMap<V> asUnmodifiable();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableLongObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lorg/eclipse/collections/api/map/primitive/MutableLongObjectMap<TV;>;
public abstract org.eclipse.collections.api.map.primitive.MutableLongObjectMap<V> asSynchronized();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableLongObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lorg/eclipse/collections/api/map/primitive/MutableLongObjectMap<TV;>;
public org.eclipse.collections.api.map.primitive.LongObjectMap reject(org.eclipse.collections.api.block.predicate.primitive.LongObjectPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/LongObjectMap;
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.predicate.primitive.LongObjectPredicate
invokeinterface org.eclipse.collections.api.map.primitive.MutableLongObjectMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/LongObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableLongObjectMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.LongObjectMap select(org.eclipse.collections.api.block.predicate.primitive.LongObjectPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/LongObjectMap;
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.predicate.primitive.LongObjectPredicate
invokeinterface org.eclipse.collections.api.map.primitive.MutableLongObjectMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/LongObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableLongObjectMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable tap(org.eclipse.collections.api.block.procedure.Procedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)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.procedure.Procedure
invokeinterface org.eclipse.collections.api.map.primitive.MutableLongObjectMap.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/primitive/MutableLongObjectMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.LongObjectMap tap(org.eclipse.collections.api.block.procedure.Procedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/primitive/LongObjectMap;
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.procedure.Procedure
invokeinterface org.eclipse.collections.api.map.primitive.MutableLongObjectMap.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/primitive/MutableLongObjectMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.ObjectLongMap flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/ObjectLongMap;
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.MutableLongObjectMap.flipUniqueValues:()Lorg/eclipse/collections/api/map/primitive/MutableObjectLongMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <V:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/map/primitive/LongObjectMap<TV;>;Lorg/eclipse/collections/api/map/primitive/MutablePrimitiveObjectMap<TV;>;
SourceFile: "MutableLongObjectMap.java"