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 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 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"