public interface org.eclipse.collections.api.map.primitive.MutableDoubleObjectMap<V> extends org.eclipse.collections.api.map.primitive.DoubleObjectMap<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.MutableDoubleObjectMap
super_class: java.lang.Object
{
public abstract V put(double, );
descriptor: (DLjava/lang/Object;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (DTV;)TV;
MethodParameters:
Name Flags
key
value
public V putPair(org.eclipse.collections.api.tuple.primitive.DoubleObjectPair<V>);
descriptor: (Lorg/eclipse/collections/api/tuple/primitive/DoubleObjectPair;)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.DoubleObjectPair.getOne:()D
aload 1
invokeinterface org.eclipse.collections.api.tuple.primitive.DoubleObjectPair.getTwo:()Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.map.primitive.MutableDoubleObjectMap.put:(DLjava/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/MutableDoubleObjectMap<TV;>;
0 1 1 keyValuePair Lorg/eclipse/collections/api/tuple/primitive/DoubleObjectPair<TV;>;
Signature: (Lorg/eclipse/collections/api/tuple/primitive/DoubleObjectPair<TV;>;)TV;
MethodParameters:
Name Flags
keyValuePair
public abstract void putAll(org.eclipse.collections.api.map.primitive.DoubleObjectMap<? extends V>);
descriptor: (Lorg/eclipse/collections/api/map/primitive/DoubleObjectMap;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/map/primitive/DoubleObjectMap<+TV;>;)V
MethodParameters:
Name Flags
map
public abstract V removeKey();
descriptor: (D)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (D)TV;
MethodParameters:
Name Flags
key
public abstract V remove();
descriptor: (D)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (D)TV;
MethodParameters:
Name Flags
key
public abstract V getIfAbsentPut(double, );
descriptor: (DLjava/lang/Object;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (DTV;)TV;
MethodParameters:
Name Flags
key
value
public abstract V getIfAbsentPut(double, org.eclipse.collections.api.block.function.Function0<? extends V>);
descriptor: (DLorg/eclipse/collections/api/block/function/Function0;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (DLorg/eclipse/collections/api/block/function/Function0<+TV;>;)TV;
MethodParameters:
Name Flags
key
function
public abstract V getIfAbsentPutWithKey(double, org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction<? extends V>);
descriptor: (DLorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (DLorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;)TV;
MethodParameters:
Name Flags
key
function
public abstract <P> V getIfAbsentPutWith(double, org.eclipse.collections.api.block.function.Function<? super P, ? extends V>, );
descriptor: (DLorg/eclipse/collections/api/block/function/Function;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: <P:Ljava/lang/Object;>(DLorg/eclipse/collections/api/block/function/Function<-TP;+TV;>;TP;)TV;
MethodParameters:
Name Flags
key
function
parameter
public abstract V updateValue(double, org.eclipse.collections.api.block.function.Function0<? extends V>, org.eclipse.collections.api.block.function.Function<? super V, ? extends V>);
descriptor: (DLorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (DLorg/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(double, org.eclipse.collections.api.block.function.Function0<? extends V>, org.eclipse.collections.api.block.function.Function2<? super V, ? super P, ? extends V>, );
descriptor: (DLorg/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;>(DLorg/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.MutableObjectDoubleMap<V> flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap<TV;>;
public abstract org.eclipse.collections.api.map.primitive.MutableDoubleObjectMap<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/MutableDoubleObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;)Lorg/eclipse/collections/api/map/primitive/MutableDoubleObjectMap<TV;>;
MethodParameters:
Name Flags
procedure
public abstract org.eclipse.collections.api.map.primitive.MutableDoubleObjectMap<V> select(org.eclipse.collections.api.block.predicate.primitive.DoubleObjectPredicate<? super V>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoubleObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableDoubleObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/block/predicate/primitive/DoubleObjectPredicate<-TV;>;)Lorg/eclipse/collections/api/map/primitive/MutableDoubleObjectMap<TV;>;
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.MutableDoubleObjectMap<V> reject(org.eclipse.collections.api.block.predicate.primitive.DoubleObjectPredicate<? super V>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoubleObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableDoubleObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/block/predicate/primitive/DoubleObjectPredicate<-TV;>;)Lorg/eclipse/collections/api/map/primitive/MutableDoubleObjectMap<TV;>;
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.MutableDoubleObjectMap<V> withKeyValue(double, V);
descriptor: (DLjava/lang/Object;)Lorg/eclipse/collections/api/map/primitive/MutableDoubleObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (DTV;)Lorg/eclipse/collections/api/map/primitive/MutableDoubleObjectMap<TV;>;
MethodParameters:
Name Flags
key
value
public abstract org.eclipse.collections.api.map.primitive.MutableDoubleObjectMap<V> withoutKey(double);
descriptor: (D)Lorg/eclipse/collections/api/map/primitive/MutableDoubleObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (D)Lorg/eclipse/collections/api/map/primitive/MutableDoubleObjectMap<TV;>;
MethodParameters:
Name Flags
key
public abstract org.eclipse.collections.api.map.primitive.MutableDoubleObjectMap<V> withoutAllKeys(org.eclipse.collections.api.DoubleIterable);
descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/map/primitive/MutableDoubleObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/map/primitive/MutableDoubleObjectMap<TV;>;
MethodParameters:
Name Flags
keys
public abstract org.eclipse.collections.api.map.primitive.MutableDoubleObjectMap<V> asUnmodifiable();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableDoubleObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lorg/eclipse/collections/api/map/primitive/MutableDoubleObjectMap<TV;>;
public abstract org.eclipse.collections.api.map.primitive.MutableDoubleObjectMap<V> asSynchronized();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableDoubleObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lorg/eclipse/collections/api/map/primitive/MutableDoubleObjectMap<TV;>;
public org.eclipse.collections.api.map.primitive.DoubleObjectMap reject(org.eclipse.collections.api.block.predicate.primitive.DoubleObjectPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoubleObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/DoubleObjectMap;
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.DoubleObjectPredicate
invokeinterface org.eclipse.collections.api.map.primitive.MutableDoubleObjectMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoubleObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableDoubleObjectMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.DoubleObjectMap select(org.eclipse.collections.api.block.predicate.primitive.DoubleObjectPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoubleObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/DoubleObjectMap;
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.DoubleObjectPredicate
invokeinterface org.eclipse.collections.api.map.primitive.MutableDoubleObjectMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoubleObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableDoubleObjectMap;
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.MutableDoubleObjectMap.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/primitive/MutableDoubleObjectMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.DoubleObjectMap tap(org.eclipse.collections.api.block.procedure.Procedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/primitive/DoubleObjectMap;
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.MutableDoubleObjectMap.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/primitive/MutableDoubleObjectMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.ObjectDoubleMap flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/ObjectDoubleMap;
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.MutableDoubleObjectMap.flipUniqueValues:()Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <V:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/map/primitive/DoubleObjectMap<TV;>;Lorg/eclipse/collections/api/map/primitive/MutablePrimitiveObjectMap<TV;>;
SourceFile: "MutableDoubleObjectMap.java"