public interface org.eclipse.collections.api.map.primitive.MutableIntCharMap extends org.eclipse.collections.api.map.primitive.IntCharMap, org.eclipse.collections.api.map.primitive.MutableCharValuesMap
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.eclipse.collections.api.map.primitive.MutableIntCharMap
super_class: java.lang.Object
{
public abstract void put(int, char);
descriptor: (IC)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
value
public void putPair(org.eclipse.collections.api.tuple.primitive.IntCharPair);
descriptor: (Lorg/eclipse/collections/api/tuple/primitive/IntCharPair;)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.IntCharPair.getOne:()I
aload 1
invokeinterface org.eclipse.collections.api.tuple.primitive.IntCharPair.getTwo:()C
invokeinterface org.eclipse.collections.api.map.primitive.MutableIntCharMap.put:(IC)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/MutableIntCharMap;
0 2 1 keyValuePair Lorg/eclipse/collections/api/tuple/primitive/IntCharPair;
MethodParameters:
Name Flags
keyValuePair
public abstract void putAll(org.eclipse.collections.api.map.primitive.IntCharMap);
descriptor: (Lorg/eclipse/collections/api/map/primitive/IntCharMap;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
map
public abstract void updateValues(org.eclipse.collections.api.block.function.primitive.IntCharToCharFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntCharToCharFunction;)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 char removeKeyIfAbsent(int, char);
descriptor: (IC)C
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
value
public abstract char getIfAbsentPut(int, char);
descriptor: (IC)C
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
value
public abstract char getIfAbsentPut(int, org.eclipse.collections.api.block.function.primitive.CharFunction0);
descriptor: (ILorg/eclipse/collections/api/block/function/primitive/CharFunction0;)C
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
function
public abstract char getIfAbsentPutWithKey(int, org.eclipse.collections.api.block.function.primitive.IntToCharFunction);
descriptor: (ILorg/eclipse/collections/api/block/function/primitive/IntToCharFunction;)C
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
function
public abstract <P> char getIfAbsentPutWith(int, org.eclipse.collections.api.block.function.primitive.CharFunction<? super P>, );
descriptor: (ILorg/eclipse/collections/api/block/function/primitive/CharFunction;Ljava/lang/Object;)C
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: <P:Ljava/lang/Object;>(ILorg/eclipse/collections/api/block/function/primitive/CharFunction<-TP;>;TP;)C
MethodParameters:
Name Flags
key
function
parameter
public abstract char updateValue(int, char, org.eclipse.collections.api.block.function.primitive.CharToCharFunction);
descriptor: (ICLorg/eclipse/collections/api/block/function/primitive/CharToCharFunction;)C
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
initialValueIfAbsent
function
public abstract org.eclipse.collections.api.map.primitive.MutableCharIntMap flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableCharIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.map.primitive.MutableIntCharMap select(org.eclipse.collections.api.block.predicate.primitive.IntCharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntCharPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableIntCharMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.MutableIntCharMap reject(org.eclipse.collections.api.block.predicate.primitive.IntCharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntCharPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableIntCharMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.MutableIntCharMap withKeyValue(int, char);
descriptor: (IC)Lorg/eclipse/collections/api/map/primitive/MutableIntCharMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
value
public abstract org.eclipse.collections.api.map.primitive.MutableIntCharMap withoutKey(int);
descriptor: (I)Lorg/eclipse/collections/api/map/primitive/MutableIntCharMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
public abstract org.eclipse.collections.api.map.primitive.MutableIntCharMap withoutAllKeys(org.eclipse.collections.api.IntIterable);
descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/map/primitive/MutableIntCharMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
keys
public org.eclipse.collections.api.map.primitive.MutableIntCharMap withAllKeyValues(java.lang.Iterable<org.eclipse.collections.api.tuple.primitive.IntCharPair>);
descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/map/primitive/MutableIntCharMap;
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.MutableIntCharMap 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.IntCharPair
astore 2
start local 2 2: aload 0
aload 2
invokeinterface org.eclipse.collections.api.map.primitive.MutableIntCharMap.putPair:(Lorg/eclipse/collections/api/tuple/primitive/IntCharPair;)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/MutableIntCharMap;
0 5 1 keyValuePairs Ljava/lang/Iterable<Lorg/eclipse/collections/api/tuple/primitive/IntCharPair;>;
2 3 2 keyValuePair Lorg/eclipse/collections/api/tuple/primitive/IntCharPair;
Signature: (Ljava/lang/Iterable<Lorg/eclipse/collections/api/tuple/primitive/IntCharPair;>;)Lorg/eclipse/collections/api/map/primitive/MutableIntCharMap;
MethodParameters:
Name Flags
keyValuePairs
public abstract org.eclipse.collections.api.map.primitive.MutableIntCharMap asUnmodifiable();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableIntCharMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.map.primitive.MutableIntCharMap asSynchronized();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableIntCharMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract char addToValue(int, char);
descriptor: (IC)C
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
toBeAdded
public org.eclipse.collections.api.map.primitive.IntCharMap select(org.eclipse.collections.api.block.predicate.primitive.IntCharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntCharPredicate;)Lorg/eclipse/collections/api/map/primitive/IntCharMap;
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.MutableIntCharMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntCharPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableIntCharMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.IntCharMap reject(org.eclipse.collections.api.block.predicate.primitive.IntCharPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntCharPredicate;)Lorg/eclipse/collections/api/map/primitive/IntCharMap;
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.MutableIntCharMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntCharPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableIntCharMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.CharIntMap flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/CharIntMap;
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.MutableIntCharMap.flipUniqueValues:()Lorg/eclipse/collections/api/map/primitive/MutableCharIntMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "MutableIntCharMap.java"