public interface org.eclipse.collections.api.map.primitive.MutableIntObjectMap<V> extends org.eclipse.collections.api.map.primitive.IntObjectMap<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.MutableIntObjectMap
super_class: java.lang.Object
{
public abstract V put(int, );
descriptor: (ILjava/lang/Object;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (ITV;)TV;
MethodParameters:
Name Flags
key
value
public V putPair(org.eclipse.collections.api.tuple.primitive.IntObjectPair<V>);
descriptor: (Lorg/eclipse/collections/api/tuple/primitive/IntObjectPair;)Ljava/lang/Object;
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.IntObjectPair.getOne:()I
aload 1
invokeinterface org.eclipse.collections.api.tuple.primitive.IntObjectPair.getTwo:()Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.map.primitive.MutableIntObjectMap.put:(ILjava/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/MutableIntObjectMap<TV;>;
0 1 1 keyValuePair Lorg/eclipse/collections/api/tuple/primitive/IntObjectPair<TV;>;
Signature: (Lorg/eclipse/collections/api/tuple/primitive/IntObjectPair<TV;>;)TV;
MethodParameters:
Name Flags
keyValuePair
public abstract void putAll(org.eclipse.collections.api.map.primitive.IntObjectMap<? extends V>);
descriptor: (Lorg/eclipse/collections/api/map/primitive/IntObjectMap;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/map/primitive/IntObjectMap<+TV;>;)V
MethodParameters:
Name Flags
map
public abstract V removeKey();
descriptor: (I)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (I)TV;
MethodParameters:
Name Flags
key
public abstract V remove();
descriptor: (I)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (I)TV;
MethodParameters:
Name Flags
key
public abstract V getIfAbsentPut(int, );
descriptor: (ILjava/lang/Object;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (ITV;)TV;
MethodParameters:
Name Flags
key
value
public abstract V getIfAbsentPut(int, org.eclipse.collections.api.block.function.Function0<? extends V>);
descriptor: (ILorg/eclipse/collections/api/block/function/Function0;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (ILorg/eclipse/collections/api/block/function/Function0<+TV;>;)TV;
MethodParameters:
Name Flags
key
function
public abstract V getIfAbsentPutWithKey(int, org.eclipse.collections.api.block.function.primitive.IntToObjectFunction<? extends V>);
descriptor: (ILorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (ILorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction<+TV;>;)TV;
MethodParameters:
Name Flags
key
function
public abstract <P> V getIfAbsentPutWith(int, org.eclipse.collections.api.block.function.Function<? super P, ? extends V>, );
descriptor: (ILorg/eclipse/collections/api/block/function/Function;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: <P:Ljava/lang/Object;>(ILorg/eclipse/collections/api/block/function/Function<-TP;+TV;>;TP;)TV;
MethodParameters:
Name Flags
key
function
parameter
public abstract V updateValue(int, org.eclipse.collections.api.block.function.Function0<? extends V>, org.eclipse.collections.api.block.function.Function<? super V, ? extends V>);
descriptor: (ILorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (ILorg/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(int, org.eclipse.collections.api.block.function.Function0<? extends V>, org.eclipse.collections.api.block.function.Function2<? super V, ? super P, ? extends V>, );
descriptor: (ILorg/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;>(ILorg/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.MutableObjectIntMap<V> flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableObjectIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lorg/eclipse/collections/api/map/primitive/MutableObjectIntMap<TV;>;
public abstract org.eclipse.collections.api.map.primitive.MutableIntObjectMap<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/MutableIntObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;)Lorg/eclipse/collections/api/map/primitive/MutableIntObjectMap<TV;>;
MethodParameters:
Name Flags
procedure
public abstract org.eclipse.collections.api.map.primitive.MutableIntObjectMap<V> select(org.eclipse.collections.api.block.predicate.primitive.IntObjectPredicate<? super V>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableIntObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate<-TV;>;)Lorg/eclipse/collections/api/map/primitive/MutableIntObjectMap<TV;>;
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.MutableIntObjectMap<V> reject(org.eclipse.collections.api.block.predicate.primitive.IntObjectPredicate<? super V>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableIntObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate<-TV;>;)Lorg/eclipse/collections/api/map/primitive/MutableIntObjectMap<TV;>;
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.MutableIntObjectMap<V> withKeyValue(int, V);
descriptor: (ILjava/lang/Object;)Lorg/eclipse/collections/api/map/primitive/MutableIntObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (ITV;)Lorg/eclipse/collections/api/map/primitive/MutableIntObjectMap<TV;>;
MethodParameters:
Name Flags
key
value
public abstract org.eclipse.collections.api.map.primitive.MutableIntObjectMap<V> withoutKey(int);
descriptor: (I)Lorg/eclipse/collections/api/map/primitive/MutableIntObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (I)Lorg/eclipse/collections/api/map/primitive/MutableIntObjectMap<TV;>;
MethodParameters:
Name Flags
key
public abstract org.eclipse.collections.api.map.primitive.MutableIntObjectMap<V> withoutAllKeys(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/map/primitive/MutableIntObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/map/primitive/MutableIntObjectMap<TV;>;
MethodParameters:
Name Flags
keys
public org.eclipse.collections.api.map.primitive.MutableIntObjectMap<V> withAllKeyValues(java.lang.Iterable<org.eclipse.collections.api.tuple.primitive.IntObjectPair<V>>);
descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/map/primitive/MutableIntObjectMap;
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.MutableIntObjectMap 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.IntObjectPair
astore 2
start local 2 2: aload 0
aload 2
invokeinterface org.eclipse.collections.api.map.primitive.MutableIntObjectMap.putPair:(Lorg/eclipse/collections/api/tuple/primitive/IntObjectPair;)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/MutableIntObjectMap<TV;>;
0 5 1 keyValuePairs Ljava/lang/Iterable<Lorg/eclipse/collections/api/tuple/primitive/IntObjectPair<TV;>;>;
2 3 2 keyValuePair Lorg/eclipse/collections/api/tuple/primitive/IntObjectPair<TV;>;
Signature: (Ljava/lang/Iterable<Lorg/eclipse/collections/api/tuple/primitive/IntObjectPair<TV;>;>;)Lorg/eclipse/collections/api/map/primitive/MutableIntObjectMap<TV;>;
MethodParameters:
Name Flags
keyValuePairs
public abstract org.eclipse.collections.api.map.primitive.MutableIntObjectMap<V> asUnmodifiable();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableIntObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lorg/eclipse/collections/api/map/primitive/MutableIntObjectMap<TV;>;
public abstract org.eclipse.collections.api.map.primitive.MutableIntObjectMap<V> asSynchronized();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableIntObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lorg/eclipse/collections/api/map/primitive/MutableIntObjectMap<TV;>;
public org.eclipse.collections.api.map.primitive.IntObjectMap reject(org.eclipse.collections.api.block.predicate.primitive.IntObjectPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/IntObjectMap;
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.IntObjectPredicate
invokeinterface org.eclipse.collections.api.map.primitive.MutableIntObjectMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableIntObjectMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.IntObjectMap select(org.eclipse.collections.api.block.predicate.primitive.IntObjectPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/IntObjectMap;
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.IntObjectPredicate
invokeinterface org.eclipse.collections.api.map.primitive.MutableIntObjectMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableIntObjectMap;
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.MutableIntObjectMap.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/primitive/MutableIntObjectMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.IntObjectMap tap(org.eclipse.collections.api.block.procedure.Procedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/primitive/IntObjectMap;
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.MutableIntObjectMap.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/primitive/MutableIntObjectMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.ObjectIntMap flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/ObjectIntMap;
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.MutableIntObjectMap.flipUniqueValues:()Lorg/eclipse/collections/api/map/primitive/MutableObjectIntMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <V:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/map/primitive/IntObjectMap<TV;>;Lorg/eclipse/collections/api/map/primitive/MutablePrimitiveObjectMap<TV;>;
SourceFile: "MutableIntObjectMap.java"