public interface org.eclipse.collections.api.map.primitive.IntObjectMap<V> extends org.eclipse.collections.api.map.primitive.PrimitiveObjectMap<V>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.eclipse.collections.api.map.primitive.IntObjectMap
super_class: java.lang.Object
{
public abstract V get();
descriptor: (I)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (I)TV;
MethodParameters:
Name Flags
key
public abstract V getIfAbsent(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
ifAbsent
public abstract boolean containsKey(int);
descriptor: (I)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
public abstract org.eclipse.collections.api.map.primitive.IntObjectMap<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/IntObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;)Lorg/eclipse/collections/api/map/primitive/IntObjectMap<TV;>;
MethodParameters:
Name Flags
procedure
public abstract void forEachKey(org.eclipse.collections.api.block.procedure.primitive.IntProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
procedure
public abstract void forEachKeyValue(org.eclipse.collections.api.block.procedure.primitive.IntObjectProcedure<? super V>);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/IntObjectProcedure;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/block/procedure/primitive/IntObjectProcedure<-TV;>;)V
MethodParameters:
Name Flags
procedure
public abstract org.eclipse.collections.api.map.primitive.IntObjectMap<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/IntObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate<-TV;>;)Lorg/eclipse/collections/api/map/primitive/IntObjectMap<TV;>;
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.IntObjectMap<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/IntObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate<-TV;>;)Lorg/eclipse/collections/api/map/primitive/IntObjectMap<TV;>;
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.ImmutableIntObjectMap<V> toImmutable();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap<TV;>;
public abstract org.eclipse.collections.api.set.primitive.MutableIntSet keySet();
descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.LazyIntIterable keysView();
descriptor: ()Lorg/eclipse/collections/api/LazyIntIterable;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.tuple.primitive.IntObjectPair<V>> keyValuesView();
descriptor: ()Lorg/eclipse/collections/api/RichIterable;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/tuple/primitive/IntObjectPair<TV;>;>;
public abstract org.eclipse.collections.api.map.primitive.ObjectIntMap<V> flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/ObjectIntMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lorg/eclipse/collections/api/map/primitive/ObjectIntMap<TV;>;
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.IntObjectMap.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/primitive/IntObjectMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <V:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/map/primitive/PrimitiveObjectMap<TV;>;
SourceFile: "IntObjectMap.java"