public interface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap extends org.eclipse.collections.api.map.primitive.IntDoubleMap, org.eclipse.collections.api.map.primitive.MutableDoubleValuesMap
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.eclipse.collections.api.map.primitive.MutableIntDoubleMap
super_class: java.lang.Object
{
public abstract void put(int, double);
descriptor: (ID)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
value
public void putPair(org.eclipse.collections.api.tuple.primitive.IntDoublePair);
descriptor: (Lorg/eclipse/collections/api/tuple/primitive/IntDoublePair;)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.IntDoublePair.getOne:()I
aload 1
invokeinterface org.eclipse.collections.api.tuple.primitive.IntDoublePair.getTwo:()D
invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.put:(ID)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/MutableIntDoubleMap;
0 2 1 keyValuePair Lorg/eclipse/collections/api/tuple/primitive/IntDoublePair;
MethodParameters:
Name Flags
keyValuePair
public abstract void putAll(org.eclipse.collections.api.map.primitive.IntDoubleMap);
descriptor: (Lorg/eclipse/collections/api/map/primitive/IntDoubleMap;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
map
public abstract void updateValues(org.eclipse.collections.api.block.function.primitive.IntDoubleToDoubleFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntDoubleToDoubleFunction;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
function
public abstract void removeKey(int);
descriptor: (I)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
public abstract void remove(int);
descriptor: (I)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
public abstract double removeKeyIfAbsent(int, double);
descriptor: (ID)D
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
value
public abstract double getIfAbsentPut(int, double);
descriptor: (ID)D
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
value
public abstract double getIfAbsentPut(int, org.eclipse.collections.api.block.function.primitive.DoubleFunction0);
descriptor: (ILorg/eclipse/collections/api/block/function/primitive/DoubleFunction0;)D
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
function
public abstract double getIfAbsentPutWithKey(int, org.eclipse.collections.api.block.function.primitive.IntToDoubleFunction);
descriptor: (ILorg/eclipse/collections/api/block/function/primitive/IntToDoubleFunction;)D
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
function
public abstract <P> double getIfAbsentPutWith(int, org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super P>, );
descriptor: (ILorg/eclipse/collections/api/block/function/primitive/DoubleFunction;Ljava/lang/Object;)D
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: <P:Ljava/lang/Object;>(ILorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TP;>;TP;)D
MethodParameters:
Name Flags
key
function
parameter
public abstract double updateValue(int, double, org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction);
descriptor: (IDLorg/eclipse/collections/api/block/function/primitive/DoubleToDoubleFunction;)D
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
initialValueIfAbsent
function
public abstract org.eclipse.collections.api.map.primitive.MutableDoubleIntMap flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableDoubleIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.map.primitive.MutableIntDoubleMap select(org.eclipse.collections.api.block.predicate.primitive.IntDoublePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntDoublePredicate;)Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.MutableIntDoubleMap reject(org.eclipse.collections.api.block.predicate.primitive.IntDoublePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntDoublePredicate;)Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.MutableIntDoubleMap withKeyValue(int, double);
descriptor: (ID)Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
value
public abstract org.eclipse.collections.api.map.primitive.MutableIntDoubleMap withoutKey(int);
descriptor: (I)Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
public abstract org.eclipse.collections.api.map.primitive.MutableIntDoubleMap withoutAllKeys(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
keys
public org.eclipse.collections.api.map.primitive.MutableIntDoubleMap withAllKeyValues(java.lang.Iterable<org.eclipse.collections.api.tuple.primitive.IntDoublePair>);
descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
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.MutableIntDoubleMap 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.IntDoublePair
astore 2
start local 2 2: aload 0
aload 2
invokeinterface org.eclipse.collections.api.map.primitive.MutableIntDoubleMap.putPair:(Lorg/eclipse/collections/api/tuple/primitive/IntDoublePair;)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/MutableIntDoubleMap;
0 5 1 keyValuePairs Ljava/lang/Iterable<Lorg/eclipse/collections/api/tuple/primitive/IntDoublePair;>;
2 3 2 keyValuePair Lorg/eclipse/collections/api/tuple/primitive/IntDoublePair;
Signature: (Ljava/lang/Iterable<Lorg/eclipse/collections/api/tuple/primitive/IntDoublePair;>;)Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
MethodParameters:
Name Flags
keyValuePairs
public abstract org.eclipse.collections.api.map.primitive.MutableIntDoubleMap asUnmodifiable();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.map.primitive.MutableIntDoubleMap asSynchronized();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract double addToValue(int, double);
descriptor: (ID)D
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
toBeAdded
public org.eclipse.collections.api.map.primitive.IntDoubleMap select(org.eclipse.collections.api.block.predicate.primitive.IntDoublePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntDoublePredicate;)Lorg/eclipse/collections/api/map/primitive/IntDoubleMap;
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.MutableIntDoubleMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntDoublePredicate;)Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.IntDoubleMap reject(org.eclipse.collections.api.block.predicate.primitive.IntDoublePredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntDoublePredicate;)Lorg/eclipse/collections/api/map/primitive/IntDoubleMap;
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.MutableIntDoubleMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntDoublePredicate;)Lorg/eclipse/collections/api/map/primitive/MutableIntDoubleMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.DoubleIntMap flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/DoubleIntMap;
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.MutableIntDoubleMap.flipUniqueValues:()Lorg/eclipse/collections/api/map/primitive/MutableDoubleIntMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "MutableIntDoubleMap.java"