public interface org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap<K> extends org.eclipse.collections.api.map.primitive.ObjectDoubleMap<K>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap
super_class: java.lang.Object
{
public abstract org.eclipse.collections.api.iterator.MutableDoubleIterator doubleIterator();
descriptor: ()Lorg/eclipse/collections/api/iterator/MutableDoubleIterator;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void clear();
descriptor: ()V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void put(K, );
descriptor: (Ljava/lang/Object;D)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (TK;D)V
MethodParameters:
Name Flags
key
value
public void putPair(org.eclipse.collections.api.tuple.primitive.ObjectDoublePair<K>);
descriptor: (Lorg/eclipse/collections/api/tuple/primitive/ObjectDoublePair;)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.ObjectDoublePair.getOne:()Ljava/lang/Object;
aload 1
invokeinterface org.eclipse.collections.api.tuple.primitive.ObjectDoublePair.getTwo:()D
invokeinterface org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap.put:(Ljava/lang/Object;D)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/MutableObjectDoubleMap<TK;>;
0 2 1 keyValuePair Lorg/eclipse/collections/api/tuple/primitive/ObjectDoublePair<TK;>;
Signature: (Lorg/eclipse/collections/api/tuple/primitive/ObjectDoublePair<TK;>;)V
MethodParameters:
Name Flags
keyValuePair
public abstract void putAll(org.eclipse.collections.api.map.primitive.ObjectDoubleMap<? extends K>);
descriptor: (Lorg/eclipse/collections/api/map/primitive/ObjectDoubleMap;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/map/primitive/ObjectDoubleMap<+TK;>;)V
MethodParameters:
Name Flags
map
public abstract void removeKey();
descriptor: (Ljava/lang/Object;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (TK;)V
MethodParameters:
Name Flags
key
public abstract void remove(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
public abstract double removeKeyIfAbsent(K, );
descriptor: (Ljava/lang/Object;D)D
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (TK;D)D
MethodParameters:
Name Flags
key
value
public abstract double getIfAbsentPut(K, );
descriptor: (Ljava/lang/Object;D)D
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (TK;D)D
MethodParameters:
Name Flags
key
value
public abstract double getIfAbsentPut(K, org.eclipse.collections.api.block.function.primitive.DoubleFunction0);
descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction0;)D
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (TK;Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction0;)D
MethodParameters:
Name Flags
key
function
public abstract double getIfAbsentPutWithKey(K, org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super K>);
descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)D
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (TK;Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TK;>;)D
MethodParameters:
Name Flags
key
function
public abstract <P> double getIfAbsentPutWith(K, org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super P>, );
descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;Ljava/lang/Object;)D
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: <P:Ljava/lang/Object;>(TK;Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TP;>;TP;)D
MethodParameters:
Name Flags
key
function
parameter
public abstract double updateValue(K, double, org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction);
descriptor: (Ljava/lang/Object;DLorg/eclipse/collections/api/block/function/primitive/DoubleToDoubleFunction;)D
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (TK;DLorg/eclipse/collections/api/block/function/primitive/DoubleToDoubleFunction;)D
MethodParameters:
Name Flags
key
initialValueIfAbsent
function
public abstract org.eclipse.collections.api.map.primitive.MutableDoubleObjectMap<K> flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableDoubleObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lorg/eclipse/collections/api/map/primitive/MutableDoubleObjectMap<TK;>;
public abstract org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap<K> select(org.eclipse.collections.api.block.predicate.primitive.ObjectDoublePredicate<? super K>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ObjectDoublePredicate;)Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/block/predicate/primitive/ObjectDoublePredicate<-TK;>;)Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap<TK;>;
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap<K> reject(org.eclipse.collections.api.block.predicate.primitive.ObjectDoublePredicate<? super K>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ObjectDoublePredicate;)Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/block/predicate/primitive/ObjectDoublePredicate<-TK;>;)Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap<TK;>;
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.collection.primitive.MutableDoubleCollection select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.collection.primitive.MutableDoubleCollection reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
predicate
public org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap<K> tap(org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)V
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap<TK;>;
0 2 1 procedure Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;
Signature: (Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap<TK;>;
MethodParameters:
Name Flags
procedure
public abstract <V> org.eclipse.collections.api.collection.MutableCollection<V> collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction<? extends V>);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/collection/MutableCollection;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/collection/MutableCollection<TV;>;
MethodParameters:
Name Flags
function
public abstract org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap<K> withKeyValue(K, double);
descriptor: (Ljava/lang/Object;D)Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (TK;D)Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap<TK;>;
MethodParameters:
Name Flags
key
value
public abstract org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap<K> withoutKey(K);
descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (TK;)Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap<TK;>;
MethodParameters:
Name Flags
key
public abstract org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap<K> withoutAllKeys(java.lang.Iterable<? extends K>);
descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Ljava/lang/Iterable<+TK;>;)Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap<TK;>;
MethodParameters:
Name Flags
keys
public abstract org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap<K> asUnmodifiable();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap<TK;>;
public abstract org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap<K> asSynchronized();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap<TK;>;
public abstract double addToValue(K, );
descriptor: (Ljava/lang/Object;D)D
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (TK;D)D
MethodParameters:
Name Flags
key
toBeAdded
public org.eclipse.collections.api.iterator.DoubleIterator doubleIterator();
descriptor: ()Lorg/eclipse/collections/api/iterator/DoubleIterator;
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.MutableObjectDoubleMap.doubleIterator:()Lorg/eclipse/collections/api/iterator/MutableDoubleIterator;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.DoubleIterable select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/DoubleIterable;
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.MutableObjectDoubleMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.ObjectDoubleMap select(org.eclipse.collections.api.block.predicate.primitive.ObjectDoublePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ObjectDoublePredicate;)Lorg/eclipse/collections/api/map/primitive/ObjectDoubleMap;
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.ObjectDoublePredicate
invokeinterface org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/ObjectDoublePredicate;)Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)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.DoubleToObjectFunction
invokeinterface org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/collection/MutableCollection;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.DoubleIterable tap(org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)Lorg/eclipse/collections/api/DoubleIterable;
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.MutableObjectDoubleMap.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.ObjectDoubleMap tap(org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)Lorg/eclipse/collections/api/map/primitive/ObjectDoubleMap;
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.MutableObjectDoubleMap.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.DoubleIterable reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/DoubleIterable;
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.MutableObjectDoubleMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.ObjectDoubleMap reject(org.eclipse.collections.api.block.predicate.primitive.ObjectDoublePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ObjectDoublePredicate;)Lorg/eclipse/collections/api/map/primitive/ObjectDoubleMap;
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.ObjectDoublePredicate
invokeinterface org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/ObjectDoublePredicate;)Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.DoubleObjectMap flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/DoubleObjectMap;
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.MutableObjectDoubleMap.flipUniqueValues:()Lorg/eclipse/collections/api/map/primitive/MutableDoubleObjectMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <K:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/map/primitive/ObjectDoubleMap<TK;>;
SourceFile: "MutableObjectDoubleMap.java"