public interface org.eclipse.collections.api.map.primitive.MutableByteIntMap extends org.eclipse.collections.api.map.primitive.ByteIntMap, 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.MutableByteIntMap
super_class: java.lang.Object
{
public abstract void put(byte, int);
descriptor: (BI)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
value
public void putPair(org.eclipse.collections.api.tuple.primitive.ByteIntPair);
descriptor: (Lorg/eclipse/collections/api/tuple/primitive/ByteIntPair;)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.ByteIntPair.getOne:()B
aload 1
invokeinterface org.eclipse.collections.api.tuple.primitive.ByteIntPair.getTwo:()I
invokeinterface org.eclipse.collections.api.map.primitive.MutableByteIntMap.put:(BI)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/MutableByteIntMap;
0 2 1 keyValuePair Lorg/eclipse/collections/api/tuple/primitive/ByteIntPair;
MethodParameters:
Name Flags
keyValuePair
public abstract void putAll(org.eclipse.collections.api.map.primitive.ByteIntMap);
descriptor: (Lorg/eclipse/collections/api/map/primitive/ByteIntMap;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
map
public abstract void updateValues(org.eclipse.collections.api.block.function.primitive.ByteIntToIntFunction);
descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteIntToIntFunction;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
function
public abstract void removeKey(byte);
descriptor: (B)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
public abstract void remove(byte);
descriptor: (B)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
public abstract int removeKeyIfAbsent(byte, int);
descriptor: (BI)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
value
public abstract int getIfAbsentPut(byte, int);
descriptor: (BI)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
value
public abstract int getIfAbsentPut(byte, org.eclipse.collections.api.block.function.primitive.IntFunction0);
descriptor: (BLorg/eclipse/collections/api/block/function/primitive/IntFunction0;)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
function
public abstract int getIfAbsentPutWithKey(byte, org.eclipse.collections.api.block.function.primitive.ByteToIntFunction);
descriptor: (BLorg/eclipse/collections/api/block/function/primitive/ByteToIntFunction;)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
function
public abstract <P> int getIfAbsentPutWith(byte, org.eclipse.collections.api.block.function.primitive.IntFunction<? super P>, );
descriptor: (BLorg/eclipse/collections/api/block/function/primitive/IntFunction;Ljava/lang/Object;)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: <P:Ljava/lang/Object;>(BLorg/eclipse/collections/api/block/function/primitive/IntFunction<-TP;>;TP;)I
MethodParameters:
Name Flags
key
function
parameter
public abstract int updateValue(byte, int, org.eclipse.collections.api.block.function.primitive.IntToIntFunction);
descriptor: (BILorg/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.MutableIntByteMap flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableIntByteMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.map.primitive.MutableByteIntMap select(org.eclipse.collections.api.block.predicate.primitive.ByteIntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ByteIntPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableByteIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.MutableByteIntMap reject(org.eclipse.collections.api.block.predicate.primitive.ByteIntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ByteIntPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableByteIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.MutableByteIntMap withKeyValue(byte, int);
descriptor: (BI)Lorg/eclipse/collections/api/map/primitive/MutableByteIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
value
public abstract org.eclipse.collections.api.map.primitive.MutableByteIntMap withoutKey(byte);
descriptor: (B)Lorg/eclipse/collections/api/map/primitive/MutableByteIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
public abstract org.eclipse.collections.api.map.primitive.MutableByteIntMap withoutAllKeys(org.eclipse.collections.api.ByteIterable);
descriptor: (Lorg/eclipse/collections/api/ByteIterable;)Lorg/eclipse/collections/api/map/primitive/MutableByteIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
keys
public org.eclipse.collections.api.map.primitive.MutableByteIntMap withAllKeyValues(java.lang.Iterable<org.eclipse.collections.api.tuple.primitive.ByteIntPair>);
descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/map/primitive/MutableByteIntMap;
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.MutableByteIntMap 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.ByteIntPair
astore 2
start local 2 2: aload 0
aload 2
invokeinterface org.eclipse.collections.api.map.primitive.MutableByteIntMap.putPair:(Lorg/eclipse/collections/api/tuple/primitive/ByteIntPair;)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/MutableByteIntMap;
0 5 1 keyValuePairs Ljava/lang/Iterable<Lorg/eclipse/collections/api/tuple/primitive/ByteIntPair;>;
2 3 2 keyValuePair Lorg/eclipse/collections/api/tuple/primitive/ByteIntPair;
Signature: (Ljava/lang/Iterable<Lorg/eclipse/collections/api/tuple/primitive/ByteIntPair;>;)Lorg/eclipse/collections/api/map/primitive/MutableByteIntMap;
MethodParameters:
Name Flags
keyValuePairs
public abstract org.eclipse.collections.api.map.primitive.MutableByteIntMap asUnmodifiable();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableByteIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.map.primitive.MutableByteIntMap asSynchronized();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/MutableByteIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract int addToValue(byte, int);
descriptor: (BI)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
toBeAdded
public org.eclipse.collections.api.map.primitive.ByteIntMap select(org.eclipse.collections.api.block.predicate.primitive.ByteIntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ByteIntPredicate;)Lorg/eclipse/collections/api/map/primitive/ByteIntMap;
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.MutableByteIntMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/ByteIntPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableByteIntMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.ByteIntMap reject(org.eclipse.collections.api.block.predicate.primitive.ByteIntPredicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/ByteIntPredicate;)Lorg/eclipse/collections/api/map/primitive/ByteIntMap;
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.MutableByteIntMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/ByteIntPredicate;)Lorg/eclipse/collections/api/map/primitive/MutableByteIntMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.primitive.IntByteMap flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/IntByteMap;
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.MutableByteIntMap.flipUniqueValues:()Lorg/eclipse/collections/api/map/primitive/MutableIntByteMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "MutableByteIntMap.java"