public interface org.eclipse.collections.api.map.primitive.MutableIntFloatMap extends org.eclipse.collections.api.map.primitive.IntFloatMap, org.eclipse.collections.api.map.primitive.MutableFloatValuesMap
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.eclipse.collections.api.map.primitive.MutableIntFloatMap
super_class: java.lang.Object
{
public abstract void put(int, float);
descriptor: (IF)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
value
public void putPair(org.eclipse.collections.api.tuple.primitive.IntFloatPair);
descriptor: (Lorg/eclipse/collections/api/tuple/primitive/IntFloatPair;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.tuple.primitive.IntFloatPair.getOne:()I
aload 1
invokeinterface org.eclipse.collections.api.tuple.primitive.IntFloatPair.getTwo:()F
invokeinterface org.eclipse.collections.api.map.primitive.MutableIntFloatMap.put:(IF)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/MutableIntFloatMap;
0 2 1 keyValuePair Lorg/eclipse/collections/api/tuple/primitive/IntFloatPair;
MethodParameters:
Name Flags
keyValuePair
public abstract void putAll(org.eclipse.collections.api.map.primitive.IntFloatMap);
descriptor: (Lorg/eclipse/collections/api/map/primitive/IntFloatMap;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
map
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 float removeKeyIfAbsent(int, float);
descriptor: (IF)F
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
value
public abstract float getIfAbsentPut(int, float);
descriptor: (IF)F
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
value
public abstract float getIfAbsentPut(int, org.eclipse.collections.api.block.function.primitive.FloatFunction0);
descriptor: (ILorg/eclipse/collections/api/block/function/primitive/FloatFunction0;)F
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
function
public abstract float getIfAbsentPutWithKey(int, org.eclipse.collections.api.block.function.primitive.IntToFloatFunction);
descriptor: (ILorg/eclipse/collections/api/block/function/primitive/IntToFloatFunction;)F
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
function
public abstract <P> float getIfAbsentPutWith(int, org.eclipse.collections.api.block.function.primitive.FloatFunction<? super P>, );
descriptor: (ILorg/eclipse/collections/api/block/function/primitive/FloatFunction;Ljava/lang/Object;)F
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: <P:Ljava/lang/Object;>(ILorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TP;>;TP;)F
MethodParameters:
Name Flags
key
function
parameter
public abstract float updateValue(int, float, org.eclipse.collections.api.block.function.primitive.FloatToFloatFunction);
descriptor: (IFLorg/eclipse/collections/api/block/function/primitive/FloatToFloatFunction;)F
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
initialValueIfAbsent
function
public abstract org.eclipse.collections.api.map.primitive.MutableFloatIntMap flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableFloatIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.map.primitive.MutableIntFloatMap select(org.eclipse.collections.api.block.predicate.primitive.IntFloatPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntFloatPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableIntFloatMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.MutableIntFloatMap reject(org.eclipse.collections.api.block.predicate.primitive.IntFloatPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntFloatPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableIntFloatMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.MutableIntFloatMap withKeyValue(int, float);
descriptor: (IF)Lorg/eclipse/collections/api/map/primitive/MutableIntFloatMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
value
public abstract org.eclipse.collections.api.map.primitive.MutableIntFloatMap withoutKey(int);
descriptor: (I)Lorg/eclipse/collections/api/map/primitive/MutableIntFloatMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
public abstract org.eclipse.collections.api.map.primitive.MutableIntFloatMap withoutAllKeys(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/map/primitive/MutableIntFloatMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
keys
public abstract org.eclipse.collections.api.map.primitive.MutableIntFloatMap asUnmodifiable();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableIntFloatMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.map.primitive.MutableIntFloatMap asSynchronized();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableIntFloatMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract float addToValue(int, float);
descriptor: (IF)F
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
toBeAdded
public org.eclipse.collections.api.map.primitive.IntFloatMap select(org.eclipse.collections.api.block.predicate.primitive.IntFloatPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntFloatPredicate;)Lorg/eclipse/collections/api/map/primitive/IntFloatMap;
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.MutableIntFloatMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntFloatPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableIntFloatMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.IntFloatMap reject(org.eclipse.collections.api.block.predicate.primitive.IntFloatPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntFloatPredicate;)Lorg/eclipse/collections/api/map/primitive/IntFloatMap;
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.MutableIntFloatMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntFloatPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableIntFloatMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.FloatIntMap flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/FloatIntMap;
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.MutableIntFloatMap.flipUniqueValues:()Lorg/eclipse/collections/api/map/primitive/MutableFloatIntMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "MutableIntFloatMap.java"