public interface org.eclipse.collections.api.map.primitive.LongObjectMap<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.LongObjectMap
super_class: java.lang.Object
{
public abstract V get();
descriptor: (J)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (J)TV;
MethodParameters:
Name Flags
key
public abstract V getIfAbsent(long, org.eclipse.collections.api.block.function.Function0<? extends V>);
descriptor: (JLorg/eclipse/collections/api/block/function/Function0;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (JLorg/eclipse/collections/api/block/function/Function0<+TV;>;)TV;
MethodParameters:
Name Flags
key
ifAbsent
public abstract boolean containsKey(long);
descriptor: (J)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
key
public abstract org.eclipse.collections.api.map.primitive.LongObjectMap<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/LongObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;)Lorg/eclipse/collections/api/map/primitive/LongObjectMap<TV;>;
MethodParameters:
Name Flags
procedure
public abstract void forEachKey(org.eclipse.collections.api.block.procedure.primitive.LongProcedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
procedure
public abstract void forEachKeyValue(org.eclipse.collections.api.block.procedure.primitive.LongObjectProcedure<? super V>);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/LongObjectProcedure;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/block/procedure/primitive/LongObjectProcedure<-TV;>;)V
MethodParameters:
Name Flags
procedure
public abstract org.eclipse.collections.api.map.primitive.LongObjectMap<V> select(org.eclipse.collections.api.block.predicate.primitive.LongObjectPredicate<? super V>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/LongObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/block/predicate/primitive/LongObjectPredicate<-TV;>;)Lorg/eclipse/collections/api/map/primitive/LongObjectMap<TV;>;
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.LongObjectMap<V> reject(org.eclipse.collections.api.block.predicate.primitive.LongObjectPredicate<? super V>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/LongObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/LongObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/block/predicate/primitive/LongObjectPredicate<-TV;>;)Lorg/eclipse/collections/api/map/primitive/LongObjectMap<TV;>;
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.map.primitive.ImmutableLongObjectMap<V> toImmutable();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/ImmutableLongObjectMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lorg/eclipse/collections/api/map/primitive/ImmutableLongObjectMap<TV;>;
public abstract org.eclipse.collections.api.set.primitive.MutableLongSet keySet();
descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.LazyLongIterable keysView();
descriptor: ()Lorg/eclipse/collections/api/LazyLongIterable;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.tuple.primitive.LongObjectPair<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/LongObjectPair<TV;>;>;
public abstract org.eclipse.collections.api.map.primitive.ObjectLongMap<V> flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/primitive/ObjectLongMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lorg/eclipse/collections/api/map/primitive/ObjectLongMap<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.LongObjectMap.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/primitive/LongObjectMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <V:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/map/primitive/PrimitiveObjectMap<TV;>;
SourceFile: "LongObjectMap.java"