public interface org.eclipse.collections.api.map.primitive.MutableCharIntMap extends org.eclipse.collections.api.map.primitive.CharIntMap, org.eclipse.collections.api.map.primitive.MutableIntValuesMap
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.eclipse.collections.api.map.primitive.MutableCharIntMap
super_class: java.lang.Object
{
public abstract void put(char, int);
descriptor: (CI)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
value
public void putPair(org.eclipse.collections.api.tuple.primitive.CharIntPair);
descriptor: (Lorg/eclipse/collections/api/tuple/primitive/CharIntPair;)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.CharIntPair.getOne:()C
aload 1
invokeinterface org.eclipse.collections.api.tuple.primitive.CharIntPair.getTwo:()I
invokeinterface org.eclipse.collections.api.map.primitive.MutableCharIntMap.put:(CI)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/MutableCharIntMap;
0 2 1 keyValuePair Lorg/eclipse/collections/api/tuple/primitive/CharIntPair;
MethodParameters:
Name Flags
keyValuePair
public abstract void putAll(org.eclipse.collections.api.map.primitive.CharIntMap);
descriptor: (Lorg/eclipse/collections/api/map/primitive/CharIntMap;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
map
public abstract void removeKey(char);
descriptor: (C)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
public abstract void remove(char);
descriptor: (C)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
public abstract int removeKeyIfAbsent(char, int);
descriptor: (CI)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
value
public abstract int getIfAbsentPut(char, int);
descriptor: (CI)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
value
public abstract int getIfAbsentPut(char, org.eclipse.collections.api.block.function.primitive.IntFunction0);
descriptor: (CLorg/eclipse/collections/api/block/function/primitive/IntFunction0;)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
function
public abstract int getIfAbsentPutWithKey(char, org.eclipse.collections.api.block.function.primitive.CharToIntFunction);
descriptor: (CLorg/eclipse/collections/api/block/function/primitive/CharToIntFunction;)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
function
public abstract <P> int getIfAbsentPutWith(char, org.eclipse.collections.api.block.function.primitive.IntFunction<? super P>, );
descriptor: (CLorg/eclipse/collections/api/block/function/primitive/IntFunction;Ljava/lang/Object;)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: <P:Ljava/lang/Object;>(CLorg/eclipse/collections/api/block/function/primitive/IntFunction<-TP;>;TP;)I
MethodParameters:
Name Flags
key
function
parameter
public abstract int updateValue(char, int, org.eclipse.collections.api.block.function.primitive.IntToIntFunction);
descriptor: (CILorg/eclipse/collections/api/block/function/primitive/IntToIntFunction;)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
initialValueIfAbsent
function
public abstract org.eclipse.collections.api.map.primitive.MutableIntCharMap flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableIntCharMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.map.primitive.MutableCharIntMap select(org.eclipse.collections.api.block.predicate.primitive.CharIntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharIntPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableCharIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.MutableCharIntMap reject(org.eclipse.collections.api.block.predicate.primitive.CharIntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharIntPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableCharIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.MutableCharIntMap withKeyValue(char, int);
descriptor: (CI)Lorg/eclipse/collections/api/map/primitive/MutableCharIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
value
public abstract org.eclipse.collections.api.map.primitive.MutableCharIntMap withoutKey(char);
descriptor: (C)Lorg/eclipse/collections/api/map/primitive/MutableCharIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
public abstract org.eclipse.collections.api.map.primitive.MutableCharIntMap withoutAllKeys(org.eclipse.collections.api.CharIterable);
descriptor: (Lorg/eclipse/collections/api/CharIterable;)Lorg/eclipse/collections/api/map/primitive/MutableCharIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
keys
public abstract org.eclipse.collections.api.map.primitive.MutableCharIntMap asUnmodifiable();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableCharIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.map.primitive.MutableCharIntMap asSynchronized();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableCharIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract int addToValue(char, int);
descriptor: (CI)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
toBeAdded
public org.eclipse.collections.api.map.primitive.CharIntMap select(org.eclipse.collections.api.block.predicate.primitive.CharIntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharIntPredicate;)Lorg/eclipse/collections/api/map/primitive/CharIntMap;
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.MutableCharIntMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/CharIntPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableCharIntMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.CharIntMap reject(org.eclipse.collections.api.block.predicate.primitive.CharIntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/CharIntPredicate;)Lorg/eclipse/collections/api/map/primitive/CharIntMap;
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.MutableCharIntMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/CharIntPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableCharIntMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.IntCharMap flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/IntCharMap;
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.MutableCharIntMap.flipUniqueValues:()Lorg/eclipse/collections/api/map/primitive/MutableIntCharMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "MutableCharIntMap.java"